Skip to main content

Parabola

G code: G6

Function: The command interpolates a parabola which is defined by the coordinates of the end point X/Y/Z and the vertex I/J. The vertex is the point where the tangent of the element is parallel to the connecting line of the start and end point.

Tip

A parabola is a 2.5D object that is always in the X/Y-plane. Parabolas on other planes are not supported.

Syntax

G6 X Y Z I J A B C P Q U V W F E H L/O D S

G Code Word

Description

X Y Z

Target positions of the Cartesian axes

I J

Vertex of the parabola

A B C P Q U V W

Target positions of the additional axes

F E

Path velocity, path acceleration/deceleration

H L/O

H function

D

Tool radius

S

S profile

Example 35. Example
N010 G00 X100 Y200 Z0 F100
N020 G98
N030 G06 X-100 Y200 Z00 I0 J0