Siemens SINUMERIK 840DE sl Commissioning Manual page 903

Basesoftware and operating software
Hide thumbs Also See for SINUMERIK 840DE sl:
Table of Contents

Advertisement

2.6
User example for a power unit
Activating the drive object
The drive object to be activated has already been commissioned and deactivated again by the
machine manufacturer, to market the axis (axes) as an option.
To activate the axis carry out the following steps:
● Activate the drive object via p0105.
● 2. Enable the axis in the channel machine data.
● Back up the drive machine data via p0971.
● Wait until the data has been written.
● Restart the NCK and the drives.
Programming:
<DEVICE>
<list_id>1</list_id>
<name> "Activate the drive" </name>
<SET_ACTIVE>
</SET_ACTIVE>
<SET_INACTIVE>
</SET_INACTIVE>
</DEVICE>
Easy XML
Programming Manual, 12/2017, 6FC5397-1DP40-6BA1
<data name = "drive/dc/p105[DO5]">1</data>
<data name = "$MC_AXCONF_MACHAX_USED[4]">5</data>
<data name = "drive/dc/p971[DO5]">1</data>
<while>
<condition> "drive/dc/p971[DO5]" !=0 </condition>
</while>
<control_reset resetnc ="true" resetdrive = "true"/>
<data name = "drive/dc/p105[DO5]">0</data>
<data name = "$MC_AXCONF_MACHAX_USED[4]">0</data>
<data name = "drive/dc/p971[DO5]">1</data>
<while>
<condition> "drive/dc/p971[DO5]" !=0 </condition>
</while>
<control_reset resetnc ="true" resetdrive = "true"/>
Generating commissioning dialogs
2.6 User example for a power unit
185

Advertisement

Table of Contents
loading

This manual is also suitable for:

Sinumerik 840d sl

Table of Contents