Questions tagged [asammdf]

64 questions
-1
votes
1 answer

Error with asammdf: "error: unpack requires a buffer of 56 bytes"

I am using the asammdf package to load MDF file. The code below works for only some of my MDF files. Many files give me the error below. I am able to open the file in CANape with no issues. Load files in a desktop app (this works) from asammdf…
-1
votes
1 answer

How to export MDF to Excel or CSV using Python asammdf

I have one sample sql server DB mdf file .I need to convert the file to excel or csv.i searched but not get correct solution.Finally I found one package from python asammdf I don't know how to do this .i am really new with python and sql server. My…
prasanth
  • 22,145
  • 4
  • 29
  • 53
-2
votes
1 answer

How to export data to .dat file using mdfreader library in python?

I have a ABC.dat file which contains many signals along with their corresponding values. I want to select few signals from this ABC.dat file and would like to export these signals to a new XYZ.dat file. How can I achieve this using mdfreader library…
1 2 3 4
5