Overview - Components of a CC Equation,
Continued
10-5
•
OR Operator. The OR logical operator links the current statement in parallel with all
previous statements in an equation. In the example below, IF the condition of M1-1 is Fire
OR the condition of M1-2 is Fire, then the INPUT SIDE is true. In other words, when the
status of either M1-1 or M1-2 becomes Fire, the output statements execute.
Figure 10-5. The OR Operator
Output Statements
Output Statements are the actions that occur when the INPUT Side of an equation is true. An
output consists of an Opcode, the point associated with the Opcode, and a priority.