Siemens SINUMERIK 840DE Programming Manual page 55

Hide thumbs Also See for SINUMERIK 840DE:
Table of Contents

Advertisement

Example:
FA[U]=400
Extended addresses
Extended address notation enables a larger number of axes and spindles to be organized in
a system. An extended address is composed of a numeric extension or a variable identifier
enclosed in square brackets and an arithmetic expression with an "=" sign.
Example:
X7
X4=20
CR=7.3
S1=470
M3=5
The extended address notation is only permitted for the following direct addresses:
Address
X, Y, Z
I, J, K
S
SPOS,
SPOSA
M
H
T
F
In the case of extended address notation, the number (index) can be substituted by a
variable for addresses M, H and S and for SPOS and SPOSA. The variable identifier is
enclosed in square brackets.
Example:
S[SPINU]=470
M[SPINU]=3
T[SPINU]=7
Fundamentals
Programming Manual, 10.2004 Edition, 6FC5 298-7AB00-0BP1
2.2 Language elements of the programming language
;Axis-specific feed for U axis
;No "=" required, 7 is a value, but the "=" character can
;also be used here
;Axis X4 ("=" required)
;2 letters ("=" required)
;Speed for 1st spindle 470 rpm
;Spindle stop for 3rd spindle
Meaning
Axis addresses
Interpolation parameters
Spindle speed
Spindle position
Special functions
Auxiliary functions
Tool number
Feed
;Speed for the spindle, whose number is stored in the
;SPINU variables.
;Clockwise rotation for the spindle, whose number is stored in
the
;SPINU variables.
;Selection of the tool for the spindle, whose number is stored
in the
;SPINU variables.
Fundamental Principles of NC Programming
2-9

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents