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
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 Fixed or variable number Entry: absolute or incremental Optional syntax element |
Example
11 CC X+30 Y+10 |