Addressing The User Data; Creating Typical Menus In User Dialogs By Addressing Components - Siemens SINUMERIK 808D ADVANCED Series Commissioning Manual

Hide thumbs Also See for SINUMERIK 808D ADVANCED Series:
Table of Contents

Advertisement

14.8.6

Addressing the user data

Addressing user data starts with the path section gud, followed by the GUD name.
For a field, after the name, the required field index should be specified in square brackets.
Example:
<DATA name ="gud/syg_rm[0]"
<OP>"gud/syg_rm[0]" 0 10 </op>
Addressing the global user data
Addressing starts with the path section gud, followed by the specification of the area CHANNEL. This address section is
followed by the specification of the GUD areas:
GUD areas
sgud
mgud
ugud
Then enter the GUD name. If an array is to be addressed, the name is
followed by the array subscript in square brackets.
Example:
<data name ="gud/channel/mgud/syg_rm[0]">1</data>
<op>"gud/channel/mgud/syg_rm[0]" = 5*2 </op>
14.8.7

Creating typical menus in user dialogs by addressing components

This section describes how to create typical menus in user dialogs by generating the script file (xmldial.xml) and XML files
(for example, machine_settings.xml) inserted in the "xmldial. xml" file that are required for addressing the desired
components.
Generating the script file
The "xmldial.xml" control file integrates, with the "INCLUDE" XML tag, XML files containing programmed instructions for
displaying the dialog forms and parameters on the HMI.
HMI
Syntax
<?xml version="1.0" encoding="gb2312"?>
<DialogGui type="1">
<?include src="f:\appl\Main.xml"?>
<?include src="f:\appl\Setting.xml"?>
<?include src="f:\appl\Parameter.xml"?>
</DialogGui>
Generating the XML file for creating the start menu
General information
● Type of addressed components: NC variables
● Menu function on the HMI: displaying the system data
340
Assignment
Siemens GUD
Machine manufacturer GUD
User GUD
Used identifiers and their meanings
DialogGui: defines all dialog configurations.
INCLUDE: includes the desired XML description.
DialogGui: defines all dialog configurations.
Commissioning Manual
6FC5397-4EP10-0BA8, 07/2018

Advertisement

Table of Contents
loading

This manual is also suitable for:

Sinumerik 808d advanced t

Table of Contents