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.

20 lines
219 B

4 months ago
FUNCTION_BLOCK BS_EVC
VAR_INPUT
RUN : BOOL ;
SET : REAL ;
FB : REAL ;
Dead_Band : REAL := 0.5 ;
Delay : TIME := t#30s ;
SW : INT ;
END_VAR
VAR_OUTPUT
EVC : BOOL ;
END_VAR
END_FUNCTION_BLOCK