-
Logical Triggers
- Logical Triggers are an extension of the variable binding system that change the value of a control’s properties in response to the values of HMI Status Data.
- Each Trigger is structured as an “if this, then do these things".
- Example
-
- This is read as:
- If
HasPower
equals
0
-
ChangeBackgroundColor
to
Red
- If
HasPower
equals
1
-
ChangeBackgroundColor
to
Green
- These two triggers set the Control’s background to red when all servos are powered off, and green when
all servos are powered on.
- Details
- Logical Triggers for a control are located in the control’s Customization menu.
- Each control has its own set of allowed actions it can perform.