Condition (Logical)
A logical condition consists of:
The Left and Right Operand can be entered manually, or the Choose button can be used to select a value.
The Operator menu offers the following values:
- EQUAL_TO
- NOT_EQUAL_TO
- GREATER_THAN
- GREATER_THAN_EQUAL (greater than or equal to)
- LESS_THAN
- LESS_THAN_EQUAL (less than or equal to)
- CROSS_UP (the left operand value crosses up through the right operand value)
- CROSS_DOWN (the left operand value crosses down through the right operand value)
The Next menu offers the following values:
- AND
Both (adjacent) conditions must be true for the Logic to return a True value
- OR
If either of the (adjacent) conditions are true, the Logic will return a True value.
- RETURN_TRUE
If the expression evaluates to true, the Logic result will be True and execution will follow the TrueLink of the Logic Element.