Siemens SINUMERIK 840D sl Programming Manual page 59

Job planning
Hide thumbs Also See for SINUMERIK 840D sl:
Table of Contents

Advertisement

Example 2: Indirectly programming an axis
Direct programming:
Program code
FA[U]=300
Indirect programming:
Program code
DEF AXIS AXVAR2=U
FA[AXVAR2]=300
Example 3: Indirectly programming an axis
Direct programming:
Programming
$AA_MM[X]
Indirect programming:
Program code
DEF AXIS AXVAR3=X
$AA_MM[AXVAR3]
Job Planning
Programming Manual, 06/2009, 6FC5398-2BP20-0BA0
Comments
; Feed rate 300 for axis "U".
Comments
; Defining a variable, type AXIS and value assignment.
; Feed rate of 300 for the axis whose address name is saved
in the variables with the name AXVAR2.
Comments
; Read probe measured value (MCS) of axis "X".
Comments
; Defining a variable, type AXIS and value assignment.
; Read probe measured value (MCS) whose name is saved in the
variables AXVAR3.
Flexible NC programming
1.2 Indirect programming
59

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Sinumerik 828dSinumerik 840de sl

Table of Contents