With the G25 NC function, you can insert a rounding arc between two straight lines. The rounding arc references the point of intersection you are programming using the straight line.
NC programs contained in this User's Manual are suggestions for solutions. The NC programs or individual NC blocks must be adapted before being used on a machine.
- Change the following contents as needed:
- Tools
- Cutting parameters
- Feed rates
- Clearance height or safe position
- Machine-specific positions, e.g. with M91
- Paths of program calls
Some NC programs depend on the machine kinematics. Adapt these NC programs to your machine kinematics before the first test run.
In addition, test the NC programs using the simulation before the actual program run.
With a program test you determine whether the NC program can be used with the available software options, the active machine kinematics and the current machine configuration.
N110 G01 X+40 Y+25 | ; Straight line at machining feed rate |
N120 G25 R5 | ; Rounding arc at machining feed rate |
N130 G01 X+10 Y+5 | ; Straight line at machining feed rate |
G25 corresponds to the RND Klartext syntax.
The value following the R syntax element corresponds to the radius of the rounding arc.