Provides a building block to monitor a whether or not the input value lies between a defined range.
Description
The Output will be set to true once the value of Input is greater than the defined UpperThreshold or lower than the defined LowerThreshold.
If Disable is set to true, the Output will be set to false.
...