Update s7-1500/cylinder_control/FB_cylinder_adv.md

This commit is contained in:
Dejan 2026-02-24 12:07:14 +00:00
parent 511ef52f80
commit 4a23d20a08

View file

@ -1,4 +1,4 @@
FUNCTION_BLOCK "FB_Cylinder_Adv"
{ S7_Optimized_Access := 'TRUE' } { S7_Optimized_Access := 'TRUE' }
VERSION : 0.2 VERSION : 0.2
VAR_INPUT VAR_INPUT
@ -63,4 +63,4 @@ BEGIN
PT := i_tTimeout); PT := i_tTimeout);
IF s_tonWatchdog.Q THEN q_xError := TRUE; END_IF; IF s_tonWatchdog.Q THEN q_xError := TRUE; END_IF;
IF i_xReset THEN q_xError := FALSE; END_IF; IF i_xReset THEN q_xError := FALSE; END_IF;