Euphonix Max Air Mixing Console Operation Manual Event System
168
Logical Operators11.3
The following logical operators process an event’s input conditions to determine if the
output action(s) is to be executed. If an event consists of just one input, AND and OR
deliver the same result and may be used interchangeably.
Logical Operators Used for GPI/O Event ProcessingTable 11-3
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
NOTE: All logical operators are transitive: 1 AND 0 = 0 AND 1