Contains classes and interfaces used for data collection.
*.Hardware.Alicatis used to interface with Alicat mass flow controllers*.Hardware.MccDaqis used to interface with the MCC USB-2416 DAQ.*.Util.Logis used for logging.
Run *.setupClassAliases() once after importing. Use git submodule to integrate this repository into another.
Example usage in MATLAB:
cd YourProject
gitclone https://github.com/Combustion-and-Solar-Energy-Laboratory/DAQ-Helper.git +YourNameSpace
YourNameSpace.setupClassAliases
mfc = Alicat("COM3", address="B");
mfc.initializeUi();