Operator`s manual

2.2 Control Instruction
2-32
2. ENTRY=Registration number
When a JET#(job registration table number) is selected from the table in part 1 of this Expla-
nation, add the following tag.
3. UF# (User coordinate number)
The following tag can be added or omitted.
4. IF
The following tag can be added or omitted.
(1) CALL JOB:TEST1
The job named TEST1 is called.
(2) SET B000 1
CALL B000 IF IN#(14)=ON
If input signal No.14 is on, it calls the job “1”.
No. Tag Explanation Note
8
ENTRY=Registra-
tion number
Specifies the registration number of the job reg-
istered in the specified job registration table.
No.: 1 to 1024
Variable B/B[]/LB/
LB[]/I/I[]/LI/LI[] can
be used.
No Tag Explanation Note
9
UF# (User coordi-
nate number)
Specifies the user coordinate system of the job
to be called.
Available only in the
relative job function.
No Tag Explanation Note
10
IF Specifies the IF instruction. Refer to " 2.6
Instruction Which
Adheres to an
Instruction ".
Example