The Block Renumbering function is used to automatically add or change block (frame) numbers in the CNC program. This simplifies reading and debugging of the code and meets the requirements of some machines and CAM systems.
/).10).10).5 results in N00010 format).N10 G00 X0 Y0 N20 G01 Z-5.0 F200 N30 G02 X50 Y50 R25 N40 M30
After selecting the mode and setting the parameters, click Apply to apply the changes to the current code. The Cancel button cancels the operation without saving changes.
Warning:
When renumbering blocks, be especially careful if the program uses conditional jumps and control structures such as IF ... THEN, GOTO, WHILE loops, as well as subprograms with jumps by block number.
Changing block numbers can disrupt the program logic and cause incorrect machine operation.
Before applying renumbering, it is recommended to thoroughly check and, if necessary, manually adjust all references to block numbers.