Skip to content

Dead zone2

Type Function module

Input X REAL (input)
L REAL ( Lockout Value)
Output Y REAL (output value)
DEAD_ZONE2 is a linear transfer function with dead zone and hysteresis. The output equals the input signal when the absolute value of the input is greater than L.
DEAD_ZONE2 = X if ABS (X) > L
DEAD_ZONE2 = + / - L if ABS (X) <= L

dead_zone2

dead_zone2_diag