4.15.10 Example of Gird Object Pattern Machining: G70.22


  • G7022.CNC

;example of gird object pattern machining

;set tool radius of tool table number 1 = 1.0

;

;main program

G90 D1

G0 X0 Y0 Z10.

/M97 P5555

G70.22 C0 I70. J50. A3 B2 D10.

@ G70.10 G41 P5555 X70.0 Y-25.0 Z0 W-3. C2. J1. K0 Q3. R3. I500 E700 F1000

G0 Z10.

X0 Y0

M30

;

;subprogram (describing shape of the pocket)

O5555

G90 G0 X29.5 Y30.9

G1 X45.6

Y37.6

G2 X51.2 R-10.25

G1 Y30.9

X88.

Y42.7

X80.2 Y44.9

G2 Y49.6 R-8.25

G1 X88. Y52.1

Y65.3

X29.5

Y30.9

M99


Example of Gird Object Pattern Machining: G70.22