Rockwell Automation 8520-MUM 9/Series CNC Mill Operation and Programming Manual Documentation Set User Manual

Page 434

Advertising
background image

Using Chamfers and Corner Radius

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

25

20

15

10

5

Actual start point of
block N30 and end
point of corner block

Programmed end
point of block N20

Actual end point of
block N20 and start
point of corner block

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;

Advertising