Rockwell-automation 8520-GUM 9/Series CNC Grinder Operation and Progra Manual de usuario Pagina 691

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 820
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 690
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 backup parameters: Press this softkey:
#100 -- 199 {BACKUP COM1}
#500 -- 519 {BACKUP COM2A}
#520 -- 999 {BACKUP COM2B}
#7100 -- 7199
1
{BACKUP SHARED}
1
all oftheabove {BACKUP ALL}
1
Available only on a dual-processing system.
20.5
Backing Up Parameter
Values
Vista de pagina 690
1 2 ... 686 687 688 689 690 691 692 693 694 695 696 ... 819 820

Comentarios a estos manuales

Sin comentarios