376
When both process B and process D have finished (i.e., when SW5 and SW6
turn ON), processes B and D are reset together by the SNXT(009) at the end of
the programming for process B. Although there is no SNXT(009) at the end of
process D, the control bit for it is turned OFF by executing SNXT(009) 050004.
This is because the OUT for bit 050003 is in the step reset by SNXT(009)
050004, i.e., bit 050003 is turned OFF when SNXT(009) 050004 is executed.
Process B is thus reset directly and process D is reset indirectly before executing
the step for process E.
(009)
SNXT 050000
(009)
SNXT 050002
(008)
STEP 050000
0000
01
0000
02
(009)
SNXT 050001
(008)
STEP 050001
Programming for process A
0000
03
Programming for process B
(009)
SNXT 050004
0000
03
(009)
SNXT 050003
(008)
STEP 050003
Programming for process C
0000
04(
SW5, SW6
SW4
(008)
STEP 050004
Programming for process D
SW3
SW1, SW2
(009)
SNXT 024613
Programming for process E
(008)
STEP ...
0000
05
SW7
Process A
started.
Process A
reset.
Process B
started.
Process C
started.
Process E
started.
Used to
turn off
process D.
Process C
reset.
Process D
started.
(008)
STEP 050002
Process E
reset.
00000 LD 000001
00001 SNXT(009) 050000
00002 SNXT(009) 050002
00003 STEP(008) 050000
Process A
00100 LD 000002
00101 SNXT(009) 050001
00102 STEP(008) 050001
Process B
00100 LD 000003
00101 OUT 050003
00101 AND 000004
00101 SNXT(009) 050004
00102 STEP(008) 050002
Process C
00200 LD 000003
00201 SNXT(009) 050003
00202 STEP(008) 050003
Process D
00300 STEP(008) 050004
Process E
00400 LD 000005
00401 SNXT(009) 024613
00402 STEP(008) ---
Address Instruction Operands
0500
03
STEP DEFINE and STEP START: STEP(008)/SNXT(009) Section 5-29