DIN/ISO programming | Basic elements of turning contour
4
248
HEIDENHAIN | User's Manual smart.Turn and DIN Programming | 12/2017
Example: G1-Geo
. . .
FINISHED PART
N2 G0 X0 Z0
Starting point
N3 G1 X50 BR-2
Vertical line with chamfer
N4 G1 Z-20 BR2
Horizontal line with radius
N5 G1 X70 Z-30
Oblique cut with absolute target coordinates
N6 G1 Zi-5
Horizontal line segment, incremental
N7 G1 Xi10 AN30
Incremental and angle
N8 G1 X92 Zi-5
Incremental and absolute mixed
N9 G1 X? Z-80
Calculate the X coordinate
N10 G1 X100 Z-100 AN10
End point and angle with unknown starting point
. . .