PLC Program To Store Temperature Data of A Process at Different Time - Sanfoundry
PLC Program To Store Temperature Data of A Process at Different Time - Sanfoundry
Problem Description
Temperature of two tanks are being controlled. To display and compare temperature of both the tanks,
graphical display is used. Update temperature of these tanks on the display every 5secs for comparison
with respect to time. Implement this process in PLC using Ladder Diagram programming language.
Problem Solution
Using RTD PT100, we can calibrate value 00000 to 65536 into -2500-6500C and divide into 800
equal parts.
Use MOV instruction to transfer Input data into register for further conversion usage.
Convert outputs of temperature transmitters into equivalent Temperature in Centigrade.
To do this, divide input by value change per centigrade, we get temperature inside that tank.
http://www.sanfoundry.com/plc-program-store-temperature-data-process-at-different-time/ 1/3
4/4/2017 PLC Program to Store Temperature Data of a Process at Different Time - Sanfoundry
When divided by total range of RTD PT100 that is -250 to 650 degree centigrade, we get 82 value
change per Centigrade.
Hence when divided by 82, we get answer in centigrade.
Important thing to note here is that the input here will always be greater 23124 which is value when
temperature is 32 degree centigrade that is room temperature.
http://www.sanfoundry.com/plc-program-store-temperature-data-process-at-different-time/ 2/3
4/4/2017 PLC Program to Store Temperature Data of a Process at Different Time - Sanfoundry
RUNG002, RUNG003 and RUNG004 updates temperature data in corresponding registers every
5secs.
Timer is in auto reset mode, hence timer will keep running till it is manually stopped by operator.
http://www.sanfoundry.com/plc-program-store-temperature-data-process-at-different-time/ 3/3