374 HEIDENHAIN Technical Manual MANUALplus 620
4.3.3 XML commands for creating the layout files
Overview of XML commands for defining the layout of the user parameters:
XML command Description
Include
Example:
<Include File="%OEM%\config\layout\axes.xml"/>
Inserts the layout definition of the specified file in the
layout.
File: File name and path of the file to be inserted.
Node
Example:
<Node Name="DisplaySettings" DialogRes="OEMTXT_DisplaySettings"></Node>
Defines a directory (branch, node) in the layout.
Permissible elements are:
Node, Keylist, Object, UniqueObject, SimpleAttribute,
Group, Key, Array
Name: Language-neutral designation. Can be chosen
as desired.
DialogRes: Text name from the OEM text file for
displaying a language-sensitive designation.
Keylist
Example:
<Keylist Name="ChannelSettings" Keyfilter="*"
List of key names. The key names are displayed as
directories.
Permissible element: Entity
Keyfilter: Filter for the key name. Permissible control
characters for the filter are *, ? (wildcards) and .
(period).
DialogRes: Text name from the OEM text file for
displaying a language-sensitive designation.
Entity
Example:
<Entity Name="CfgNcErrorReaction"/>
Data object as element of a key list. The object name is
displayed as directory.
Permissible element: Attribute
Name: Name of the data object
DataOfAttribute: Name of an attribute whose data is
displayed here. The name of the attribute is not
displayed.
DialogRes: Text name from the OEM text file for
displaying a language-sensitive designation.