Wiki source code of G0: Ускоренное линейное перемещение
Last modified by writer on 2023/02/09 18:35
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | (% style="color: rgb(160,190,45);" %) | ||
2 | //**G0 axes**// | ||
3 | |||
4 | For fast linear interpolation, specify (% style="color:#a0be2d" %)//**G0**//(%%) ‘axes’, where either axis is optional. Specifying (% style="color:#a0be2d" %)//**G0**//(%%) is optional if the current travel mode is (% style="color:#a0be2d" %)//**G0**//(%%). This command linearly moves to the destination with a maximum speed (or less). It is assumed that cutting will not occur when the (% style="color:#a0be2d" %)//**G0 **//(%%)command is executed. | ||
5 | |||
6 | The maximum speed may exceed the speed set in the displacement parameters for each axis separately. | ||
7 | |||
8 | {{code language="g-code" title="(% style=~"color:#a0be2d~" %)//**G0 **//(%%)//example~~://"}} | ||
9 | G90 (set absolute positioning mode) | ||
10 | G0 X1 Y-2.3 (fast linear interpolation from current position to X1 Y-2.3) | ||
11 | M30 (end of program) | ||
12 | {{/code}} | ||
13 | |||
14 | If the (% style="color:#a0be2d" %)//**G53**//(%%) command is shown on the same line as (% style="color:#a0be2d" %)//**G0**//(%%), the movement will be different from the one indicated above. See the description of the **[[(% style="color:#a0be2d" %)//**G53**//>>doc:Руководство пользователя.Описание G-кодов.Список G-кодов, поддерживаемых системой.G40-G79.G53: Перемещение в машинных координатах]](%%) **command for more details//.// | ||
15 | |||
16 | {{error title="**It is an error if:**"}} | ||
17 | * the axis symbol is indicated without a numerical value. | ||
18 | {{/error}} | ||
19 | |||
20 | >Additionally on the topic: | ||
21 | >(% style="font-size:14px" %)[[Perform Preparation Move>>doc:Руководство пользователя.Особенности функционирования системы.Выполнение подготовительного перемещения.WebHome]] |