Difference between revisions of "Circular Interpolation"

From CNC.xyz Wiki
Jump to: navigation, search
(Created page with "The '''Circular Interpolation''' G-code, known as G02 and G03 allows the machine to move in a circular direction with coordination between multiple axes.")
 
Line 1: Line 1:
The '''Circular Interpolation''' G-code, known as G02 and G03 allows the machine to move in a circular direction with coordination between multiple axes.
+
The '''Circular Interpolation''' G-code, known as G02 and G03 allows the machine to move in a circular direction with coordination between multiple axes. G02 performs Clockwise rotation, and G03 performs clockwise rotation.
 +
 
 +
'''Standard Format (Clockwise):'''
 +
G2
 +
 
 +
'''Standard Format (Counter Clockwise):'''
 +
G3
 +
 
 +
=== Incremental Arc Distance Mode ===
 +
 
 +
 
 +
=== Absolute Arc Distance Mode ===

Revision as of 22:58, April 4, 2015

The Circular Interpolation G-code, known as G02 and G03 allows the machine to move in a circular direction with coordination between multiple axes. G02 performs Clockwise rotation, and G03 performs clockwise rotation.

Standard Format (Clockwise):
G2 
Standard Format (Counter Clockwise):
G3 

Incremental Arc Distance Mode

Absolute Arc Distance Mode