System | GPI/O Event System |
|
|
|
|
11.3Logical Operators
The logical operators process input event conditions to determine if the output event is executed.
Table
Logical | Required Input Conditions for | Truth |
Operator | Output Event Execution | Tables |
|
|
|
|
| 1 AND 1 = 1 |
AND | All input events must be true | 1 AND 0 = 0 |
|
| 0 AND 0 = 0 |
|
|
|
|
| 1 OR 1 = 1 |
OR | Any input event true | 1 OR 0 = 1 |
|
| 0 OR 0 = 0 |
|
|
|
| Any input event true, but not all true | 1 XOR 1 = 0 |
XOR | 1 XOR 0 = 1 | |
|
| 0 XOR 0 = 0 |
|
|
|
NOTE: All logical operators are transitive: 1 AND 0 = 0 AND 1
11.4Event Configuration Display
Access the Events configuration screen by clicking the Events tab at the bottom of the eMix screen. The Events screen has three sections: Inputs, Event List, and Outputs.
Several useful examples are included in Section 11.9 on page 143.
140