PAGE 56 1010/2020 INSTALLATION AND PROGRAMMING MANUAL
COPYRIGHT © 2000, NOTIFIER INERTIA PTY LTD
C.B.E EQUATIONS: OPERATORS
OR
Operator: The first (and most useful) operator is OR.
Equation: OR(Z9 Z15 Z23)
If ANY one of the three operand’s 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 operand’s 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.
NOT
Operator: The NOT operator inverts the state of the operand (activated to deactivated OR
deactivated to activated).
Equation: NOT(Z2)
The control module will remain activated UNTIL
the operand comes into alarm.
IF Software Zone 2 is in alarm,
THEN this control module will be deactivated.