Operation
7-18
Operating Manual: PMImicro diag
mappingtable.xml
The identification labels are assigned to the virtual outputs in the
mappingtable.xml
file. A total of 24 outputs (VO0 ... VO23) are available
(see Counter, page 7-23). The
mappingtable.xml
file has the following
structure:
Example:
The identification label
@text_002
is assigned to virtual output
“2”
.
You can also rename the identification label and assign it to a different
message in the message files:
<key name=“
2
">
@text_017
</key>
The identification label
@text_017
is assigned to virtual output
“2”
. This
identification label is then assigned to the corresponding message in the
message files.
<?xml version=“1.0" encoding=“UTF-8" ?>
- <configuration>
<comment>Demo from 2005-10-17</comment>
Identification label
Virtual output (0 ... 23)
- <section name=“vo-mapping“>
<key name=“
0
">
@text_000
</key>
<key name=“
1
">
@text_001
</key>
<key name=“
2
">
@text_002
</key>
...
...
...
<key name=“
22
">
@text_022
</key>
<key name=“
23
">
@text_023
</key>
</section>
</configuration>
Freely available:
e.g. project name, date,
author etc.
Fig. 7-7: mappingtable.xml