EXAMPLE:
ABSOLUTE
G90;
G01Y2.0;
X1.0;
Y3.0;
X2.0;
Y2.0;
X3.0;
Y0.0;
X0.0;
G02/G03: Circular Interpolation
There are two methods of circular interpolation:
Format;
> G02(G03) X__ Y__ I__ J__
G02(G03) X__ Y__ I__ J__
and
G02(G03) X__ Y__ R__
- X and Y specify the end points of a circle or arc and can be absolute or incremental.
- I and J specify the center point of a circle or arc and are only incremental.
3.0 -
2.0 -
Y 0 -
X 0
1.0
INCREMENTAL
G91;
G01Y2.0
X1.0;
Y1.0;
X1.0;
Y-1.0;
X1.0;
Y-2.0;
X-3.0;
2.0
3.0
( G02 = clockwise rotation)
( G03 = counterclockwise rotation)
30
Need help?
Do you have a question about the STX SC L PLUS CONTROL and is the answer not in the manual?