PDA

View Full Version : Programmable logic for temperature and current pump.



Albert
15.05.2015, 09:57
Dear all,

Is it possible to perform this function by programmable logic? I describe the function by IF....THEN....:

"IF Temperature1 > 30°C THEN CurrentPump1 output 30%"

Thanks!

Gunther
16.05.2015, 08:54
No, due programmable logic only supports digital values (on/off). But you can use the regular temperature regultion in that way.
Maybe it's neccessary to create a virtual sensor for that.

spotter
22.09.2015, 17:11
can programmable logic be used with a heater to do this...

"IF TEMPERATURE1 < 77f THEN HEATER SOCKET ON"
"IF TERMPERATURE1 >77.5F THEN HEATER SOCKET OFF"