Code: Select all
IF (#CmdStart = 1) AND (#CmdStop = 0) AND (#Fault = 0) AND (#LockAct = 0)
THEN
#Start := 1;
#Stop := 0;
How can I make this output be active for SOME TIME and then Vanish
if i can adjust this time it will be even better that i can do be defining a static value and using that in code
So it is to mimic the function of a pushbutton, this output will activate a relay and the relay contacts will close and open after some time same like a pushbutton
So I Need output and that should stop after x time
I dont want to use timer . this will be inside a 100ms OB