OF 96
E
XAMPLES
MANUAL
ISO programming
Exercise 15.
Angular repetition
Chapter 3
Page 84 of 96
CNC 8070
EXERCISE 15. ANGULAR REPETITION
G0 Z100
T4D1
M6
S1000 M3
X100 Y0
Z2
G1 Z0 F175
N1:G91 Z-5
G90G42 X75 Y0 Repetition of down movements.
N3:G91 Q60 Polar programming of the first side.
N4:
#RPT [N3,N4,5] Angular repetition of the sides.
G90 G40 X100 Y0
N2:
#RPT[N1,N2,4] Repetition of down movements.
G0 Z100
M30