Analog input controlling digital out

Napo_

Member
Join Date
Feb 2013
Location
helsinki
Posts
4
Hi

How i can program Analog input 4-20mA to control digital output module with setpoints? I need to create control circuit example for heater resistor to heat untill 200 degrees celsius. Setpoint to 200celsius then digital output is set to off. Digital output to be just on\off operation. picture will show principle.
Im using TIA portal v11.
PLC 313 with AI and DO modules.

What kind of program to be created to aply this kind of operation?

siemens.jpg
 
if (temp < setpoint) then output on
that is simplest sol.
however you will need some deadband or timer to prevent flickering.
 
if (tempPV < (SP - deadband)) then output=1
if (tempPV > SP) then output=0

You need to put a deadband to allow the output to remain in 1 state, without switching on + off rapidly
 

Similar Topics

I'm having trouble calming down 2 Tempo Sonics. I'm using Studio 5000 CompactLogix my Raw value is jumping around from 8575.0 to 8755.0 at a...
Replies
30
Views
1,145
I cannot add SLC500 analog input tag (I: 8.3) to EZSeries Touch Panel Editor (V 5.3). I used all the listed tag datatype but it all says "Invalid...
Replies
10
Views
259
Hi, I have questions. I have Analog Input that need to put into Ignition Designer. But I don't know how to put?
Replies
1
Views
119
Omron AD081-V1 Analog Input Card Offset & Gain Adjustment Entering Adjustment Mode 1. Set the input card in adjustment mode (Turn ON Dip SW No-1)...
Replies
0
Views
88
Why AMIo800 Analog input module's I/O LED is Lighting up Red? Checked module connections, 4-20ma wires etc but this light is continuously Lighting...
Replies
1
Views
112
Back
Top Bottom