Logical Operators - Euphonix Max Air Operation Manual

Hide thumbs Also See for Max Air:
Table of Contents

Advertisement

Euphonix Max Air Mixing Console Operation Manual
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
Logical
Required Input Conditions for
Operator
AND
All input events must be true
OR
Any input event true
XOR
Any input event true, but not all true
NOTE: All logical operators are transitive: 1 AND 0 = 0 AND 1
Output Event Execution
Truth Tables
164
Event System
1 AND 1 = 1
1 AND 0 = 0
0 AND 0 = 0
1 OR 1 = 1
1 OR 0 = 1
0 OR 0 = 0
1 XOR 1 = 0
1 XOR 0 = 1
0 XOR 0 = 0

Advertisement

Table of Contents
loading

Table of Contents