Analog.Comparator

Provides a building block to determine whether or not the difference of two input values lies within a defined range.
Usual application examples: Temperature control in heating plants, level control with rainwater harvesting systems etc.

Description

Inputs Input1 and Input2 define values to build a difference of. If the difference between Input1 and Input2 (Input1 - Input2) is greater than the defined ON value (ValueOn),
the output (Output) will be set to true until the difference is less than the defined OFF value (ValueOff), in which the output (Output) will be set to false again.

Inputs

  • Input1 (ANY): 1st input value.
  • Input2 (ANY): 2nd input value.

Outputs

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

 Parameters

  • ValueOn: Value that needs to be exceeded in order to set the output to true.
  • ValueOff: Value that needs to be eluded in order to set the output to false.

Possible trigger types

  • All