Changes for page Для чего нужна «Таблица инструментов»?
Last modified by writer on 2024/02/28 16:17
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -28,7 +28,7 @@ 28 28 29 29 == In which cases is the diameter of the tool taken into account? == 30 30 31 -To take into account the tool diameter indicated in the "Tool Table", it is necessary to add a special command to the control program (//**G40**//, //**G41**//, //**G42**//) after the change command with the tool number ((% style="color:#8d69b2" %)**M6**(%%) Tx, where x is the tool number from the table) or with the declaration of the tool number in the G-code (Tx). This procedure is called Tool Compensation. 31 +To take into account the tool diameter indicated in the "Tool Table", it is necessary to add a special command to the control program ((% style="color:#a0be2d" %)//**G40**//(%%), (% style="color:#a0be2d" %)//**G41**//(%%), (% style="color:#a0be2d" %)//**G42**//(%%)) after the change command with the tool number ((% style="color:#8d69b2" %)**M6**(%%) Tx, where x is the tool number from the table) or with the declaration of the tool number in the G-code (Tx). This procedure is called Tool Compensation. 32 32 33 33 The command’s job is to adjust the trajectory taking into account the diameter of the tool so that the final result matches the original task and does not have to redo the tool every time you have to change the cutting tool. The program automatically changes the cutting path depending on the selected compensation mode ([[more...>>doc:Руководство пользователя.Описание G-кодов.Список G-кодов, поддерживаемых системой.G40-G79.G40, G41, G42: Компенсация диаметра инструмента]]). A good example of the command operation can be seen in the visualization window of the PUMOTIX program. 34 34