OrderedBytes
ControllerMate

Comparator Building Block

Description

The Comparator building compares its input values. It turns its output ON if the comparison is true, and it turns its output OFF if the comparison is false.

Input Connections

The Comparator building block has two Number inputs.

Output Connections

The block’s output is ON when the comparison of the input values is true, and is off when the comparison is false.

Properties

Comparison

The input values may be compared in one of five ways:

  • less than ( < )
  • less than or equal to ( <= )
  • equal to ( == )
  • greater than or equal to ( >= )
  • greater than ( > )

Output Updates

The Comparator building block can be configured to update its output value only when the value changes, or everytime one of the input value changes even if the comparison remains the same.