Changes for page Стойки ЧПУ CNC110-MR2.2, CNC110-MR4.0 and CNC110-MR7.5
Last modified by writer on 2023/09/12 16:34
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -9,7 +9,7 @@ 9 9 |4|ER-00013098|Permission to use axes U, V and W|The feature allows the use of additional linear axes U, V and W. These axes can be used to control the rigging of the machine and other auxiliary movements. Caution, the U, V, and W axes do not support circular interpolation. 10 10 |5|ER-00013100|Quick start G-Code from an arbitrary line|The time spent on preparing the trajectory planner to run from an arbitrary line will be significantly less. The larger the file, the greater the effect of this feature. Recommended for milling machines. 11 11 |6|ER-00013075|Performing G-Code backwards|The feature allows running the G-Code in any direction from any line in the backward direction. In case of emergency, this function will help you to easily go back a little, moving strictly along the trajectory, so that you can continue processing later. 12 -|7|ER-00013099|Continuation of the G-Code from the middle of the trajectory (frame)| (The feature allows you to resume the execution of the control program directly from the place where it was stopped by the STOP command or by the operation of special inputs, such as a "sensor for the door of the protective cabin" or "metal touch sensor with a plasma torch." In this case, the machine makes a regular (non-emergency) stop and the coordinates of the stop point are remembered. After that, you can move the machine as you like, including adjusting it to a convenient place and removing chips from the cutter or completely replacing it. Now just press “Start” and the machine itself will return to the stopping point and continue to execute the G-Code. In this case, the return to the starting point of execution will be made according to the selected [[mode of return to the trajectory>>doc:Руководство пользователя.Особенности функционирования системы.Выполнение подготовительного перемещения.WebHome]].12 +|7|ER-00013099|Continuation of the G-Code from the middle of the trajectory (frame)|The feature allows you to resume the execution of the control program directly from the place where it was stopped by the STOP command or by the operation of special inputs, such as a "sensor for the door of the protective cabin" or "metal touch sensor with a plasma torch." In this case, the machine makes a regular (non-emergency) stop and the coordinates of the stop point are remembered. After that, you can move the machine as you like, including adjusting it to a convenient place and removing chips from the cutter or completely replacing it. Now just press “Start” and the machine itself will return to the stopping point and continue to execute the G-Code. In this case, the return to the starting point of execution will be made according to the selected [[mode of return to the trajectory>>doc:Руководство пользователя.Особенности функционирования системы.Выполнение подготовительного перемещения.WebHome]]. 13 13 |8|ER-00013094|G-Code runtime calculation|This feature allows you to calculate the time remaining until the end of the G-Code. It takes into account the dynamics of the machine and the interpolation algorithms that will be used during operation, which allows to achieve high accuracy of calculations. In addition, the remaining time is instantly recalculated if the user adjusts the feed rate or idle speed during operation. 14 14 |9|ER-00013077|Output Control Commands M10/M11|This feature allows you to use special commands (% style="color:#8d69b2" %)**М10**(%%) and (% style="color:#8d69b2" %)**М11**(%%) to instantly turn on/off the digital output without slowing down the movement on the machine. The execution of any macro by default requires a complete stop of the machine movement: as soon as PUMOTIX encounters any M-command, then all the movements specified before the M-command are executed to the end, then the M-command is executed on the stopped machine, and then the movement resumes. (% style="color:#8d69b2" %)**M10**(%%) and (% style="color:#8d69b2" %)**M11**(%%) are the only codes that allow you to control outputs on the fly. If between two motion blocks PUMOTIX finds (% style="color:#8d69b2" %)**M10**(%%) or (% style="color:#8d69b2" %)**M11**(%%), then the movement between the previous and subsequent commands will be as if there is no M-command between them, but when the machine passes exactly between these commands, the corresponding output will be turned on ((% style="color:#8d69b2" %)**M10**(%%)) or off ((% style="color:#8d69b2" %)**M11**(%%)). 15 15 |10|ER-00013076|**[[Background operations>>doc:Руководство пользователя.Описание фоновых операций.WebHome]]**|The feature allows you to create macros that will run in the background, that is, in parallel with the operation of the main program (for example, for intermittent coolant control, monitoring of temperature sensors, etc.). [[More...>>doc:Руководство пользователя.Описание фоновых операций.WebHome]]