2 INFORM Explanation
FS100 2.2 Control Instruction : *(LABEL)
2-46
*(LABEL)
Specifies the label for the jump.
1. *Label strings
Add the following tag.
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: 16 characters
(1) NOP
*1
JUMP JOB:1 IF IN#(1)=ON
JUMP JOB:2 IF IN#(2)=ON
JUMP *1
END
The label is effective only in the same job. It does not jump
to the same label in other jobs.