10 .6 pr ogr amming examples – HEIDENHAIN iTNC 530 (340 49x-04) ISO programming User Manual
Page 521
Advertising

HEIDENHAIN iTNC 530
521
1
0
.6 Pr
ogr
amming Examples
N70 X+15 Y+10 M3 *
Move to starting point for group 1
N80 L1.0 *
Call the subprogram for the group
N90 X+45 Y+60 *
Move to starting point for group 2
N100 L1.0 *
Call the subprogram for the group
N110 X+75 Y+10 *
Move to starting point for group 3
N120 L1.0 *
Call the subprogram for the group
N130 G00 Z+250 M2 *
End of main program
N140 G98 L1 *
Beginning of subprogram 1: Group of holes
N150 G79 *
Call cycle for 1st hole
N160 G91 X+20 M99 *
Move to 2nd hole, call cycle
N170 Y+20 M99 *
Move to 3rd hole, call cycle
N180 X-20 G90 M99 *
Move to 4th hole, call cycle
N190 G98 L0 *
End of subprogram 1
N99999999 %UP1 G71 *
Advertising