NC Code Editor Panel

images/download/attachments/129937948/image2024-8-28_15-8-12.png

Application Area:

The NC Code Editor Panel provides a dedicated workspace for editing and managing CNC program code. It offers a comprehensive set of features to streamline code creation and modification.

Toolkit:

Replace. This function allows the user to replace the current CNC program file with another one selected from the computer's file explorer. The Explorer Panel will reflect this change by updating the current file.

Find. This function allows the user to create a search query to locate specific text or commands.

Save. This feature enables saving the edited NC program file with a different name.

Close. Users can close the current NC Code Editor Panel, and the file remains in the Explorer Panel list.

Rename. This function allows the user to change the name of the current NC program file directly in the NC Code Editor Panel.

Delete. This command closes the current NC Code Editor Paneland removes the current NC program file from the Explorer Panel list.

The context menu provides the following commands:

Set begin of:

next operation. The beginning of the next operation is placed on the block where the cursor is positioned.

current operation. The beginning of the current operation is moved to the block where the cursor is positioned.

new operation. From the block where the cursor is located, a new operation is inserted. This operation is included in the operations list of the Main Panel and covers blocks from the current one to the beginning mark of the next operation.

next G-related operation. The start of the next G-code-based operation will be set from the block where the cursor is positioned.

Add new operation:

G-code based. After the end of the current operation, a new G-code based operation is inserted. It is added to the operations list under a new name. A blank space appears in the NC Code Editor Panel, where new lines of code can be inserted.

G-code based lathe. After the end of the current operation, a new G-code based lathe operation is inserted.

Merge with:

previous operation. This command attaches blocks from the current operation to the previous operation.

next operation. This command attaches blocks from the current operation to the next operation.

Delete current operation. This command removes all blocks associated with the current operation and removes it from the list of the Main Panel .