Configuring the Camera
53
RM/TM-4200GE Series
Figure 37.
PLC Q Output
The Q output allows the following Boolean operations:
•
Variable0 Op0 Variable1 Op1 Variable2 Op2 Variable3
•
(Variable0 Op0 Variable1) Op1 Variable2 Op2 Variable3
•
Variable0 Op0 Variable1 Op1 (Variable2 Op2 Variable3)
•
(Variable0 Op0 Variable1) Op1 (Variable2 Op2 Variable3)
All Q# controls follow this format:
•
PLC_Q#_Variable0: the first input signal.
•
PLC_Q#_Operator0: a Boolean operator.
•
PLC_Q#_Variable1: the second input signal.
•
PLC_Q#_Operator1: a Boolean operator.
•
PLC_Q#_Variable2: the third input signal.
•
PLC_Q#_Operator2: a Boolean operator.
•
PLC_Q#_Variable3: the fourth input signal.
Each Variable has this selection:
•
Zero: low signal.
•
One: high signal.
•
PLC_I0
•
…