Hello,
I am trying to understand the wait_digital command in the sequence block:
I.e. I Want to Start a sequence when activating a Button/Valve… ==> Shouldn`t there be a setting argument as well? Meaning “When Button1 is activated” then “do Stuff” - then deactivate Button and wait for another push… right now the sequence is looping and activating Valve & Pump no matter what I do.
WAIT_DIGITAL target= Button ==>shouldn`t be here an argument?
SET_DIGITAL target=Valve, setting=STATE_ACTIVE
SET_DIGITAL target=Pump, setting=STATE_ACTIVE
SET_DIGITAL target=Button, setting=STATE_INACTIVE
Reset
hope I am not completely missusing the sequence block for stuff it is not supposed to do
Thanks and best regards