Programming 15088:K 3/21/01
3-61
Z23Z15
L1M3
CMX
Z9
OR(Z9 Z15 Z23)
4.2 Operators
OR
Operator: The first (and most useful) operator is OR.
Equation: OR(Z9 Z15 Z23)
If ANY one of the three operands in the equation
are in alarm, then the control module will be activated.
IF Software Zone 9 is in alarm OR
IF Software Zone 15 is in alarm OR
IF Software Zone 23 is in alarm,
THEN this control module will be activated.
AND
Operator: The AND operator requires that each operand
be in alarm.
Equation: AND(Z9 Z15 Z23)
ALL three operands in the equation MUST be
in alarm for the control module to be activated.
IF Software Zone 9 is in alarm AND
IF Software Zone 15 is in alarm AND
IF Software Zone 23 is in alarm,
THEN this control module will be activated.
L1D1 L1D2
Z15Z9
L1D3
Z23
L1M1
CMX
AND(Z9 Z15 Z23)
(Z9) (Z23)(Z15)