cnc_select.exe

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 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.
<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.