Purpose
Delete one or more part programs from CNC memory.
Correct usage
C:\> cnc_delete <nodenum> <pathnum> <prognum1> [<prognum2>] [<prognum3>] …
Usage defined
<nodenum> |
Node number (configured HSSB card). |
||
<pathnum> |
CNC path. Enter one of the following. |
||
|
Value |
Path |
|
|
0 |
None |
|
|
1 |
First |
|
|
2 |
Second |
|
|
3 |
Third |
|
|
4 |
Fourth |
Series 300i/310i/320i only |
|
5 |
Fifth |
Series 300i/310i/320i only |
|
6 |
Sixth |
Series 300i/310i/320i only |
|
7 |
Seventh |
Series 300i/310i/320i only |
|
8 |
Eighth |
Series 300i/310i/320i only |
|
9 |
Ninth |
Series 300i/310i/320i only |
|
10 |
Tenth |
Series 300i/310i/320i only |
|
If the CNC does not support multiple paths, enter 0. |
||
<prognum> |
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.
CNC Part Program Command Line Utilities for FOCAS/HSSB. |