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 |
---|---|
| Target positions of the Cartesian axes |
| Vertex of the parabola |
| Target positions of the additional axes |
| Path velocity, path acceleration/deceleration |
| H function |
| Tool radius |
| S profile |
Example 35. Example
N010 G00 X100 Y200 Z0 F100 N020 G98 N030 G06 X-100 Y200 Z00 I0 J0