Automation and data collection tools for the Osmo calibration environment
Install the repo using pip
to ensure dependencies are available and to create
the shortcut command to run the automation program.
pip install git+ssh://[email protected]/osmosystems/calibration-environment.git@[CHANGESET]
Run the automation program using the command line entrypoint:
run_calibration --setpoint-sequence-filepath setpoints.csv --o2-source-fraction 0.21 --collection-interval 300
Use run_calibration --help
for a full list of options.
Heading | Description |
---|---|
temperature | The desired setpoint temperature in degrees Celsius. |
flow_rate_slpm | The desired setpoint flow rate in Standard Liters Per Minute |
o2_fraction | The desired O2 fraction of the output gas mix. |
hold_time | The amount of time in seconds to hold at this setpoint for data collection. |
For more detailed usage instructions for the entire system, see the Calibration Environment Instruction Manual
For usage examples, see the "Calibration System - Control & Monitoring.ipynb" or the "Calibration System - Granular Control" jupyter snippets