Polar coordinate datum at pole CC
Application
You must define a CC pole before programming with polar coordinates. All polar coordinates are relative to the pole.
Related topics
- Programming a circle center as a reference point for a circular path C
Description of function
You use the CC function to define a position as the pole. You define a pole by entering coordinates for at most two axes. If you do not enter coordinates, the control uses the last defined position. The pole remains active until you define a new pole. The control does not traverse to this position.
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 | ; Pole |
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 pole |
X, Y, Z, U, V, W | Coordinates of the pole 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.
11 CC X+30 Y+10 |