Purpose
The command line utility cnc_select.exe selects one part program in CNC memory.
Correct usage
C:\> cnc_select <nodenum> <pathnum> <prognum>
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. |
||
<program> |
Represents the part program to select. |
Example
The part program was found and selected in CNC memory. A success or failure status displays when the selection completes:
C:\>cnc_select 0 0 5000
Selecting part program 05000: Successful
C:\>
The part program 05000 was found and selected in CNC memory.
Following is a list of possible errors:
Program does not exist on CNC.
CNC in wrong mode.
CNC Part Program Command Line Utilities for FOCAS/HSSB. |