Protocol analysis
R&S
®
RTO6
585
User Manual 1801.6687.02 ─ 05
"PetrolLevel", starts at bit #24, has a length of 8 bit, and the unit is liter. The signal
"IdleRunning" is state-encoded. It has only one bit. The binary value 0 means "Run-
ning", and the binary value 1 means "Idle".
Example: CAN DBC file section
BO_ 2166573756 EngineData: 8 Engine
SG_ PetrolLevel : 24|8@1+ (1,0) [0|255] "l" ...
SG_ EngPower : 48|16@1+ (0.01,0) [0|350] "kW" ...
SG_ EngForce : 32|10@1+ (1,0) [0|1000] "N" ...
SG_ IdleRunning : 23|1@1+ (1,0) [0|1] "" ...
SG_ EngTemp : 16|7@1+ (2,-50) [-50|150] "degC" ....
SG_ EngSpeed : 0|13@1+ (1,0) [0|8000] "rpm" ...
....
VAL_ 2166573756 IdleRunning 0 "Running" 1 "Idle" ;
PTT and CSV Files for CAN / CAN FD
Label list files are protocol-specific. A PTT label file for CAN protocols contains three
values for each identifier:
●
Identifier type, 11-bit or 29-bit long
●
Identifier value
●
Label, symbolic name of the identifier, specifying its function in the bus network.
Example: CAN PTT file
# ----------------------------------------------------------------------------
@FILE_VERSION = 1.00
@PROTOCOL_NAME = can
# ---------------------------------------------------------------------------
# Labels for CAN protocol
# Column order: Identifier type, Identifier value, Label
# ---------------------------------------------------------------------------
11,064h,Diag_Response
11,1E5h,EngineData
11,0A2h,Ignition_Info
11,1BCh,TP_Console
11,333h,ABSdata
11,313h,Door_Left
11,314h,Door_Right
29,01A54321h,Throttle
29,13A00FA2h,LightState
29,0630ABCDh,Engine_Status
29,03B1C002h,Airbag_Status
29,01234ABCh,NM_Gateway
# ----------------------------------------------------------------------------
Remote command:
●
CAN and CAN FD (option R&S
RTO6-K520)