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
277 B

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