Comments

INFORMATION

Comments cannot be imported in the current version of the software and are displayed as an empty line in the SRL program.

Comments in the Sinumerik G-code dialect must be placed at the end of the block and concluded with a line break. They begin with a semicolon (";"). Any characters that are between the semicolon and the line break are interpreted as a comment.

Examples:

G01 X100

G04 0.5 ;wait for pump start

G01 Y200

G01 X100