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