This software is an SCADA Open Source application to monitor and control a temperature control system.
- Automatic and Manual operation
- Set-Point, Alarm-High, Alarm-Low and Histeresis parameters
- Auto save parameters on exit
- Real-Time high speed monitorament
- Alarms Table with Save option
- Serial Communication Bettweem Device and Software
- Multilingual suport (English, Portuguese)
- Modern Beautiful Design
- Open Arduino Sketch
- Change Hardware Settings
#define PIN_RESISTENCE 2 //Output to control resistence furnace actuator
#define PIN_FAIL 3 //Output to detect general system failure
#define PIN_TEMP_SENS A0 //Input to read teperature sensor (0-5V)
- Upload Sketch to Arduino Board
- Open and run Visual Studio Solution
- Enjoy!