Example 1:
Program code Comment
N10 G1 F100 X10 Y20 ; Comment to explain the NC block
Example 2:
Program code Comment
N10 ; Company G&S, order no. 12A71
N20 ; Program written by H. Smith, Dept. TV 4 on November 21,
1994
N50 ; Section no. 12, housing for submersible pump type TP23A
Note
Comments are stored and appear in the current block display when the program is running.
2.2.2.5 Skipping blocks
NC blocks, which are not to be executed every time the program runs, can be skipped and not
processed. This function is used when testing and/or running-in new programs, for example.
Skip blocks
Blocks to be skipped are indicated in the part program by the character "/" before the block
number. Several consecutive blocks can also be skipped. The instructions in the skipped
blocks are not executed and the program resumes with the next block that is not skipped.
Example:
1
1
1
1
1
1
1
1
1
1
1
1
Fundamentals
2.2 Fundamental Principles of NC Programming
NC programming
48 Programming Manual, 12/2019, 6FC5398-2EP40-0BA0