176
Sequence Input Instructions Section 3-3
Coding Example (1)
Coding Example (2)
The OR LOAD instruction can be used repeatedly. In programming method
(2) above, however, the number of OR LOAD instructions becomes one less
than the number of LOAD and LOAD NOT instructions before that.
In method (2), make sure that the total number of LOAD and LOAD NOT
instructions before OR LOAD is not more than eight. To use nine or more, pro-
gram using method (1). If there are nine or more with method (2), then a pro-
gram error will occur during the program check by the Peripheral Device.
Coding
Second LD: Used for first bit of next block connected in series to previous block.
Instruction Operand
LD 000000
AND NOT 000001
LD NOT 000002
AND NOT 000003
OR LD ---
LD 000004
AND 000005
OR LD ---
.
.
.
.
OUT 000501
Instruction Operand
LD 000000
AND NOT 000001
LD NOT 000002
AND NOT 000003
LD 000004
AND 000005
.
.
.
.
OR LD ---
OR LD ---
.
.
.
.
OUT 000501
Address Instruction Operand
000100 LD 000000
000101 AND NOT 000001
000102 LD 000002
000103 AND 000003
000104 OR LD ---
000105 OUT 000501