Protocol analysis
R&S
®
RTO6
650User Manual 1801.6687.02 ─ 05
  <!-- ID Length of the Serial Message (in bits) -->
<sb:DATA-SIZE>12</sb:DATA-SIZE>
  <!-- Data Length of the Serial Message (in bits) -->
<sb:SIGNALS>
  <!-- This block defines the information of the Signals embedded
   in the Data Field of the Frame (Transmission Sequence or Serial Message) -->
<sb:SIGNAL ID="Diagnostic">
  <!-- Unique ID of the Signal (no effect on Translation) -->
<sb:SHORT-NAME>Diagnostic Code</sb:SHORT-NAME>
  <!-- Name of the Signal -->
<sb:DESCRIPTION></sb:DESCRIPTION>
  <!-- Info Field (no effect on Translation) -->
<sb:BIT-POSITION>11</sb:BIT-POSITION>
  <!-- Starting Bit position of the Signal
   (The whole Data Field is represented as MSB -> LSB Sequence) -->
<sb:BIT-LENGTH>12</sb:BIT-LENGTH>
  <!-- Number of Bits representing the Signal Value -->
<sb:BYTE-ORDER>MSB</sb:BYTE-ORDER>
  <!-- Byte Order of the Signal Value [MSB or LSB], Default: MSB -->
<sb:VALUE-TYPE>ENUM</sb:VALUE-TYPE>
  <!-- Representation of the Bits [ENUM, UNSIGNED_INT, INT, FLOAT, DOUBLE],
   Default: UNSIGNED_INT
   The Signal Value is calculated according to the following:
   Translated_Value = Encoded_Value * FACTOR + OFFSET -->
<sb:FACTOR>1.0</sb:FACTOR>
  <!-- Signal Factor (decimal value)-->
<sb:OFFSET>0.0</sb:OFFSET>
  <!-- Signal Offset (decimal value)-->
<sb:MIN>0</sb:MIN>
  <!-- Minimum Signal Value (decimal value) -->
<sb:MAX>4096</sb:MAX>
  <!-- Maximum Signal Value (decimal value) -->
<sb:ENUM-VALUES>
  <!-- This block is only valid (and taken into consideration)
   when the VALUE-TYPE is ENUM
   It defines the Enumeration List Translation of the Signal -->
<sb:ENUM INDEX="0" LABEL="No Error"/>
   <!-- INDEX is the Enum Value (corresponds to the Signal Value in decimal),
    LABEL is the matching Translated Signal Value -->
<sb:ENUM INDEX="1" LABEL="Channel 1 out of range high"/>
</sb:ENUM-VALUES>
  <!-- End of Signal Enumeration List Definition -->
</sb:SIGNAL>
  <!-- End of a Signal Definition -->
  <!-- More Signals can be defined here! -->
</sb:SIGNALS>
  <!-- End of list of Signals Definition -->
</sb:FRAME>
  <!-- End of Frame Definition -->
SENT (option R&S RT
O6-K520)