EasyManua.ls Logo

Lang Radar Touch RT500 - XML Files; Setting Files

Lang Radar Touch RT500
28 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
Manual radarTOUCH Version 3.4
T. Schwirten LANG AG
14.10.10
Page 19
4.3 XML Files
There are two different XML files used in the radarTOUCH software which will be described
in the following paragraph.
4.3.1 Setting files
The user can store all settings that he has done by using the GUI in a XML file. The software
automatically stores one XML file (RadarTOUCH_lastSettings.xml) that keeps track of the
last used settings. This file is always located in the same path as the software itself and is
loaded automatically on restart if the file is available. Otherwise the software will start with
default values.
This is how a stored file with one active area and disabled mouse looks like:
<ns2:settings xmlns:ns2="test">
<selectedOutputID>1</selectedOutputID>
<skalierungDerZeichnung>20</skalierungDerZeichnung>
<rotationAngle>0</rotationAngle>
<hFlip>false</hFlip>
<vFlip>false</vFlip>
<interpreterList>
<activeArea>
<activeHeight>600</activeHeight>
<activeWidth>1000</activeWidth>
<colour>0</colour>
<colour>0</colour>
<colour>255</colour>
<HOffset>0</HOffset>
<VOffset>50</VOffset>
</activeArea>
<smootherLevel>1</smootherLevel>
<port>3333</port>
<inetAdress>192.168.60.11</inetAdress>
<uniqueID>0</uniqueID>
</interpreterList>
<selectedInterpreterInComB>0</selectedInterpreterInComB>
<mouseSettings>
<activeArea>
<activeHeight>200</activeHeight>
<activeWidth>300</activeWidth>
<colour>255</colour>
<colour>0</colour>
<colour>0</colour>
<HOffset>0</HOffset>
<VOffset>50</VOffset>
</activeArea>
<smootherLevel>1</smootherLevel>
<uniqueID>-1</uniqueID>
<mouseEnabled>false</mouseEnabled>
</mouseSettings>
</ns2:settings