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

Page 148

Advertising
background image

5–37

OCI Data Server CNC Commands

Publication 8520-6.6 - August 1999

BACKUP_COM2B_PARAMETERS ("Filename_string")

This command tells the control to create a backup program of all the
common 2B paramacro parameters (#520 – #999). Refer to your
operation and programming manual for details.

The argument for this command is the filename_string (as discussed
on page 6–19) which will specify the directory and filename for the
backup program. The target directory for this backup program must
be either the MAIND or PROTD. You cannot create the backup
program on the remote OCI hard drive. If the filename specified
with this argument does not exist on the CNC the control will create
it (assuming proper syntax is followed in the command). If the
filename already exists, the control will abort the backup and send an
error return code.

For example:

[BACKUP_COM2B_PARAMETERS (“maind:cm2Bback.ppg”)]

would create the backup program on the CNCs main directory and
name the backup program cm2bback.

BACKUP_SHARED_PARAMETERS ("Filename_string")

This command tells the control to create a backup program of all the
shared paramacro parameters (#7100 – 7199). Refer to your
operation and programming manual for details. Shared paramacro
parameters are only available on dual process control types.

The argument for this command is the filename_string (as discussed
on page 6–19) which will specify the directory and filename for the
backup program. The target directory for this backup program must
be either the MAIND or PROTD. You cannot create the backup
program on the remote OCI hard drive. If the filename specified
with this argument does not exist on the CNC the control will create
it (assuming proper syntax is followed in the command). If the
filename already exists, the control will abort the backup and send an
error return code.

For example:

[BACKUP_SHARED_PARAMETERS (“maind:shrdbck.ppg”)]

would create the backup program on the CNCs main directory and
name the backup program shrdbck.

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

Advertising