Cartesian coordinates
With the G06 NC function, you program a circular path with a tangential transition to the previous path function.
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+25 Y+30 F300 | ; Straight line |
N120 G06 X+45 Y+20 | ; Circular path with tangential transition |
G06 corresponds to the CT Klartext syntax.