-
-
Notifications
You must be signed in to change notification settings - Fork 226
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Flexray recorded mf4 file not being exported #273
Comments
Hello @surendrasah you should not get this error, this is strange. Can you send the file so I can have a look over it? |
Hi @danielhrisca I would really appreciate if you can show or help to read this file to extract the value or export it as CSV. Thanks |
@surendrasah |
Hi @danielhrisca ,
I would really appreciate your input on this. Thanks |
Hi @danielhrisca Thanks |
then mdf = MDF('file.mf4')
mdf.export('csv', 'export.csv', single_time_base=True, raster=0.1) you may want to tune the raster argument |
Hi @danielhrisca from asammdf import MDF, Signal Error: : Channel "ESP_V_Signal" not found. I can see this signal name in CANOE tool. |
Please see issue #259 . We rely on canmatrix for DBC parsing, but there is no fibex parser available; as such there is no extract_flexray_signal method |
So, it means that flexray signal cannot be extracted. Is there a way , you know of, to extract these signal. I have the fibex file, mf4 file but could not find any way to extract signals. |
it looks like canmatrix is starting to add Flexray and Eth support for arxml databases ebroecker/canmatrix#426 |
Hi,
I have recorded mf4 file on flexray. When i tried exporting it in csv or any other format with GUI tool, it throws exception. Can this tool be used for flxray recorded mf4 file or not?. If yes, then whats the problem. please help me out.
I am using Windows 10 and python 3.7 on Anaconda.
2019-11-28, 16:13:34
<class 'Exception'>
Traceback (most recent call last):
File "C:\Users\ssah\AppData\Local\Continuum\anaconda3\envs\py3.7\lib\site-packages\asammdf\gui\utils.py", line 150, in run
self.output = self._target(*self._args, **self._kwargs)
File "C:\Users\ssah\AppData\Local\Continuum\anaconda3\envs\py3.7\lib\site-packages\asammdf\mdf.py", line 1116, in export
ignore_value2text_conversions=ignore_value2text_conversions,
File "C:\Users\ssah\AppData\Local\Continuum\anaconda3\envs\py3.7\lib\site-packages\asammdf\mdf.py", line 3557, in to_dataframe
for channel_index in self._included_channels(group_index)
File "C:\Users\ssah\AppData\Local\Continuum\anaconda3\envs\py3.7\lib\site-packages\asammdf\mdf.py", line 372, in _included_channels
f"CAN_DataFrame or CAN_ErrorFrame not found in group {index}"
asammdf.blocks.utils.MdfException: CAN_DataFrame or CAN_ErrorFrame not found in group 4
File "C:\Users\ssah\AppData\Local\Continuum\anaconda3\envs\py3.7\lib\site-packages\asammdf\gui\widgets\file.py", line 1381, in export
progress=progress,
File "C:\Users\ssah\AppData\Local\Continuum\anaconda3\envs\py3.7\lib\site-packages\asammdf\gui\utils.py", line 117, in run_thread_with_progress
raise Exception(thr.error)
The text was updated successfully, but these errors were encountered: