Siemens Sinumerik 840D sl Programming Manual page 40

Fundamentals
Hide thumbs Also See for Sinumerik 840D sl:
Table of Contents

Advertisement

Fundamental Principles of NC Programming
3.2 Structure and contents of an NC program
Program code
N10
/N20 ...
N30 ...
/N40 ...
N70 ...
Skip levels
Blocks can be assigned to skip levels (max. 10) which can be activated via the user interface.
Programming is performed by assigning a forward slash, followed by the number of the skip
level. Only one skip level can be specified for each block.
Example:
Program code
/ ...
/0 ...
/1 N010...
/2 N020...
...
/7 N100...
/8 N080...
/9 N090...
Note
The number of skip levels that can be used depends on a display machine data item.
Note
System and user variables can also be used in conditional jumps in order to control program
execution.
40
Comment
; Is executed
; Skipped
; Is executed
; Skipped
; Is executed
Comment
; Block is skipped (1st skip level)
; Block is skipped (1st skip level)
; Block is skipped (2nd skip level)
; Block is skipped (3rd skip level)
; Block is skipped (8th skip level)
; Block is skipped (9th skip level)
; Block is skipped (10th skip level)
Programming Manual, 01/2015, 6FC5398-1BP40-5BA2
Fundamentals

Advertisement

Table of Contents
loading

This manual is also suitable for:

Sinumerik 828dSinumerik 840de sl

Table of Contents