cnc_delete.exe
Purpose
Delete one or more part programs from CNC memory.
Correct usage
C:\> cnc_delete <nodenum> <pathnum> <prognum1> [<prognum2>] [<prognum3>] &ldots;
Usage defined
|
Node number (configured HSSB card). | ||
|
CNC path. Enter one of the following. | ||
Value | Path | ||
0 | None | ||
1 | First | ||
2 | Second | ||
3 | Third | ||
4 | Fourth | Series 30i/31i/32i only | |
5 | Fifth | Series 30i/31i/32i only | |
6 | Sixth | Series 30i/31i/32i only | |
7 | Seventh | Series 30i/31i/32i only | |
8 | Eighth | Series 30i/31i/32i only | |
9 | Ninth | Series 30i/31i/32i only | |
10 | Tenth | Series 30i/31i/32i only | |
If the CNC does not support multiple paths, enter 0. | |||
|
Represents one or more part program numbers to delete. |
Example
The contents of each part program are deleted from CNC memory. A success or failure status displays when each deletion completes:
C:\>cnc_delete 0 0 1 4 660 5000
Deleting part program O0001: Success
Deleting part program O0004: Success
Deleting part program O0660: Data error
Deleting part program O5000: Success
C:\>
The part programs O0001, O0004 and O5000 have been deleted from CNC memory. The part program O0660 did not exist on the CNC and was not processed.
The following is a list of possible errors:
- Program does not exist on CNC.
- CNC memory protected.