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

Page 114

Advertising
background image

5–3

OCI Data Server CNC Commands

Publication 8520-6.6 - August 1999

The final command, including argument, to insert an axis calibration
point would be:

[INSERT_AXISCAL_POINT(1)]

Important: If you are using the source code for the Basic Display

Set, a command subroutine is available that simplifies
the format and execution of CNC commands. Use the
routine CNCCommand passing it arguments of the
Command String.

The following sections give the syntax and discuss the use of many
of the OCI DDE commands. They are categorized by feature and
alphabetized in each category.

Feature:

Page:

AMP Commands

5-3

Axis Calibration

5-8

Communications

5-14

Miscellaneous

5-21

Offsets

5-24

PAL Commands

5-33

Paramacro Commands

5-35

Part Program Commands

5-38

Part Program Execution

5-51

Tool Management/Random Tool

5-53

BACKUP_AMP (no argument)

Use this command to back up the current AMP configuration to flash
memory on the control. Refer to your AMP reference manual for
details on when and why AMP should be backed up to flash.

For example:

[BACKUP_AMP]

writes into flash memory the AMP file currently residing in the
control’s RAM. Use the command RESTORE_AMP to retrieve the
AMP file currently in flash.

AMP Commands

Advertising