Circle center point CC
Application
The CC circle center function allows you to define a position as a circle center.
Related topics
- Programming a pole as a reference point for polar coordinates
Description of function
You define a circle center point by entering coordinates for at most two axes. If you do not enter coordinates, the control uses the last defined position. The circle center point remains active until you define a new circle center point. The control does not traverse to the circle center point.
You need to define a circle center point before you can program a circular path with C.
The control simultaneously uses the CC function as the pole for polar coordinates.
Input
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.
11 CC X+0 Y+0 | ; Circle center |
To navigate to this function:
Insert NC function All functions Path contour CC
The NC function includes the following syntax elements:
Syntax element | Meaning |
---|---|
CC | Syntax initiator for a circle center |
X, Y, Z, U, V, W | Coordinates of the circle center Number or numerical parameter Entry: absolute or incremental Optional syntax element |
Example
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.
5 CC X+25 Y+25 |
or
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.
10 L X+25 Y+25 |
11 CC |