January 2012 4.3 User Parameters 373
The XML file will look like this:
<?xml version="1.0" encoding="UTF-8"?>
<!-- user123.xml from HEIDENHAIN 19.07.2005 -->
<ConfigtreeLayout xmlns="http://www.hng.ch/ConfigEditLayout/1"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.hng.ch/ConfigEditLayout/1
configtreelayout.xsd">
Then the "conversational language" folder is created:
The following entry is therefore added to the XML file:
<Node Name="CfgDisplayLanguage"
DialogRes="OEMTXT_CfgDisplayLanguage">
Use the command DialogRes= to assign a language-sensitive name (here:
"conversational language") from the OEM text file (.*CSV) to the
CfgDisplayLanguage folder. If you want to display this text as folder name
by default, you must set MP_dispLangText to TRUE.
In the previously created "conversational language" folder, two machine
parameters for setting the language of the NC dialog texts and the help texts
are to be defined:
For this, the following entries are required in the XML files:
<SimpleAttribute Keyfilter="*" Name="ncLanguage"
Entity="CfgDisplayLanguage" DialogRes="OEMTXT_ncLanguage">
</SimpleAttribute>
<SimpleAttribute Keyfilter="*" Name="helpLanguage"
Entity="CfgDisplayLanguage" DialogRes="OEMTXT_helpLanguage">
</SimpleAttribute>
Then you conclude the "conversational language" folder and the XML
schema:
</Node>
</ConfigtreeLayout>
The file is now complete and can be transferred to the control by using
TNCremoNT.
Then you still need to make the entries for the OEM texts in the *.CSV file
and to adjust the machine configuration accordingly.
You will find a preconfigured version of the "user123.xml" file on the control
under %OEM%\config\layout\. This file is only meant as a suggestion and
you can adjust it to your specific requirements.