You use the circle center point function CC to define a position as circle center point.
Application
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.
Tip
The control simultaneously uses the CC function as the pole for polar coordinates.
Programming the circle center point CC
| ||
|
Example
5 CC X+25 Y+25 |
or
10 L X+25 Y+25 |
11 CC |