Euphonix Max Air Mixing Console Operation Manual Event System
164
10.3 Logical Operators
The logical operators process input event conditions to determine if the output event is
executed.
Table 10-3 Logical Operators Used for GPI/O Event Processing
NOTE: All logical operators are transitive: 1 AND 0 = 0 AND 1
Logical
Operator
Required Input Conditions for
Output Event Execution
Truth Tables
AND All input events must be true
1 AND 1 = 1
1 AND 0 = 0
0 AND 0 = 0
OR Any input event true
1 OR 1 = 1
1 OR 0 = 1
0 OR 0 = 0
XOR Any input event true, but not all true
1 XOR 1 = 0
1 XOR 0 = 1
0 XOR 0 = 0