H. ZANDER GmbH & Co. KG • Am Gut Wolf 15 • 52070 Aachen • Germany • Phone +49 241 9105010
Fax +49 241 91050138 • [email protected] • www.zander-aachen.de
39
Operating Manual ZX20T/TP/TC
END_IF;
Door1Open:=timerDoor1;
Door2Open:=timerDoor2;
(*************************TAKTUNG*******************)
(*As soon as Fail1 is active, „timerDoor1“ is restarted and delivers a high signal for 1200 ms.*)
timerDoor1.ENABLE:=1;
timerDoor1.RESET:=Fail1;
timerDoor1.POL:=HIGH;
timerDoor1.MODE:=SINGLE_SHOT;
timerDoor1:=1200ms;
(*As soon as Fail2 is active, "timerDoor2" is restarted and delivers a high signal for 1200 ms.*)
timerDoor2.ENABLE:=1;
timerDoor2.RESET:=Fail2;
timerDoor2.POL:=HIGH;
timerDoor2.MODE:=SINGLE_SHOT;
timerDoor2:= 1200ms;
(*If the component is detected as too high, „timerHigh“ is started and keeps the value until the light
barrier 1 is reached.*)
timerHigh.ENABLE:=1;
timerHigh.RESET:=High;
timerHigh.POL:=HIGH;
timerHigh.MODE:=SINGLE_SHOT_SE;
timerHigh:=1s;