Chapter 6. Panel Editor
6-84
Operator Description
% Gets the remainder when operand 1 is divided by operand 2
&
Compares each bit of operand 1 to the corresponding bit of the operand 2. If both are 1, the
corresponding bit of result device is set to 1. Otherwise it is set to 0.
|
Compares each bit of operand 1 to the corresponding bit of the operand 2. If either bit is 1,
the corresponding result bit is set to 1. Otherwise it is set to 0.
^
Compares each bit of operand 1 to the corresponding bit of the operand 2. If one bit is 0 and
the other bit is 1, the corresponding bit of result device is set to 1. Otherwise it is set to 0.
<<, >> Shifts the operand 1 left(<<) or right(>>) by the number of positions the operand 2 specifies.
<
>
==
Compare the operand1 to the operand 2 to test
the validity of the specified relationship.
Writes 1 to the result device if the tested
relationship is true and writes 0 if it is
false.
5) Data
(1) Specifies the data type.
6) Display Format
(1) DEC: Displays in decimal format.
(2) HEX: Displays in hexadecimal format.
(3) BCD: Displays in binary coded decimal format.
6.11.6 Block Communication
Specifies properties of Block Communication function.
• Click the Add button to register a block communication function.