Changes for page Дополнительные M-коды модуля плазменной резки
Last modified by writer on 2023/06/07 16:26
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,13 +1,9 @@ 1 -{{info}} 2 -**This page didn't translate yet. You can see the original page.** 3 -{{/info}} 1 +Additional M-codes are designed to solve highly specialized tasks that may occur with plasma cutting. 4 4 5 -Дополнительные M-коды предназначены для решения узкоспециализированных задач, которые могут возникать при плазменной резке. 6 - 7 7 |(% style="width:60px" %)[[(% style="color:#8d69b2" %)**M105**>>attach:M105.pm]]|((( 8 8 Macro to quickly turn off the torch. When called without parameters, the macro works synchronously with the execution of the G-code, without delays, slowing down or stopping the movement of the axes. It is used when it is necessary to turn off the torch at a certain distance to the end of the cut (for example, due to the characteristics of the APR). At the end of the cut, it is imperative to insert the [[(% style="color:#8d69b2" %)**M5**>>doc:Руководство пользователя.Описание M-кодов.Стандартные M-коды модуля плазменной резки.WebHome]](%%) command. 9 9 10 10 When setting a parameter, for example, (% style="color:#8d69b2" %)**M105 P0.4**(%%), the specified delay will be performed after the torch is turned off, the macro must be inserted immediately before [[(% style="color:#8d69b2" %)**M5**>>doc:Руководство пользователя.Описание M-кодов.Стандартные M-коды модуля плазменной резки.WebHome]](%%). In this case, the command (% style="color:#8d69b2" %)**M105 P0.4**(%%) will turn off the torch and wait for 0.4 seconds. Then, in the [[(% style="color:#8d69b2" %)**M5**>>doc:Руководство пользователя.Описание M-кодов.Стандартные M-коды модуля плазменной резки.WebHome]](%%) macro, a climb to a safe height will be performed. 11 11 ))) 12 -|(% style="width:60px" %)[[(% style="color:#8d69b2" %)**M120**>>attach:M120.pm]]|Includes feed deceleration. The need to slow down during cutting may occur, for example, at the end of a closed loop in order to avoid "undercutting". At some distance to the end of the cut, in the place where you want to enable deceleration, you must insert the (% style="color:#8d69b2" %)**M120**(%%) command. And immediately before [[(% style="color:#8d69b2" %)**M5**>>doc:Руководство пользователя.Описание M-кодов.Стандартные M-коды модуля плазменной резки.WebHome]](%%) - command (% style="color:#8d69b2" %)**M121**(%%). When calling macro (% style="color:#8d69b2" %)**M120**(%%) without parameters, deceleration is performed to the value in% specified in the parameter Reducing speed relative to the current feed. When used with parameter P, for example, (% style="color:#8d69b2" %)**M120 P40**(%%), a deceleration to the specified percentage will be performed. If, simultaneously with this mode, a decrease in speed acts on circles of small radius, the effect is not cumulative, a smaller value is applied.8 +|(% style="width:60px" %)[[(% style="color:#8d69b2" %)**M120**>>attach:M120.pm]]|Includes feed deceleration. The need to slow down during cutting may occur, for example, at the end of a closed loop in order to avoid "undercutting". At some distance to the end of the cut, in the place where you want to enable deceleration, you must insert the (% style="color:#8d69b2" %)**M120**(%%) command. And immediately before [[(% style="color:#8d69b2" %)**M5**>>doc:Руководство пользователя.Описание M-кодов.Стандартные M-коды модуля плазменной резки.WebHome]](%%) - command (% style="color:#8d69b2" %)**M121**(%%). When calling macro (% style="color:#8d69b2" %)**M120**(%%) without parameters, deceleration is performed to the value in% specified in the parameter Reducing speed relative to the current feed. When used with parameter P, for example, (% style="color:#8d69b2" %)**M120 P40**(%%), a deceleration to the specified percentage will be performed. If, simultaneously with this mode, a decrease in speed acts on circles of small radius, the effect is not cumulative, a smaller value is applied. 13 13 |(% style="width:60px" %)[[(% style="color:#8d69b2" %)**M121**>>attach:M121.pm]]|Disables feed deceleration.