Project

General

Profile

Actions

Support Request #10632

closed

Ethernet data and CANFD reading using ADTF Streaming libraries

Added by hidden about 4 years ago. Updated almost 4 years ago.

Status:
Closed
Priority:
Normal
Customer:
DAIMLER
Department:
TP/EMD
Requester's Priority:
Blocker
Support Level:
2nd Level
Resolution:
Not Supported Scope
Product Issue Numbers:
Affected Products:
Platform:
Other Linux 64bit, Windows 10 64bit
Topic:
StreamingLib::Common
FAQ Links:

Description

Supportanfrage

We are working on Control software development(AUTOSAR architecture) at Daimler and we have data recorded from different sensors(Radars & MPCs) using ADTF measurement.
We would like to extract data out of these dat files, data is present on the CANFD backbone and Ethernet backbone and we would like to know which versions of ADTF streaming libs support CANFD and Ethernet extraction, we checked the ADTF streaming lib 2.6.1 and no support was mentioned for it.

We would like to know the following:
1. ADTF streaming lib versions that support CAN FD and Ethernet ?
2. Which compilers are used for building the above versions of ADTF streaming lib for linux and Windows ?
3. Does the Streaming Libs also support AUTOSAR toolchain ?

Lösung

We would like to extract data out of these dat files, data is present on the CANFD backbone and Ethernet backbone and we would like to know which versions of ADTF streaming libs support CANFD and Ethernet extraction, we checked the ADTF streaming lib 2.6.1 and no support was mentioned for it.

Note that Streaming Library 2.6.1 is basically very old (2.9.0 is latest) and the library itself is replaced by ADTF File Library to also work in ADTF 3.x.
With both libraries it is possible to work with the data blocks within a (adtf)dat file.
But if you talking about "extract" what is your upcoming purpose ?
Do you need the data in a file or do you want to process the data within a code ?

ADTF provides a datexporter (also as command line tool) to export data e.g. to csv, mdf and other formats.
There is no out of the file format for ethernet, only csv.
CAN FD is completely not available in ADTF 2.x because it is not part of our delivered types, only CAN.

As far as I know there is only a solution from XKrug so maybe they also have a datexporter sink for that.

1. ADTF streaming lib versions that support CAN FD and Ethernet ?

There is no support for these types, you have to handle the binary block and reinterpret for your needs

2. Which compilers are used for building the above versions of ADTF streaming lib for linux and Windows ?

Whole ADTF 2.x universe based on VC90/VC100 on Windows and gcc 4.7/4.8 Linux

3. Does the Streaming Libs also support AUTOSAR toolchain ?

I don't really understand what you mean by "AUTOSAR toolchain". Are you talking about arxml ?
The Streaming Library is a library to handle dat files fopr read/write access, mostly to postprocess data.

Actions

Also available in: Atom PDF