ChamberConnectLibrary
ChamberConnectLibrary copied to clipboard
Python library for ESPEC North America chambers with P-300, SCP-220, Watlow F4, F4T controllers.
Is there any support for the P-200 controller that comes embedded into the SH-242 chamber?
* Adds support for updated P300 firmware version with air speed control. * Adds support partial support for P300 with multiple constant modes. * Adds support for P300 with vibration...
Hi, when using this library with a Watlow F4 chamber, I discovered that the profile time remaining calculation wasn't carrying over the minutes to hours properly. Here is a tiny...
In modbus.py file, class ModbusTCP initialized with "self.socket.setblocking(True)". I ran into an issue where the interact function hung inside the interact function and I believe it is because it is...
I was wondering if ESPEC is planning to update this library to python 3 since python 2 will reach its end of life on the 01.01.2020. We as a customer...
Events values on the WatlowF4T are "off"/"nc"/"on" not boolean. The get_prgm(0) is intended to return a template of sorts, currently the user must convert the False boolean value to a...
See this [issue on EspecWeb](https://bitbucket.org/especnorthamerica/especweb/issues/79/program-mode-uses-constant-mode-humidity) for a full description.
I met a problem ,when i want to overwrite a program procedure for SU-262 via PC, I already follow the espec program instruction manual, but failed. I can program the...
The F4T needs time to update its current state before a successive call of set_operation start or stop the chamber correctly (when cond_event_toggle was set to False)