The octet number of the slace trac numbers are wrong.
It should be 4 or 1, but the current value which is 2 is obviously wrong.
<dataitem id="I062/510" frn="26" format="variable" length="3">
<name> Composed Track Number</name>
<definition>Identification of a system track</definition>
<field octed="1" msb="24" lsb="17">
<name>System Unit Identification</name>
</field>
<field octed="1" msb="16" lsb="2">
<name>System Track Number</name>
</field>
<field octed="**2**" msb="24" lsb="17">
<name>System Unit Identification</name>
</field>
<field octed="**2**" msb="16" lsb="2">
<name>System Track Number</name>
</field>
<desc><b>Note</b><br/>
The composed track number is used by co-operating units to
uniquely identify a track. It consists of the unit identifier and system
track number for each unit involved in the co-operation. The first unit
identification identifies the unit that is responsible for the track
amalgamation.
</desc>
This is a "mixed" variable length and repetive item, since there can be multiple slave tracks.. I don't know who to handle it in this xml.
Anonymous