User guide

Page 142
[Function] Jumps to the step designated by the tag number.
(Valid only within the same program)
[Example] GOTO 1
Jump to the step in Tag No. 1.
TAG 1
GOTO 1
[Function] Uses the tag number to designate the place to jump to in the GOTO command.
(Valid only within the same program)
[Example] TAG 1
Prepares Tag 1 as the jump destination for GOTO 1.
TAG (Tag Designation)
TAG 1
GOTO 1
2-6 Turnout Commands
GOTO (Jump)
Jump
Jump
Chapter 4. Programming
Expansion
condition
(A N D · OR)
Input
condition
(I/O · Flag)
Com mand
Post
(Output port · Flag)
Com mand Operand 1 Operand 2
Optional Optional GOTO Tag No.
Expansion
condition
(A N D · OR)
Input
condition
(I/O · Flag)
Com mand
Post
(Output port · Flag)
Com mand Operand 1 Operand 2
TAG Tag No.