With the rounding function RND you can use a circular path to round off the intersection of two path functions.
Application
Requirements
- Path functions before and after the rounding arc
- Identical tool compensation before and after the rounding arc
- Rounding is machinable with the current tool
Description of function

You program the rounding arc between two path functions. The circular arc connects tangentially to the previous and subsequent contour element. The control does not traverse to the intersection.
If you program a feed rate in the RND block, then this feed rate is in effect only while cutting the rounding arc.
Program rounding RND
| ||
|
Example
5 L X+10 Y+40 RL F300 M3 |
6 L X+40 Y+25 |
7 RND R5 F100 |
8 L X+10 Y+5 |