Detailed description
2.1 Predefined auxiliary functions
Basic logic functions: Auxiliary Function Output to PLC (H2)
Function Manual, 11/2006, 6FC5397-0BP10-2BA0
19
Parameter: Address extension
The "address extension" of an auxiliary function is for addressing different components of the
same type. In the case of predefined auxiliary functions, the value of the "address extension"
is the spindle number to which the auxiliary function applies.
If no address extension is programmed, the address extension is implicitly set = 0. Auxiliary
functions with the address extension = 0 always refer to the master spindle of the channel.
Example
Programming Function
N10 M3
; "Spindle right" for the master spindle of the channel
N20 M0 = 3
; "Spindle right" for the master spindle of the channel
N30 M1 = 3
; "Spindle right" for the 1st spindle of the channel
N40 M2 = 3
; "Spindle right" for the 2nd spindle of the channel
Grouping together auxiliary functions
To assign an auxiliary function for all spindles of a channel to the same auxiliary function
group, the value "–1" is entered for the "address extension" parameter.
Example:
For all the spindles of the channel, the auxiliary function
M3
(machine data index = 6,
corresponding to the table in the Section "Predefined Auxiliary Functions") is assigned to the
second auxiliary function group.
MD22040 $MC_AUXFU_PREDEF_GROUP[ 6 ]
= 2
MD22050 $MC_AUXFU_PREDEF_TYPE[ 6 ]
= "M"
MD22060 $MC_AUXFU_PREDEF_EXTENSION[ 6 ] = -1
MD22070 $MC_AUXFU_PREDEF_VALUE[ 6 ]
= 3
Parameter: Value
The parameters "value" and "type" define the meaning of an auxiliary function, i.e. the
system function that is activated on the basis of this auxiliary function. The "value" cannot be
changed for a predefined auxiliary function. For some predefined auxiliary functions, the
"value" can be reconfigured via additional machine data (see Section "Associated Auxiliary
Functions").
Summary of Contents for SINUMERIK 840D sl
Page 282: ...Index Basic logic functions Acceleration B2 64 Function Manual 11 2006 6FC5397 0BP10 2BA0 ...
Page 388: ...Basic logic functions Travel to fixed stop F1 Function Manual 11 2006 6FC5397 0BP10 2BA0 52 ...
Page 962: ...Index Basic logic functions Emergency Stop N2 20 Function Manual 11 2006 6FC5397 0BP10 2BA0 ...
Page 1704: ...Constraints Basic logic functions Spindles S1 94 Function Manual 11 2006 6FC5397 0BP10 2BA0 ...
Page 1716: ...Index Basic logic functions Spindles S1 106 Function Manual 11 2006 6FC5397 0BP10 2BA0 ...
Page 1996: ...Index Basic logic functions Tool Offset W1 208 Function Manual 11 2006 6FC5397 0BP10 2BA0 ...
Page 2150: ...Table of contents Basic logic functions Appendix 4 Function Manual 11 2006 6FC5397 0BP10 2BA0 ...
Page 2184: ...Glossary Basic logic functions Appendix 38 Function Manual 11 2006 6FC5397 0BP10 2BA0 ...