Operator`s manual
2.3 Operating Instruction
2-104
2. B Variable number/LB Variable number/B [Array number]/LB [Array num-
ber]/Byte type constant
Choose one of the tags from the following table.
SET B000 5
SET B010 10
OR B000 B010
Carries out the logical sum of B000 (0000 0101) and B010 (0000 1010), and stores the result
(0000 1111=15) in B000.
No Tag Explanation Note
2
B Variable num-
ber/
LB Variable num-
ber/
B [Array number]/
LB [Array num-
ber]
Specifies the number of the byte type variable for
which the logical sum is carried out.
<Data 2>
3
Byte type con-
stant
Specifies the byte type data for which the logical
sum is carried out.
<Data 2>
Example