Condition
A condition is an If statement within the Actions and Conditions Editor.
Explanations:
1 Condition: Condition of the If statement. A Binding to a symbol can be created.
2 Comparison operator: Comparison operator of the If statement. The selection is made via the combo box (==, !=, >=, >, <=, <
).
3 Comparison value: Comparison value of the If statement. A Binding to a symbol can be created.
4 Add a condition: Click the button to add another condition to the If statement.
5 Logical operator: Logical operator between the conditions. The selection is made via a combo box (AND, OR
).
6 Remove condition: Click the button to remove a previously added condition.
7 Then branch: Then branch of the If statement that is executed if the condition is met.
8 Or branch: Or branch of the If statement that is executed if the condition is not met.