Skip to content

A library for interfacing with a Keithley 2701 with pressure and temperature sensors attached to a CO2 cooling system.

License

Notifications You must be signed in to change notification settings

ngpaladi/Coldbox-Remote-Monitor

Repository files navigation

Coldbox Remote Monitoring System

Screenshot

A toolkit for reading in data from a Keithley 2701 multimeter in order to test the CO2 cooling system for the CMS Forward Pixel Detector.

CRM Tool

The crm script can be used to start a data collection session. The script starts a webserver on port 8888 of the local machine with the monitoring interface and opens the default web browser. The user must specify the configuration file used (by default the program uses the included default.cfg designed for the setup at Purdue University).

The command should be run from inside the directory as follows:

python crm.py -c <config.cfg> -o <output.csv>

The csv output file will be saved in the csv subfolder and can be copied out upon completion of the test.

CRM-Config Tool

The crm-config script can be used to generate and read configuration files for the CRM tool. After requesting the output configuration file name, the program will ask a series of questions which the user should respond to, and will result in a complete configuration file.

The command should be run from inside the project directory as follows:

python crm-config.py create <filename.cfg>
python crm-config.py read <filename.cfg>

About

A library for interfacing with a Keithley 2701 with pressure and temperature sensors attached to a CO2 cooling system.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published