Siemens SINUMERIK 840Di sl Programming Manual page 56

Hide thumbs Also See for SINUMERIK 840Di sl:
Table of Contents

Advertisement

Fundamental Principles of NC Programming
2.2 Language elements of the programming language
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
56
;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
Miscellaneous 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.
Programming Manual, 11/2006, 6FC5398-1BP10-2BA0
Fundamentals

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents