User manual

Exorcist User Manual
16
Logic Functions
Most logic functions compare the STATE of two flags when one of the flags changes
STATE and triggers a change EVENT, this comparison will produce an output as
indicated by the truth tables below
AND
The and function will turn on when both the triggers are on
Trigger 1
Trigger 2
Output
Off
Off
Off
Off
On
Off
On
Off
Off
On
On
On
OR
The function will turn on when either trigger is on
Trigger 1
Trigger 2
Output
Off
Off
Off
Off
On
On
On
Off
On
On
On
On
NAND
The function will turn on unless both triggers are on
Trigger 1
Trigger 2
Output
Off
Off
On
Off
On
On
On
Off
On
On
On
Off
NOR
The function will only turn on when both inputs are off
Trigger 1
Trigger 2
Output
Off
Off
On
Off
On
Off
On
Off
Off
On
On
Off
XOR