Hi
i would like to know is it possible to implement following logic
if inputchannel 201 value <800;
wait 5 seconds
write modbus value 3100 to output channel 801
wait 5 seconds
check if inputchannel 201 value==800
set modbus value to 3100
can you please help me, how to develop the formula?
should i implement it in input channel or output channel ?
but it’s not working.
input channel is 110
output channel is 801, value is 32.
i want to read input channel value and want to set the value of output channel.
inbetween these 2 commands i want to put some delay.
can you please help me out ?