Lower or Equal

(LOWER/EQUAL)

Compares 2 input values.
Input I2 may also be a constant.

Inputs

I1–I2 Input values

Outputs

O Output

Functionality

The output is 1 if I1 is less than or equal to I2 (or the constant).

The output is 0 if I1 is greater than 2 (or the constant).

The output sends whenever a value is received.

More Information