5 backing up parameter values, Addressing assigned parameters – Rockwell Automation 8520-GUM 9/Series CNC Grinder Operation and Programming Manual Documentation Set User Manual

Page 691

Advertising
background image

Paramacros

Chapter 20

20-47

Addressing Assigned Parameters

Once you assign a parameter you can address it in a program:

Example 20.16

Addressing Assigned Parameters

#100=5;

#105=8;

G01X#100+5 ;

Axis moves to 10.

G01x[#100+5]

Axis moves to 8

You can also indirectly address parameters with other parameters

Example 20.17

Indirectly Addressing Parameters

#100=101

#101=2.345

G01 X#[#100];

X axis moves to the
contents

of #100 which

is #101. #101 has the
value of 2.345.

You can back up the contents of COM1, COM2A, COM2B, or SHARED
individually, or all of these simultaneously, by using the BACKUP
softkeys.

(softkey level 2)

LOCAL

PARAM

COM-1

PARAM

COM-2A

PARAM

COM-2B

PARAM

SHARED

PARAM

BACKUP

COM1

BACKUP

COM2A

BACKUP

COM2B

BACKUP

SHARED

BACKUP

ALL

To back up parameters:

Press this softkey:

#100 -- 199

{BACKUP COM1}

#500 -- 519

{BACKUP COM2A}

#520 -- 999

{BACKUP COM2B}

#7100 -- 7199

1

{BACKUP SHARED}

1

all of the above

{BACKUP ALL}

1

Available only on a dual-processing system.

20.5
Backing Up Parameter
Values

Advertising