BLF Data Signals not mapped to data.

Hello,
I've been trying to review some BLF data at my company using the Vehicle Network Toolbox. I was able to load in my .dbc file (Database File) and upload my BLF data file into matlab. The issue I am running into to is my database file has a "Name" of DTO (Data Tranmission Object). In this data base has a list of CAN signals(Can not show due to NDA). But looking at the BLF data the Name of the data its self is all marked as DTO... I am new to this BLF files so I am not sure if my Database File is not set up correctly or if I am missing something within my code to get these files to map correctly. I've attached a few screen shots.
If you need any additional information please feel free to ask I will do my best to answer.

Respuestas (1)

Shlok
Shlok el 18 de Jul. de 2025
Hi Avery,
The repeated "DTO" entries you’re seeing aren’t an issue. It usually means multiple messages share the same CAN ID and are mapped to the same definition in the DBC file. You can use the "canSignalTimetable" function to repackage signal data from each unique message into a signal-level timetable.
Hence, to view the signals for "DTO", run:
canSignalTimetable(blfData, "DTO")
You can also refer to this example in the documentation for more details on the "canSignalTimetable" function:

Categorías

Productos

Versión

R2023b

Etiquetas

Preguntada:

el 18 de Mzo. de 2025

Respondida:

el 18 de Jul. de 2025

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by