Siemens SINUMERIK 828D Programming Manual page 44

Hide thumbs Also See for SINUMERIK 828D:
Table of Contents

Advertisement

Fundamental Principles of NC Programming
2.2 Structure and contents of an NC program
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.
44
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, 07/2010, 6FC5398-1BP40-0BA0
Fundamentals

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents