Home » Products » dbImporter 

Import DLL for AUTOSAR, CANdbc, FIBEX and LIN ldf

The dbImporter is a class library to import files based on AUTOSAR, CANdbc, FIBEX and LINldf standards. The information contained in those files can be read with standardized interface functions. There is completely no knowledge of the complex file content necessary. The well defined interface functions facilitate the integration of AUTOSAR, CANdbc, FIBEX and LINldf into own customized applications.

The information contained in the file (ECUs, messages, signals, coding values, multiplexer, timings etc.) is presented to the caller in form of methods and structures. The interfaces are available for the C++, .Net, Python and Java programming language. Detailed examples simplify the integration into custom software applications.

With the additional available msgInterpreter (see below) the signals inside an actual message can be displayed and evaluated.

Standards supported:

•    FIBEX 3
•    FIBEX 4
•    AUTOSAR 3
•    AUTOSAR 4
•    CAN dbc Automotive
•    LIN ldf

Bus systems supported:

•    CAN / CAN FD
•    LIN
•    FlexRay
•    SOME/IP

The class library is available for Windows (7, 10, 11) and Linux. An adaptation to a special cloud operating system is also possible.

msgInterpreter for CAN, FlexRay, LIN and SOME/IP

The msgInterpreter is a class library to complement the dbImporter with raw message interpretation functionality. CAN, CAN FD, LIN, FlexRay and automotive Ethernet (SOME/IP, Service Discovery, AUTOSAR-PDU) raw messages are supported.

The information contained in the raw message (signals, coding values etc.) is presented to the user in form of methods and structures. Based on the database file information the signal and coding values are calculated out of the message bits and bytes. Programming interfaces are available for  C++, .Net, Python and Java.

Detailed examples simplify the integration into custom software applications.

In addition to interpreting raw messages, raw messages can also be generated based on signal values. Beside SOME/IP and AUTOSAR-PDU messages, CAN, CAN FD,LIN and FlexRay messages can also be generated.

Bus systems supported:
•    CAN / CAN FD
•    LIN
•    FlexRay
•    Ethernet (SOME/IP, Service Discovery, AUTOSAR-PDU)
•    DLT (Diagnostic Log and Trace, verbose and non-verbose)

The class library is available for Windows (7, 10, 11) and Linux. An adaptation to a special cloud operating system is also possible.