Helical interpolation (G02 Z.. K../G03 Z.. K..)

Helical interpolation is the superposition of a circular interpolation (plane of 1st and 2nd main axes) and a linear motion in the 3rd main axis. The resulting helical motion is executed at constant pitch. The pitch is programmed by the third parameter of the circular interpolation depending on the selected plane.

Displaying helical interpolation at constant pitch
Displaying helical interpolation at constant pitch

Syntax example for G17 plane:

G02 | G03 X.. Y.. Z..I.. J.. | R.. K..

G02 | G03

Circular interpolation CW / CCW

X.. Y..

Target point in XY plane in [mm, inch]

Z..

Target point on helical axis perpendicular to XY plane in [mm, inch]

I.. J..

Position of circle centre point of interpolation in XY plane (I in X, J in Y) in [mm, inch], according to G161/G162

R..

Radius of interpolated circle (alternative to I,J) in [mm, inch]

K..

Pitch of helix in Z (value always without sign) in [mm, inch]

Syntax according to selected interpolation plane:

Plane

Interpolation
type

Target point
in plane

Target point
on helical axis

Centre point
/radius

Pitch

G17

G02/G03

X..Y..

Z..

I..J../R

K

G18

G02/G03

Z..X..

Y..

K..I../R

J

G19

G02/G03

Y..Z..

X..

J..K../R

I

It is not necessary to define the pitch so that the helix reaches the programmed target point exactly. In this case, the NC kernel calculates a "corrected" pitch taking into consideration the fixed points for start and target points. The corrected pitch approximates to the programmed pitch as closely as possible.

In this case, the helix target point is first calculated based on the programmed pitch. If the calculated target point differs from the programmed target point, correction is required. The criteria for correction is the distance between the programmed target point and the calculated target point viewed in the direction of rotation.

If the distance is less than or equal to π(180°), the target point of the helix is shifted in the opposite direction of rotation towards the programmed target point, i.e. the pitch is increased.

If it is greater than π(180°), the target point of the helix is shifted in the direction of rotation of the programmed target point, i.e. the pitch is reduced.

Correcting the helix pitch depending on the direction of rotation
Correcting the helix pitch depending on the direction of rotation

Example

example

Principal correction of a helix clockwise (G02) (1st case)

The target point calculated using the programmed pitch Pprog is located within the range of 180° behind the programmed target point (viewed in the direction of rotation).

Correction takes place by increasing the pitch Pcorr.

Correcting a helix within the range of 180° behind the programmed target point
Correcting a helix within the range of 180° behind the programmed target point

Example

example

Principal correction of a helix clockwise (G02) (2nd case)

The target point calculated using the programmed pitch Pprog is located within the range of 180° ahead of the programmed target point (viewed in the direction of rotation).

Correction takes place by reducing the pitch Pcorr.

Correcting a helix within the range of 180° ahead of the programmed target point
Correcting a helix within the range of 180° ahead of the programmed target point

Programing Example

prg_example

Helical interpolation in the XY plane clockwise

The following helix is travelled:

Starting point a:               X-10 Y0 Z0

Target point b:                X0     Y-10  Z-20

Helix centre point I, J:   Zero point

Helix pitch K:         variable

:

N10 G17 G90 X-10 Y0 Z0 F500 G161

N20 G02 X0  Y-10 Z-20  I0   J0   K..

:

Helical interpolation in the XY plane clockwise
Helical interpolation in the XY plane clockwise

Minimum rotation: ¾ → pitch K=26.66

Pitch K greater than or equal to 26.66:

The helix from a to b is generally executed in ¾ rotation because the correction is limited to the maximum possible pitch K = 26.66.

Pitch K < 26.666:

Programmed
pitch K (in mm)

Helix rotations from
a to b

Corrected
pitch K (in mm)

17.5

¾

26.66

16

11.4

15

11.4

12.5

11.4

10

11.4

7.5

7.27

5

5.33

2.5

2.58

2

2.05

1

19¾

1.01