Option_Md - Siemens SINUMERIK 828D Commissioning Manual

Hide thumbs Also See for SINUMERIK 828D:
Table of Contents

Advertisement

Example
<!-- Create data class archive -->
<file name="user.arc" create="true"
group="nc plc hmi" />
<!—Read archive into the control->
<file name="user.arc" />
2.6.3

OPTION_MD

Description
The identifier allows option machine data to be redefined. As delivered, the system uses
MD14510 $MN_USER_DATA_INT[0] to $MN_USER_DATA_INT[3].
If the PLC user program manages the options, the appropriate data words must be provided
in a data block or GUD.
The data is structured in bits. Starting with bit 0, there is a fixed assignment of the bits to the
listed devices, i.e. bit 0 is assigned to device 1, bit 1 to device 2, etc. If more than 16 devices
are managed, the address identifiers of the device groups 1-3 are assigned via the area index.
Note
Converting the value range
The value range of MD14510 $MN_USER_DATA_INT[i] is from -32768 to +32767. To activate
the devices bit-by-bit via the machine data dialog, the bit combination must be converted to
decimal representation.
Easy XML
Programming Manual, 10/2015, 6FC5397-3DP40-5BA3
create
A commissioning archive is created under the specified
name in the .../dvm/archives/ directory.
group
Specifies the data groups that are to be contained in the
archive. If several data groups are to be saved, the
groups should be separated by a blank.
The following data groups can be contained in the ar‐
chive:
● NC
● PLC
● HMI
● DRIVES
Generating commissioning dialogs
2.6 Script language
133

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents