I set it to "close" because I need the relay contact 30 to close
ok, maybe i solved. I got the programming logic wrong:
"set relay open" is intended as a command of the output, not of the contact.
if = in01 - edgeP - hold time 5s.
then = relay out type - ch30 - set the relay OPEN
this is how it works, however once in01 returns to 0 the relay continues to remain energized, so:
if = in01 - edgeN - hold time 5s.
then = relay out type - ch30 - set the relay CLOSE
ok, maybe i solved. I got the programming logic wrong:
"set relay open" is intended as a command of the output, not of the contact.
if = in01 - edgeP - hold time 5s.
then = relay out type - ch30 - set the relay OPEN
this is how it works, however once in01 returns to 0 the relay continues to remain energized, so:
if = in01 - edgeN - hold time 5s.
then = relay out type - ch30 - set the relay CLOSE