Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 2 Next »

Provides a building block to monitor a value between a 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: Lower threshold.
  • UpperThreshold: Upper threshold.

Possible trigger types

  • All

  • No labels