Last modified by writer on 2023/02/09 18:22

Hide last authors
knetyaga 2.1 1 (% style="margin-left: 30.0px;" %)
writer 14.1 2 (% style="color:#a0be2d" %)//**G61**//(%%) – exact path mode. Accurate following of the trajectory at the highest possible speed.
3 (% style="color:#a0be2d" %)//**G61.1**//(%%) – exact stop mode. Movement will stop at the end of each programed segment.
4 (% style="color:#a0be2d" %)//**G64 P-**//(%%) – smoothing mode. Rounding corners with a given error.
knetyaga 2.1 5
writer 14.1 6 {{code language="g-code" title="(% style=~"color:#a0be2d~" %)//**G64 P-**//(%%)// example~~://"}}
7 G64 P0.1 (the trajectory of movement should not deviate by more than 0.1 from the given trajectory)
8 {{/code}}
knetyaga 2.1 9
writer 14.1 10 All these modes are designed to find their own compromise between accuracy and speed of NC execution. The most accurate, but also the slowest – (% style="color:#a0be2d" %)//**G61.1**//(%%), then (% style="color:#a0be2d" %)//**G61**//(%%) and the last in the list (% style="color:#a0be2d" %)//**G64**//(%%).
knetyaga 2.1 11
writer 14.1 12 (% style="color:#a0be2d" %)//**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.
knetyaga 5.1 13
writer 14.1 14 {{warning title="**Attention!**"}}
15 It is necessary to take into account the capabilities of the machine, the specifics of the material being processed and, of course, understand what the final result should be when choosing an allowable error (parameter (% style="color:#a0be2d" %)//**G64**//(%%)).
knetyaga 5.1 16
writer 14.1 17 For example, for a plasma cutting machine, where the error and fluctuations in the flame width reach several tens, there is no sense in a sufficiently small value of the parameter (for example, 0.01 mm). Or, if the machine itself has a backlash of 0.1 mm or experiences strong vibrations during execution, then the accuracy of performing a NC of 0.01 mm will again not bring the desired result, which means that the operation of (% style="color:#a0be2d" %)//**G64**//(%%) will be equivalent to (% style="color:#a0be2d" %)//**G61**//(%%) taking into account all conditions.
writer 13.1 18 {{/warning}}
knetyaga 5.1 19
writer 14.1 20 >Additional information:
21 >(% style="font-size:14px" %)[[Supported Trajectory Modes>>doc:Руководство пользователя.Особенности функционирования системы.Поддерживаемые режимы движения по траектории.WebHome]]