If the input is greater than or equal to LowLimit, and less than or equal to HighLimit, the output is True, otherwise the output is False.
Inputs
|
|
Slots
|
Type
|
Default
|
Description
|
|
In
|
Numeric
|
Null
|
The input value
|
|
LowLimit
|
Numeric
|
Null
|
The lower limit of the range
|
|
HighLimit
|
Numeric
|
Null
|
The higher limit of the range
|
Outputs
|
|
Slots
|
Type
|
Description
|
|
Out
|
Digital
|
Results of calculation. If In, LowLimit, or HighLimit are Null, the output is False.
|
|
|
|
|
|