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

Page 128

Advertising
background image

5–17

OCI Data Server CNC Commands

Publication 8520-6.6 - August 1999

AUX_COM_DOWNLOAD_FILE ("source_filename",

destination_filename")

This command is used only for systems with a data highway module.
Use this command to download a file using the AUX COM module.
Note the source filename requires the source directory, the
destination filename does not. For example:

[AUX_COM_DOWNLOAD_FILE(”maind:PROG1.ppg”,
“Prog2.ppg”)]

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

AUX_COM_HOST_WRITE_TO_FLASH (no argument)

This command is used only for systems with a data highway module.
Use this command to write the AUX COMM host address
configuration to the flash memory.

For example:

[AUX_COM_HOST_WRITE_TO_FLASH]

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

AUX_COM_SENDCMD (command_index)

This command is used only for systems with a data highway module.
Use this command to transmit data using the argument
command_index to identify the DH channel to use (1 – 64 DINT).

For example:

[AUX_COM_SENDCMD(1)]

Refer to your DH+ users manuals for details on the operation of this
command. This command is typically used to simulate a keystroke
or other operation for the purpose of testing.

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

Advertising