danielhrisca / asammdf

Fast Python reader and editor for ASAM MDF / MF4 (Measurement Data Format) files
GNU Lesser General Public License v3.0
611 stars 216 forks source link

Channels tab empty #1030

Open pansini-asensus opened 4 weeks ago

pansini-asensus commented 4 weeks ago

Python version

3.10.4

MDF version

MDF4

Description

Hi, I'm trying to open a mdf4 file created by Acontis Real-time Data Acquisition (DAQ) Library. Here the link of the website: [https://www.acontis.com/en/real-time-data-acquisition.html]

The library generated a file (ecmaster_daq.zip)

I tried to open it using asammdf GUI but there is anything on the channels tab image Any idea why I couldn't see anything? Thanks

danielhrisca commented 4 weeks ago

It means that the file does not contain signals

pansini-asensus commented 4 weeks ago

Is there a way to open the mf4 file and look for the signals? The Acontis library provide only the API functions to configure and write the files so I couldn't look into that

danielhrisca commented 4 weeks ago

There are no signals in the file, but if you want to double check you can download Vector MDFValidator and open the file with it

pansini-asensus commented 4 weeks ago

I used Vector MDF Validator and this is the result: image

danielhrisca commented 4 weeks ago

No data groups = no signals