Instructions
Table Of Contents
- Cover
- Contents
- 1 For Your Safety
- 2 Getting Started
- 3 Waveform Setup
- 3.1 Connecting Probes
- 3.2 Vertical Setup
- 3.3 Horizontal Setup
- 3.4 Acquisition Control
- 3.5 Roll Mode
- 3.6 Trigger
- 3.6.1 General Trigger Settings
- 3.6.2 Edge Trigger
- 3.6.3 Glitch Trigger
- 3.6.4 Width Trigger
- 3.6.5 Video/TV Trigger
- 3.6.6 External Trigger (R&S RTH1002)
- 3.6.7 Pattern Trigger (R&S RTH-K19)
- 3.6.8 State Trigger (R&S RTH-K19)
- 3.6.9 Runt Trigger (R&S RTH-K19)
- 3.6.10 Slew Rate Trigger (R&S RTH-K19)
- 3.6.11 Data2Clock Trigger (R&S RTH-K19)
- 3.6.12 Serial Pattern Trigger (R&S RTH-K19)
- 3.6.13 Timeout Trigger (R&S RTH-K19)
- 3.6.14 Interval Trigger (R&S RTH-K19)
- 3.6.15 Window Trigger (R&S RTH-K19)
- 3.6.16 Protocol Trigger (R&S RTH-K1, -K2, -K3, -K9 and -K10)
- 4 Waveform Analysis
- 5 Mask Testing
- 6 Spectrum Analysis
- 6.1 FFT Mode
- 6.2 Spectrum Mode (Option R&S RTH-K18)
- 6.3 Harmonics Measurement (Option R&S RTH-K34)
- 7 Multimeter Measurements
- 8 Data Logging
- 9 Protocol Analysis
- 10 Logic Analyzer (R&S RTH-B1 MSO)
- 11 Frequency Counter (R&S RTH-K33)
- 12 Documenting Results
- 13 General Instrument Setup
- 14 Network Connections
- 15 Remote Control Commands
- 15.1 Conventions used in Command Description
- 15.2 Mode
- 15.3 Waveform Setup
- 15.3.1 Automatic Setup
- 15.3.2 Vertical Setup
- 15.3.3 Horizontal Setup
- 15.3.4 Acquisition Control
- 15.3.5 Trigger
- 15.3.5.1 General Trigger Settings
- 15.3.5.2 Edge Trigger
- 15.3.5.3 Glitch Trigger
- 15.3.5.4 Width Trigger
- 15.3.5.5 Video/TV Trigger
- 15.3.5.6 External Trigger (R&S RTH1002)
- 15.3.5.7 Pattern Trigger (R&S RTH-K19)
- 15.3.5.8 State Trigger (R&S RTH-K19)
- 15.3.5.9 Runt Trigger (R&S RTH-K19)
- 15.3.5.10 Slew Rate Trigger (R&S RTH-K19)
- 15.3.5.11 Data2Clock Trigger (R&S RTH-K19)
- 15.3.5.12 Serial Pattern Trigger (R&S RTH-K19)
- 15.3.5.13 Timeout Trigger (R&S RTH-K19)
- 15.3.5.14 Interval Trigger (R&S RTH-K19)
- 15.3.5.15 Window Trigger (R&S RTH-K19)
- 15.4 Waveform Analysis
- 15.5 Mask Testing
- 15.6 Spectrum Analysis
- 15.7 Digital Multimeter (R&S RTH1002)
- 15.8 Voltmeter (R&S RTH1004)
- 15.9 Counter Mode (R&S RTH-K33)
- 15.10 Data Logging
- 15.11 Protocol Analysis
- 15.12 Logic Analyzer (R&S RTH-B1 MSO)
- 15.13 Documenting Results
- 15.14 General Instrument Setup
- 15.15 WLAN Connection (Option R&S RTH-K200/200US)
- 15.16 User Scripting (R&S RTH-K38)
- Annex
- List of Commands
Protocol Analysis
R&S
®
Scope Rider RTH
239User Manual 1326.1578.02 ─ 15
9.7.4 SENT Label List
For all protocols using ID or address identification, it is possible to create label lists
containing addresses or IDs, a symbolic name for each node (symbolic label), and
some protocol-specific information.
You can load label lists, and activate its usage for decoding. As a result, an additional
"Label" column appears in the "Decode results" table, containing the symbolic label.
The frame captions of the decoded signal show the symbolic label instead of the ID or
address values. Hence it is easy to identify the messages of the different bus nodes.
You can also use the label list to trigger on an identifier or address. Instead of entering
the value, you select the name, which is defined in the label list.
SENT label lists provide a useful way of translating the decoded data into user format.
The label lists are highly customizable. The format of supplying the label list description
is through a .xml file and is explained with an example, see "Label list structure for
SENT protocol" on page 239.
For general information on the "Label List" tab, see Chapter 9.1.3, "Label Lists",
on page 179.
Label list structure for SENT protocol
<sb:FRAME NAME="Diagnostic Error Codes" STATE="ON">
<!-- Start of a Frame Definition -->
<!-- This block defines the information of a Transmission Sequence
or Serial Message:
NAME => Symbolic Label of the Frame
STATE [ON/OFF] => When ON, this frame Translation is taken into consideration.
When OFF, this frame Translation is skipped.-->
<sb:DESCRIPTION> used to diagnose the current SENT System</sb:DESCRIPTION>
<!-- Doesn't affect the Translation -->
<sb:ID-VALUE>01</sb:ID-VALUE>
<!-- ID Value of the Serial Message (in decimal) -->
<!-- Absence of the ID-VALUE field implies that the current Frame Translation
is to be used for Transmission Sequences and not for a Serial Message -->
<sb:ID-LENGTH>8</sb:ID-LENGTH>
<!-- 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) -->
SENT (Option R&S
RTH-K10)