4.5.4.3 Program Example of G02/G03


  • Helical interpolation:

G17

G00 X0.Y0.Z0.                   ;Quickly locate the starting point(0,0)

G02 X-50.Y-50.I-50.Z-40. F2000. ;Perform spiral interpolation to the destination(-50,-50,-40)

M30


3D circle

XY, XZ Composite map

Helical Interpolation


  • Helical interpolation: Z and P7 are added to the G02 command line. The tool first performs 7 full-circle paths and then goes to the destination (-50, -50, -40).

G17

G00 X0.Y0.Z0.                      ;Quickly locate the starting point(0,0)

G02 X-50.Y-50.I-50.Z-40. P7 F2000. ;After performing 7 full circle paths, go to the destination(-50,-50,-40)

M30

 

3D circle

XY, XZ Composite map

Spiral helical interpolation