ASAMMDF does not read my data there is onely "b' '" in the Samples #1146
Replies: 2 comments
-
|
What is the output of this? ch = mdf.get(channel_name, raw=True)
print(ch) |
Beta Was this translation helpful? Give feedback.
-
|
This data looks quite valid. I don't really understand it, I had actually tried raw=True, but maybe I was at get_can_signal. <Signal channel_name: <Signal channel_name: |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
ASAMMDF does not read my data there is onely a b' ' in the Samples. I know the Samples are there in the MF4. I can read them with CANape and other tools.
Is there som other way to import the MDF?
Samples: [b'' b'' b'' ... b'' b'' b'']
0x0008 Signal Type could not be read. Signal Data Type could not be read. Signal Bit Length could not be read. Signal Byte Order could not be read. Signal Value: [b'' b'' b'' ... b'' b'' b''] No raw data available for this signal.Timestamps: [259450.22552124 259450.32551906 259450.42551468 ... 274536.94366822
274537.04364581 274537.14511181]
Invalidation Bits: [False False False ... False False False]
Unit: Unit_Amper
Conversion: None
Source: <asammdf.blocks.source_utils.Source object at 0x000001DE5E1B7880>
Comment:
max current (discharge)
maximal zulässiger Entladestrom (zwingend einzuhaltender Grenzwert); Wert ist für eine Dauer von 1s garantiert
Plot of CANape

Beta Was this translation helpful? Give feedback.
All reactions