Owner's manual

Using Chamfers and CornerRadius
Chapter 16
16-4
Example 16.3
Programming a Radius For a Circular Path into a Linear Path
N10 G00 X10. Y30;
N20 X10. Y30 F100;
N30 G02 X10. Y10 R10, R3;
N40 G01 X30. Y10;
N50 M30;
Figure 16.3
Results of Radius Example 16.3
X
Y
30
25
20
15
10
5
252015105
Actual startpointof
blockN30 and end
pointofcornerblock
Programmed end
pointofblock N20
Actual end pointof
blockN20 and start
pointofcornerblock
Corner block
R
N20
N30
Example 16.4
Radius and Chamfer with QuickPath Plus
N10 G00 X25. Y0. F100;
N20 G01 ,A90, C5.0;
N30 X5. Y20. ,A180.,R5.0;
N40 Y35;
N50 M30;