Operator`s manual
2.3 Operating Instruction
2-106
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 0
SET B010 1
NOT B000 B010
Carries out the logical negation of B010 (0000 0001), and stores the result (1111 1110=254) 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 negation is carried out.
<Data 2>
3
Byte type con-
stant
Specifies the byte type data for which the logical
negation is carried out.
<Data 2>
Example