Industrial Temp Control
Industrial Temp Control
CONTROLLER”
Contents
Introduction
Literature Survey
Problem Statement
Objectives
Block Diagram
Working
Hardware Requirements
Software Requirements
Circuit Diagram
Advantages
Applications
Conclusion
References
Introduction
In [1] Rayan Mohamed Hamid et.al have discussed a cooling system which can
control the temperature by using PIC microcontroller. Here the author has used
GUI that is Graphical User Interface. The user can either control speed of fan
manually or can set the temperature through the computer. The main
disadvantage of this approach is that it has no heating system so the
temperature of the surrounding can be reduced but can’t be increased. Every
time temperature has to be changed, the system has to be connected to a
computer.
In [2] Mustafa Saad et.al have discussed an automatic fan speed controller. Here
author uses pulse width modulation (PWM) technique to control the speed of the
fan. Here as the temperature sensed by the sensor increases. the speed of the
fan also increases. Here we cannot set any reference temperature according to
our requirement and this system can be used only for cooling purpose.
Literature Survey
In [3] A.L. Amoo et.al have used an AT89C51 microcontroller which receives
the ADC signal which is sensed by the temperature sensor LM35. The sensed
temperature is compared with the set value which is pre-defined by the user
depending on this the speed of the fan differs. Control system can be
classified as either open loop or closed loop. In open loop system output has
no influence of the input action. Also open loop does not have feedback path.
While closed loop system has a feedback path from the output of the
controlled process to the input of the control system. So, closed loop system
monitor the temperature and control the fan by switching to appropriate
speed.
Problem Statement
The motivation for the project is the fact that temperature measurement has
become an integral part of any control system operating in a temperature
sensitive environment and the various learning outcomes associated during
the implementation of the project
Block Diagram
RTD LCD
Sensor AT mega
328
Relay Load
smd
Keypad Buzzer
Power
Working
The block diagram of the proposed work is shown in Figure which explains
different components of the system.
In this project, we have used an Atmega 328 microcontroller to control the
temperature of a confined area.
The reference or the desired temperature is set using a keypad.
RTD temperature sensor sends the analog voltage values depending on the
surrounding temperature which is fed into the microcontroller, here temperature
values are retained through calculations and then these values are compared with
the reference values and necessary signals are sent.
These signals either switches the relay till the sensor temperature reaches the
reference or desired temperature.
Microcontroller scans the signals for every 10seconds and RTD works with an
accuracy of ± 1 /4 ℃.
Thus making the circuit very effective.
Hardware Requirements
Arduino IDE
Embedded C
Circuit Diagram
Advantages
This system can mainly use in medicals, homes, tissue culture, hospitals,
industries etc.
Conclusion