7 end of module, program end, 8 jump label, 7 end of module, program end (em) em – HEIDENHAIN TNC 335 Technical Manual User Manual
Page 477: 8 jump label (lbl) lbl

7-98
TNC 360
3 Commands
8/95
3.12.7 End of Module, Program End (EM)
EM
Abbreviation for PLC Editor:
EM (END OF MODULE)
Execution time [µs]
2.0
Number of bytes
4
Operands: none
Operation:
Every program and/or every subprogram (Module) is terminated with an EM command. An EM
command in a Module initiates the return jump to the Call Module (CM, CMT, CMF). The program is
continued with the instruction following the Call Module. The command EM is handled as program
end criterion; thus subsequent program instructions can be reached using a jump address.
3.12.8 Jump Label (LBL)
LBL
Abbreviation for PLC Editor:
LBL (LABEL)
Execution time [µs]
0
Number of bytes
0
Operands: 0 to 511
Operation:
The jump label defines a program position as an entry point for the CM and JP commands. Jump
labels may be allocated addresses in the range 0 to 511.