HYSTERESIS (FB)
FUNCTION_BLOCK HYSTERESIS
Realizes a hysteresis function
InOut:
Scope
|
Name
|
Type
|
Comment
|
Input
|
IN
|
INT
|
Input value
|
HIGH
|
INT
|
Upper limit
|
LOW
|
INT
|
Lower limit
|
Output
|
OUT
|
BOOL
|
TRUE: Input IN is less than input LOW
FALSE: Input IN is greater than input HIGH
|