1. G Function Description
1.2.6 G05: High Speed & High Precision
Interpolation
Command form:
10000
1
G05
P

2
3

;
// Start
HSHP interpolation
4
 5 
G01 X Y Z F__;
G02 X Y Z R ;
G00 X Y Z ;
G05 P0; // Cancel HSHP interpolation
P: Multiple motion parameters
X, Y, Z: Specific coordinate point
F: Max feedrate (mm/min)
Description:
G05 provides one default parameter, P10000, and five other parameters,
P1~P5, for users. Interpolation commands execute the mode of smoothing
curve by processing program. G90/G91 decides absolute or increment mode.
Feedrate is decided by F code for high speed & high precision interpolation.
Condition:
On high speed & high precision interpolation (G05 P ) mode, M
code and MPG simulation of negative direction are invalid.
On high speed & high precision interpolation (G05 P ) mode, if
cutter compensation(G40/G41/G42) and tool length compensation
(G43/G44/G49) are used, the program can cancel G05 mode until
G40/G41/G42 or G43/G44/G49 ending. It is not recommended to
do that unless necessary.
14
    "