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.
23 lines
402 B
23 lines
402 B
FUNCTION_BLOCK IJ_EAFGroup
|
|
|
|
|
|
VAR_INPUT
|
|
Enable : bool ;
|
|
LinkageValue : ARRAY [ 0 .. 10 ] of real ;
|
|
Dead_Band : real := 10.0 ;
|
|
MaxRange : real := 1000.0 ;
|
|
MinRange : real := 10.0 ;
|
|
LinkageSet : real ;
|
|
HoldDelay : time := t#60s ;
|
|
EnableNum : INT ;
|
|
SCH_str : STRING ;
|
|
ALLDAY : BOOL ;
|
|
END_VAR
|
|
|
|
VAR_OUTPUT
|
|
LinkageOut : ARRAY [ 0 .. 10 ] of bool ;
|
|
END_VAR
|
|
|
|
|
|
|
|
END_FUNCTION_BLOCK
|
|
|