7: BASIC INSTRUCTIONS
7-6 USER’S MANUAL
Example: AND LOD (Load)
For the following circuit, the AND LOD instruction can be used in two ways.
First, the AND LOD instruction can be keyed following each of the sets of circuits that
are to be connected in series.
Second, the AND LOD instruction can be entered twice at the end, after all the circuits
to be connected in series have been keyed.
In either way, there is a relationship between the quantity of LOD instructions and the
quantity of AND LOD instructions:
Quantity of AND LOD instructions = Quantity of LOD instructions – 1
Block A Block B Block C
Ladder Diagram
I1
I3
I2
I4
I5
I6
I1
Operation Register Stack Register
LOD I1
OR I2
Prgm Adrs Instruction Data
0
1
2
3
4
5
6
7
LOD
OR
LOD
OR
AND LOD
LOD
OR
AND LOD
I1
I2
I3
I4
I5
I6
Program List 1
I2
I3
I4
I1
I2
I1
I2
I3
I4
I1
I2
I3
I4
I5
I6
I1
I2
I3
I4
I5
I6
LOD I3
OR I4
AND
LOD
LOD I5
OR I6
AND
LOD
The program represented by Block A is
stored beginning with the LOD I1 instruc-
tion, and Block B is stored with LOD I3.
Then, these two programs are read by the
AND LOD instruction which is entered
next, forming a circuit connected in series.
The program represented by Block C is stored
beginning with the LOD I5 instruction. This is
read by the final AND LOD instruction, so
that it is connected in series with the two pro-
grams connected previously.
I1
Operation Register Stack Register
LOD I1
OR I2
Prgm Adrs Instruction Data
0
1
2
3
4
5
6
7
LOD
OR
LOD
OR
LOD
OR
AND LOD
AND LOD
I1
I2
I3
I4
I5
I6
Program List 2
I2
I3
I4
I1
I2
I3
I4
I5
I6
I5
I6
I1
I2
I3
I4
I5
I6
LOD I3
OR I4
LOD I5
OR I6
AND
LOD
AND
LOD
The program represented by Block A is
stored beginning with the LOD I1
instruction, Block B is stored with
LOD I3, and Block C is stored with
LOD I5.
Then, the AND LOD instruction is
entered twice consecutively, connecting
the blocks in series, sequentially.
In this case, the number of stored cir-
cuits and read operations are increased.
I1
I2
I3
I4
I1
I2