The G13 command
allows you to use circular interpolation counterclockwise when processing
materials using the current machine coordinates as the center of the circle.
Consider an example
of using the G13 command in control programs of numerical control systems below:
N010 G0 X5 Y7;
Accelerated Movement N020 G13 I2.0; Circular Interpolation
The use of the G13
command also makes it possible to mill circular pockets, with the word P
specifying the initial radius of the pocket being milled, and the word Q - the
increment step when milling the desired pocket.
Back to list of CNC G Codes and CNC M-codes
|