I created this control cabinet to interface a 100 ton Trane chiller and four pumps to a pure steam generator and collect water and nitrogen usage data. Our Niagara BMS polls this processor for data using ModbusTCP.
Friday, February 9, 2024
Saturday, December 24, 2022
Thursday, December 15, 2022
Python program to communicate with a wireless BACnet thermostat.
The thermostat is a BAST-221C-BW2 from Contemporary Controls and the cost is very reasonable at $160. This version is wireless which is ideal for home use. The thermostat does not come with a weekly schedule function since it was made primarily for industrial applications where this would be handled by a building management system.
The program reads the following parameters from the thermostat one time each minute: currentTemperature, activeTemperatureSetpoint, coolingTemperatureSetpoint, heatingTemperatureSetpoint, coolingHeatingStatus, relayStatus1, relayStatus3, relayStatus7, fanStatus. It then stores the data in a SQLITE3 database which is open source. I used SQLITE STUDIO to query the data.
The program is running on a Dell laptop running Linux Mint.
Tuesday, November 22, 2022
OG&E Energy Savings Rebate $194,839.27
I earned a $194k rebate from OG&E for my former employer in Yukon, OK. The project involved the specification and installation of a correctly sized air compressor and dryer. At the award ceremony I was told that it was the second largest rebate ever awarded in Oklahoma.
Thursday, August 4, 2022
Monday, August 1, 2022
It's hard to believe that a major manufacturing company is still using PLC-5's in 2022 but we were. I recently upgraded this entire system to a new controller. The heart of the process is a Werner & Pfleiderer twin screw extruder (400hp). The DCS also controls a material vacuum convey system with three independent vacuum pumps. Resin powder is transferred from bags to various hoppers and then to a third floor mixer. The mixer prepares batches by dosing an additive via a Coriolis meter. The batch gets mixed with pure resin with two KTron gravimetric feeders then fed to the extruder inlet. Twelve heated (and water cooled) zones on the extruder manage the temperature of the reaction with independent PID loops. The finished material gets flattened with nip rolls, solidified on a water cooled belt cooler and turned into powder through a pin mill and hammer mill. The final step is vacuum conveyed into finish product on RiceLake weigh scales.