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

From version 2.1
edited by writer
on 2022/11/02 14:05
Change comment: There is no comment for this version
To version 3.1
edited by writer
on 2023/02/09 18:22
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -3,19 +3,19 @@
3 3  (% style="color:#a0be2d" %)//**G61.1**//(%%) – exact stop mode. Movement will stop at the end of each programed segment.
4 4  (% style="color:#a0be2d" %)//**G64 P-**//(%%) – smoothing mode. Rounding corners with a given error.
5 5  
6 -(% style="color:#a0be2d" %)//**G64 P-**//(%%)// example~://
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}}
7 7  
8 -(% style="color:#a0be2d" %)//**G64 P0.1**//(%%) (the trajectory of movement should not deviate by more than 0.1 from the given trajectory)
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**//(%%).
9 9  
10 -(% style="color:#333333" %)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:#333333" %) (% style="color:#a0be2d" %)//**G61.1**//(% style="color:#333333" %), then (% style="color:#a0be2d" %)//**G61**//(% style="color:#333333" %) and the last in the list (% style="color:#a0be2d" %)//**G64**//(% style="color:#333333" %).
11 -
12 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.
13 13  
14 14  {{warning title="**Attention!**"}}
15 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**//(%%)).
16 16  
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.
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.
18 18  {{/warning}}
19 19  
20 20  >Additional information:
21 ->(% style="font-size:14px" %)[[Supported Trajectory Modes>>doc:Руководство пользователя.Особенности функционирования системы.Поддерживаемые режимы движения по траектории.WebHome]](%%).
21 +>(% style="font-size:14px" %)[[Supported Trajectory Modes>>doc:Руководство пользователя.Особенности функционирования системы.Поддерживаемые режимы движения по траектории.WebHome]]