Skip to content

Latest commit

 

History

History
42 lines (32 loc) · 1.41 KB

README.md

File metadata and controls

42 lines (32 loc) · 1.41 KB

Temperature Control

This software is an SCADA Open Source application to monitor and control a temperature control system.

Table of contents

Features

  • 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

Quickstart

#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)

ScreenShot

Temperature Control