8 program control – IAI America XSEL-KX User Manual
Page 122
 
 
 
 
106
Part 4 Commands
1.8 Program Control
 
 GOTO (Jump) 
Extension condition
(LD, A, O, AB, OB)
Input condition
(I/O, flag)
Command, declaration
Output
(Output, flag)
Command, 
declaration 
Operand 1
Operand 2
Optional
Optional
GOTO
Tag
number
Prohibited
CP
[Function]
Jump to the position of the tag number specified in operand 1.
(Note 1)
A GOTO command is valid only within the same program.
(Note 2)
Do not create a program containing an indefinite loop of continuous movement commands 
(refer to Chapter 4 in Part 4) using the TAG-GOTO syntax. It will result in an accumulation of 
coordinate conversion errors. 
[Example 1]
TAG
1
Set a tag.
:
:
:
GOTO
1
Jump to tag 1.
 
Using a GOTO command to branch out of or into any of the syntaxes listed below is prohibited. 
 
Since the maximum number of nests is defined for each conditional branching command or subroutine call, 
a nest will be infinitely repeated if an EDXX is not passed, and a nest overflow error will generate. In the 
case of palletizing setting, an error will generate if the second BGPA is declared after the first BGPA 
declaration without passing an EDPA. 
(1) IFXX or ISXX and EDIF syntax 
(2) DWXX and EDDO syntax 
(3) SLCT and EDSL syntax 
(4) BGSR and EDSR syntax 
(5) BGPA and EDPA syntax 
 
 
 
 TAG (Declare tag) 
Extension condition
(LD, A, O, AB, OB)
Input condition
(I/O, flag)
Command, declaration
Output
(Output, flag)
Command, 
declaration 
Operand 1
Operand 2
Prohibited
Prohibited
TAG
Tag
number
Prohibited
CP
[Function]
Set the tag number specified in operand 1.
[Example 1] Refer to the section on GOTO command.