Directory listing

Use this dialog to specify the format of the directory listing.

Note: You must enable remote request to use directory listings.

Directory Listing dialog

The directory listing feature enables the CNC operator to request a listing of the programs available on the server.

To request a directory listing, the CNC operator sends a small remote request program to the DNC. If the name extracted by one of the remote request sets matches one of the Directory request identifiers (described below), a directory listing is generated for that remote request set. Example: If the operator sends:

[INDENT]

O9999

N0010 (PRG=DIRLIST)
%

[/INDENT]

The DNC server could respond:

[INDENT]

O9999

N0010 (- NAME ------- DATE -)
N0020 (P1023.NC     10-08-00)
N0030 (P1024.NC     11-08-00)
N0040 (P1025.NC     10-08-00)
N0050 (P1026.NC     12-08-00)
N0060 (---------------------)
N0070 M30
%

[/INDENT]

Send directory list

param

Enable directory listing requests

Check this field to enable directory listings.

You must enable remote request to use directory listings.

param

Directory request identifier

Use this field to specify the program name(s) that should activate the directory listing. The directory listing will be generated for all the directories visible from the remote request that triggered the listing. You can specify multiple program names by separating them with commas.

Ex. To generate directory listings for the program names '9998' and 'DIRLIST', specify '9998,DIRLIST'.

param

Use end of feed information

Check this field to send the data specified on the 'End of feed' dialog, after the receive report is sent.

param

Use start of feed information

Check this field to send the data specified on the 'Start of feed' dialog, before the receive report is sent.

param

Insert at start of list

Use this field to specify any data that should sent before the directory listing. Data specified here will be sent without block numbers, and not enclosed in comments.

The data is sent unmodified, so if you enter block numbers or comments, they will be included.

param

Column 1 - 3

Use these fields to specify the contents of up to three columns of file information.

The information selected can be one of the following: Use this field to specify the contents of the first column.

param

Insert before entry

Use this field to specify any data that should be sent before each entry in the directory listing

If 'Send in comments' and/or 'Send with Block numbers' is selected, you can disable them by adding a ! at the start of the line.

To add the block number/comment after the specified text, add a ! at the end.

param

Insert after entry

Use this field to specify any data that should be sent between each entry in the directory listing

If 'Send in comments' and/or 'Send with Block numbers' is selected, you can disable them by adding a ! at the start of the line.

param

Insert at end of list

Use this field to specify any data that should sent after the directory listing. Data specified here will be sent without block numbers, and not enclosed in comments.

The data is sent unmodified, so if you enter block numbers or comments, they will be included.