Programming manual.
CNC 8070
8.
PATH CONTROL.
Helical interpolation (G02/G03).
·168·
(REF: 1709)
Helical pitch.
The helical pitch is defined using the letter "I", "J" or "K" associated with the axis perpendicular
to the work plane. The pitch will not be affected by functions G90 and G91.
Programming example.
Helical interpolation.
Programming example.
Multi-turn helical interpolation.
Plane. Programming the center.
G17 G18 G19 The pitch is defined with the letter "K" (G17), "J" (G18) or "I" (G19).
G20 The pitch is defined with the letter "K".
Various ways of defining a helical interpolation, where the starting point is X20 Y0 Z0.
Various ways of defining a helical interpolation with serval turns, where the starting point is X0 Y0 Z0.
G03 X40 Y20 I20 J0 Z50
; -------------------------------------------
G03 X40 Y20 R-20 Z50
; -------------------------------------------
G03 R44.7213 Q26.565 I20 J0 Z50
; -------------------------------------------
G09 X40 Y20 I60 J0 Z50
G03 X0 Y0 I15 J0 Z50 K5
; -------------------------------------------
G03 R0 Q0 I15 J0 Z50 K5