Analog.Monitor

Provides a building block to monitor 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.

Inputs

  • Input (ANY): Input to monitor.
  • Disable (ANY): Input to disable the monitor.

Outputs

  • Output (ItemID): Result of the operation. Must be of type boolean.

 Parameters

  • LowerThreshold (ANY): Lower threshold.
  • UpperThreshold (ANY): Upper threshold.

Possible trigger types

  • All