G61, G61.1, G64: Select Path Mode
Last modified by writer on 2023/02/09 18:22
G61 – exact path mode. Accurate following of the trajectory at the highest possible speed.
G61.1 – exact stop mode. Movement will stop at the end of each programed segment.
G64 P- – smoothing mode. Rounding corners with a given error.
G64 P- example:
G64 P0.1 (the trajectory of movement should not deviate by more than 0.1 from the given trajectory)
All these modes are designed to find their own compromise between accuracy and speed of NC execution. The most accurate, but also the slowest – G61.1, then G61 and the last in the list G64.
G64 is specified with a parameter that reflects the maximum allowable deviation from the given path (permissible error). The higher the error, the stronger the machine smoothes the trajectory of movement, and the faster the NC will be performed.
Additional information:
Supported Trajectory Modes