Fundamentals, File Management | Creating and writing programs
4
HEIDENHAIN | TNC 620 | Conversational Programming User's Manual | 10/2017
157
Example
0 BEGIN PGM NEW MM
Program begin, name, unit of measure
1 BLK FORM ROTATION Z DIM_R LBL1
Spindle axis, manner of interpretation, subprogram number
2 M30
End of main program
3 LBL 1
Beginning of subprogram
4 L X+0 Z+1
Starting point of contour
5 L X+50
Programming in the positive direction of the principal axis
6 L Z-20
7 L X+70
8 L Z-100
9 L X+0
10 L Z+1
Contour end
11 LBL 0
End of subprogram
12 END PGM NEW MM
Program end, name, unit of measure