Operator`s manual

2.2 Control Instruction
2-34
* (LABEL)
Instruction set:
Specifies the label for the jump.
1. *Label strings
Add the following tag.
NOP
*1
JUMP JOB:1 IF IN#(1)=ON
JUMP JOB:2 IF IN#(2)=ON
JUMP *1
END
IF general input signal No.1 and No.2 are off, if loops infinitely between “*1" and “JUMP *1".
SUBSET STANDARD EXPANDED
Available Available Available
No Tag Explanation Note
1
*Label strings Specifies the label strings. String: 8 characters
The label is effective only in the same job. It does not jump to the same label in other jobs.
Function
Construction
LABEL
*
Label strings
END
1
Explanation
Example
Repeat
NOTE