164
en | Troubleshooting transponders, points, receivers, and alert units
Security Escort
2017.08 | V2.18.1.0 | DOC
Training Manual
Robert Bosch (SEA) Pte Ltd
The XML tree consists of 3 main elements, namely the
<Transponder>
,
<Receivers>
and
<Areas>
elements. The
<Transponder>
element is the parent element, with child elements
<Receivers>
and
<Areas>
. The
<Receivers>
element has a sub element
<Receiver>
. The
<Areas>
element has a sub element
<Area>
which contains another level of sub element
<ProtectedAreaPoints>
.
Below is an example of a typical tree with an empty structure:
<Transponder>
<Receivers>
<Receiver />
</Receivers>
<Areas>
<Area>
<ProtectedAreaPoints />
</Area>
</Areas>
</Transponder>
Below is an example of the XML tree with some elements and attributes:
<Transponder TransponderID="255" Name="North Point Hospital"
IsIPConnected="0" IPAddress="" PortNumber="0" CommPortIndex="0">
<Receivers>
<Receiver Address="0" PointType="0" AlgoNumber="0" AlarmIcon="9"
TS_TrpID="255" TS_MUXAddress="255" Rx_LocationText="1st Floor by South Exit
Door" MapXPosition="430" MapYPosition="479" SensitivityAdjust="0"
BitmapNumber="0" />
<Receiver Address="1" PointType="0" AlgoNumber="0" AlarmIcon="9"
TS_TrpID="255" TS_MUXAddress="255" Rx_LocationText="1st Floor Center of
Main Lobby" MapXPosition="429" MapYPosition="215" SensitivityAdjust="0"
BitmapNumber="0" />
</Receivers>
<Areas>
<Area AreaID="0" FloorIcon="9" PagerGroupA="0" BitmapNumber="0"
LocationText="1st Floor Main Lobby Area" MatrixSwitchText="">
<ProtectedAreaPoints ProtectedXArea1="386"
ProtectedYArea1="292" ProtectedXArea2="386" ProtectedYArea2="292"
ProtectedXArea3="385" ProtectedYArea3="209" ProtectedXArea4="470"
ProtectedYArea4="209" ProtectedXArea5="468" ProtectedYArea5="297"
ProtectedXArea6="387" ProtectedYArea6="294" />
</Area>
<Area AreaID="1" FloorIcon="9" PagerGroupA="0" BitmapNumber="0"
LocationText="1st Floor Main Entrance & Accounting Area"
MatrixSwitchText="">
<ProtectedAreaPoints ProtectedXArea1="385"
ProtectedYArea1="293" ProtectedXArea2="385" ProtectedYArea2="293"
ProtectedXArea3="468" ProtectedYArea3="297" ProtectedXArea4="470"
ProtectedYArea4="351" ProtectedXArea5="384" ProtectedYArea5="348"
ProtectedXArea6="386" ProtectedYArea6="294" />