Rockwell Automation 8520-9API 9/Series OCI API Developer's Guide User Manual

Page 126

Advertising
background image

5–15

OCI Data Server CNC Commands

Publication 8520-6.6 - August 1999

AUX_COM_BACKUP_CONFIG_TABLE ("filename")

This command is used only for systems with a data highway module.
Use this command to back up the data highway communication table
setup.

For example:

[AUX_COM_BACKUP_CONFIG_TABLE(“MAIND:DHPARAM”)]

backs up the data highway configuration tables to a file called
DHPARAM in the controls main part program directory.

Important: This command does not apply to the 9/PC CNC.

AUX_COM_CMD_FWD_SEARCH (search_type, search_string")

This command is used only for systems with a data highway module.
Use this command to perform a forward search in AUX COMM.

The search_type enumeration for the aux com feature is as follows:

Enumeration

Result:

0

index line

1

command line

2

channel name line

3

rem node line

4

file 9240 line

5

file remote line

6

remote station line

7

format line

8

num symbols line

9

symbol 9240 line

10

symbol remote line

Important: This command does not apply to the 9/PC CNC.

Advertising