You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

17 lines
275 B

FUNCTION_BLOCK IJ_LCB0610
VAR_INPUT
LOCK : int := 0 ;
LightGroup_Input : array [ 0 .. 6 , 0 .. 10 ] of bool ;
CM : bool ;
Delay : time := t#50ms ;
END_VAR
VAR_OUTPUT
LightGroup_Output : array [ 0 .. 6 , 0 .. 10 ] of bool ;
END_VAR
END_FUNCTION_BLOCK