NC Code Editor Panel
Application Area:
The NC Code Editor Panel displays the CNC control program’s text, facilitating various manipulations to shape the machining process for the part. On the panel, there is a Panel for working NC Code Editor (See more) that allows for various manipulations of the program’s control code. This includes functionalities like automatic breakdown of the program into operations, searching within the control program’s text, and more.
Additionally, a context menu appears on right-click, offering quick markup capabilities for the control program, such as highlighting new operations and similar actions.
For the rapid construction of the technological process processing tree, four sections are highlighted: Set begin of, Add new operations, Merge with, Delete current operations.
The right-click menu on the file includes the following commands:
Split by Operations. This command splits the current NC program's text by operations, saving each operation in a separate control program file.
Split by Lines. This command splits the current NC program's text by a specified number of lines, creating multiple files, each containing the specified number of lines.
Split by Bytes. This command splits the current NC program's text by a specified number of bytes, generating multiple files, each containing the specified number of bytes.
Also on this panel is the Explorer panel toggle button, which allows you to manage multiple NC program files, load NC programs using the file explorer, and more. See more
Working with multiple control programs