Chapter 16 PLC Function ApplicationsMS300
750
Contact form logical operation OR#
Continuous
execution type
Continuous
execution type
Notes on operand usage: #,:, &, |, ^
Refer to the function specifications table for each device in series
for the scope of device usage.
S
1
: data source device 1. S
2
: data source device 2.
This command compares the contents of S
1
and S
2
. When the result of
comparison is not 0, this command activates; when the result of comparison is
0, this command does not activate.
Conditions for
Activation
Conditions for
Inactivation
&: logical AND operation.
|: logical OR operation.
^: logical XOR operation.
Compare the contents of C0 and C10 with the logical AND operation, and the result
is not equal to 0, then Y0 = ON.
Compare the contents of the 32-bit register D10 (D11) and the 32-bit register D20
(D21) with the logical OR operation, and the result is not equal to 0, or you compare
the contents of the 32-bit counter C235 and the 32-bit register D200 (D201) with
the logical XOR operation, and the result is not equal to 0, then M60=ON.