kbLogger 2.0.b1
The automotive ready test and logging program.
|
Description:
The DltObject is used to decode DLT streams into a human readable format. It is a ConfigItem which includes parts of the DLT Viewer, originally developed and published under the MPL license by Genivi.org.
Creating a DltObject:
Do a right-click on an empty place in the ConfigViewer of your project and choose "New DltObject".
Configure the DltObject:
In this moment, only the options from the DltViewer ECU connection dialog are provided. The are working as their counterparts from there. To configure the LogLevels of the APPID/CONID keys by using a GUI, the usage of the original DltViewer is necessary. Alternatively, the DltObject offers a small JavaScript-API: ConfigItemDltObject
The DltObject needs a data source:
The DltObject does not contain a ComObject. This must be added manually to the ConfigViewer. This gives us the possibility to choose different kinds of ComObjects. The standard DltViewer from Genivi.org supports the DLT protocol via TCP, UDP and serial line. kbLogger supports this via every possible ComObject. Even via ProcessObject, OptolyzerObject or OdisCanObject which extends the DLT support to I2C and SPI.