Comments
Comments in the TwinCAT CNC G-code dialect must be placed at the end of the set 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.
INFORMATION: Comments in G-code cannot be imported in the current version of the software and are displayed as an empty row in the SRL program.
Examples:
G01 X100
G04 0.5 ;wait for pump start
G01 Y200
G01 X100