Wiki source code of G93, G94: Формат задания подачи
Last modified by writer on 2022/11/03 11:39
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | (% style="color:#a0be2d" %)//**G93**//(%%) – feedrate setting mode in inverse time. In this mode, the F parameter means that the movement must be completed in 1/F minutes. For example, if parameter F is 2, the movement should be completed in half a minute. | ||
2 | |||
3 | When the feedrate inverse time setting mode is active, parameter F must be present on each line containing the movements [[(% style="color:#a0be2d" %)//**G1**//>>doc:Руководство пользователя.Описание G-кодов.Список G-кодов, поддерживаемых системой.G0-G10.G1: Линейное перемещение]](%%), [[(% style="color:#a0be2d" %)//**G2, G3**//>>doc:Руководство пользователя.Описание G-кодов.Список G-кодов, поддерживаемых системой.G0-G10.G2, G3: Круговое перемещение]](%%). This mode does not affect fast movements of [[(% style="color:#a0be2d" %)//**G0**//>>doc:Руководство пользователя.Описание G-кодов.Список G-кодов, поддерживаемых системой.G0-G10.G0: Ускоренное линейное перемещение]](%%). | ||
4 | |||
5 | (% style="color:#a0be2d" %)//**G94**//(%%) – feedrate setting mode in units per minute. In this mode, the F parameter means that a certain number of inches per minute, millimeters per minute or degrees per minute must be traversed, depending on which units of measurement are used and which axes are moved. |