Skipping Blocks - Siemens SINUMERIK 828D Programming Manual

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

Advertisement

2.2.5

Skipping blocks

NC blocks, which are not to be executed in every program pass (e.g. execute a trial program
run), can be skipped.
Programming
Blocks, which are to be skipped are marked with an oblique "/" in front of the block number.
Several consecutive blocks can also be skipped. The statements in the skipped blocks are
not executed; the program continues with the next block, which is not skipped.
Example:
Program code
N10
/N20 ...
N30 ...
/N40 ...
N70 ...
Fundamentals
Programming Manual, 07/2010, 6FC5398-1BP40-0BA0
Fundamental Principles of NC Programming
2.2 Structure and contents of an NC program
Comment
; Is executed
; Skipped
; Is executed
; Skipped
; Is executed
43

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents