225
Sequence Control Instructions Section 3-5
Other instructions can be input between the MILC(519) instructions, as shown
in the following diagram.
If there is an ILC(003) instruction between an MILH(517) and MILC(519) pair,
the program section between MILH(517) and ILC(003) will be interlocked.
a
b
MILH
0
010000
MILC
1
MILC
0
A1
MILH
1
010001
A2
A3
Other instructions can be inserted between
two MILC(519) instructions. In this case,
sections A1 and A3 operate together. (They
are interlocked when "a" is OFF, regardless
of the ON/OFF status of "b".)
a
MILH
0
MILC
0
A1
ILC
A2
The MILC(519) instruction is ignored.
When input condition "a" is OFF, only
program section A1 is interlocked.
If there is an ILC(003) instruction,
the interlock is cleared at that point.