spcControl

A controller module for the SpecralPhenoClimatron smart growth chambers developed in the Borevitz lab. These consist of Conviron growth cabinets and Heliospectra mulitspectral lamps


Keywords
hvac, telnet, heliospectra, spcControl
License
Other
Install
pip install spcControl==0.2.4rc1

Documentation

SpectralPhenoClimatron Control

Control software for the SpectralPhenoClimatron growth chambers and heliospecta LED arrays

Installation:

To install this software, please run: python3 setup.py install (Preferably within a virualenv)

Running spcControl:

All configuration values are stored in two .ini configuration files. These are chamber.ini and monitor.ini.

To run the control module, please run: python3 -m spcControl <csv_path> [<ini_path>]

By default, the spcControl module uses "./chamber.ini" as its config file. You now must supply the CSV file on the command line.

To run the monitor module, please run: python3 -m spcControl.monitor [<ini_path>]

By default, the spcControl module uses "./monitor.ini" as its config file.