Ex.
:
Absolute Programming:
N001 G90
N002 G00 X126 Y80 A→B
N003 G01 X84 Y120 F500 B→C
N004 G01 X84 Y160 F500 C→D
N005 G01 X126 Y160 F500 D→E
N006 G01 X84 Y200 F500 E→F
Incremental Programming:
N001 G91
N002 G00 X84 Y40 A→B
N003 G01 X-42 Y40 F500 B→C
N004 G01 Y40 F500 C→D
N005 G01 X42 F500 D→E
N006 G01 X-42 Y40 F500 E→F
2.3 G02——Clock wise Interpolation
Formula
:
G02 X_ Y_ R_ F_
Note:
(
1
)
F is the speed
(2)Whole circle can not be finished one time
(
3
)
R is the radius, “+R” used when <180°, “-R”used when >180°
(4)The distance between starting point and end point has to be smaller than 2R, otherwise it will not be
operated.