Fisher Science Digital Manometer Serial Driver

Reads pressure measurements from a Fisher Science digital manometer
530 Downloads
Updated 17 Jun 2010

View License

FisherManometer creates a MATLAB object that gets
pressure measurements from a Fisher Science digital manometer (Fisher Science Education Traceable Manometer/Pressure/Vacuum Gauges, Catalog number: S98189)
through a serial interface.

% Sample usages:
% get one reading
% meter = FisherManometer('com1');
% data = getsample(meter)
% delete(meter)
%
% get 10 readings and plot
% meter = FisherManometer('com1');
% readings = [];
% for i=1:10
% data = getsample(meter);
% readings(i) = data.value;
% end
% plot(readings);
% ylabel(data.units);
% delete(meter);

This code was used in an Instrumentation lab course. To see additional details please see the Gas Pressure Monitoring lab at:
http://www.bse.vt.edu/kumar/Instrumentation/index.html

Cite As

Kumar Mallikarjunan (2024). Fisher Science Digital Manometer Serial Driver (https://www.mathworks.com/matlabcentral/fileexchange/27931-fisher-science-digital-manometer-serial-driver), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2009a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Instrument Connection and Communication in Help Center and MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.0.0.0