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.
19 lines
219 B
19 lines
219 B
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
|
|
|