This document describes a SCADA-based temperature monitoring system that uses 8 temperature sensors and an AT89S52 microcontroller to monitor temperatures. The microcontroller collects temperature readings from the sensors, converts them to digital with an ADC0808, and sends the values serially to a computer using a MAX32 IC. Software on the computer displays the readings, logs them to a database, and allows setting temperature setpoints. If temperatures exceed limits, the microcontroller controls a relay driver to turn heaters on or off.