7.2 Startup Method
7-5
7.2.2
Starting Various Jobs
When a job executed in each task is not fixed, set each job name to be started with a PSTART
instruction.
PSTART JOB: job name SUB
A specified job is started in a specified task.
Subtask 2
Subtask 1
Start
PSTART JOB:WORK-A SUB1
PSTART JOB:WORK-D SUB 2
Start
Master task
Active job
Active job
Active job
WORK-D
WORK-E
WORK-A
WORK-B
WORK-C
0000
0001
0002
0003
0008
0009
0012
0013
0017
0018
0022
NOP
’JOB FOR MASTER TASK
PSTART JOB:WORK-A SUB1
PSTART JOB:WORK-D SUB2
PWAIT SUB1
PWAIT SUB2
PSTART JOB:WORK-B SUB1
PSTART JOB:WORK-E SUB2
PWAIT SUB1
PWAIT SUB2
PSTART JOB:WORK-C SUB1
Starts "WORK-A" with subtask 1.
Starts "WORK-D" with subtask 2.
Waits for the completion of subtask 1.
Waits for the completion of subtask 2.
Starts "WORK-B" with subtask 1.
Starts "WORK-E" with subtask 2.
Waits for the completion of subtask 1.
Waits for the completion of subtask 2.
Starts "WORK-C" with subtask 1.
JOB CONTENT: MASTER
JOB NAME: M-TASK
CONTROL GROUP: NON GROUP
STEP NO: 000
TOOL: 00
EDIT
DISPLAY
UTILITY
JOB
163/210