Logical Operators; Event Configuration Display; Logical Operators Used For Gpi/O Event Processing - Euphonix System 5 Operation Manual

Digital audio mixing system
Hide thumbs Also See for System 5:
Table of Contents

Advertisement

System 5 Digital Audio Mixing System Operation Manual
13.3

Logical Operators

The logical operators process input event conditions to determine if the output event is
executed.
Table 13-3 Logical Operators Used for GPI/O Event Processing
Logical
Operator
AND
OR
XOR
NOTE: All logical operators are transitive: 1 AND 0 = 0 AND 1
13.4

Event 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 13.9 on page 163.
Required Input Conditions for
Output Event Execution
All input events must be true
Any input event true
Any input event true, but not all true
160
GPI/O Event System
Truth
Tables
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