Specifications

Table Of Contents
5 - 11
5.7 Jump/pointer
Pn Pn
Jump Pointer
(1) Description of operation
(a) "JUMP" functions to jump to the designated pointer Pn within local program.
(b) The pointer can be set to a step, transition, branch point or connection point.
(c) Pointer Pn can be set between P0 and P1683 in each program.
(2) Precautions
(a) JUMP cannot be set to exit a parallel branch - parallel connection. (Improper
example 1 shown below)
(b) JUMP cannot be set from a parallel branch - parallel connection to a parallel
branch - parallel connection. (Improper example 2 shown below)
(c) A setting that continues the label and jump cannot be set. (Improper example
3 shown below)
Pn
Pn
Pn
Pn
Improper example 1
Pn
Pn
Improper example 2 Improper example 3
5.8 END
END
(1) Description of operation
(a) The program is ended.
(b) When the subroutine is called, the program is returned to the calling source
SFC program.
(2) Precautions
(a) Multiple ENDs can be set in one program.
(b) END cannot be set between a parallel branch - parallel connection.
(c) The output is held even when the SFC program is completed with END.