cnc_edelete.exe
Purpose
Delete one or more part programs from CNC memory.
Correct usage.
C:\> cnc_edelete <ipaddr> <portnum> <pathnum> <prognum1> [<prognum2>] [<prognum3>] &ldots;
Usage defined
|
IP address of the CNC. | ||
|
Port number of the CNC. | ||
|
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/32ionly | |
7 | Seventh | Series 30i/31i/32i only | |
8 | Eighth | Series 30i/31i/32i only | |
9 | Ninth | Series 30i/31i/32ionly | |
10 | Tenth | Series 30i/31i/32i only | |
If the CNC does not support multiple paths, enter 0. | |||
|
One or more part program numbers to delete. |
Example
In the following example, the contents of each part program are deleted from CNC memory. A success or failure status displays when each deletion completes:
C:\>cnc_edelete 3.26.7.150 8172 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.
Following is a list of possible errors.
- Program does not exist on CNC.
- CNC memory protected.