
f : Can be used
: Cannot be used
B–61863E/15
5. FUNCTIONAL INSTRUCTIONS
PMC SEQUENCE PROGRAM
347
PA1 PA3 SA1 SA2 SA3 SA5 SB SB2 SB3 SB4 SB5 SB6 SB7 SC SC3 SC4 NB NB2 NB6
f f f f f f f f f f f f f
The LBL functional instruction specifies a label in a Ladder program. It
specifies the jump destination for the JMPB and JMPC functional
instructions. (See the explanation of the JMPB and JMPC functional
instructions.)
Ladder program
LBL AA
LBL AA
JMPB BB
JMPB AA
JMPC AA
JMPC AA
LBL BB
LBL
SUB 69
Label
specification
(a) Label specification
Specifies the jump destination for the JMPB and JMPC functional
instructions. The label number must be specified in the L address
form. A label number from L1 to L9999 can be specified. A label
number can be used more than once as long as it is used in a different
program unit (main program, subprogram).
NOTE
For the use of this instruction, see Chapter 10 of Part I.
5.71
LBL (LABEL)
5.71.1
Function
5.71.2
Format
5.71.3
Parameters