Skip to content
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

fibex support #811

Open
drZWzheng opened this issue Jul 5, 2024 · 6 comments
Open

fibex support #811

drZWzheng opened this issue Jul 5, 2024 · 6 comments

Comments

@drZWzheng
Copy link

Now the Flexray protocol is widely used in car domain, it has the huge demand to have a tool to parse the XML data format file, but the cantools is not support to parse the format currently. As a participant, i strongly recommended to support parsing Flexray data format.

@drZWzheng
Copy link
Author

drZWzheng commented Jul 5, 2024

import canmatrix
arxml is not supported
kcd is not supported
fibex is not supported
xls is not supported
xlsx is not supported
odx is not supported

@ebroecker
Copy link
Owner

ebroecker commented Jul 15, 2024

hi @drZWzheng

you need to install lxml lib

pip install lxml

@drZWzheng
Copy link
Author

drZWzheng commented Jul 16, 2024

hi @ebroecker
but it can't import file with xml fibex format

@ebroecker
Copy link
Owner

Hi @drZWzheng

please provide more context information.

Currently fibex is only for CAN supported.
Do you try to import a flexray-fibex? This would not work because no one ever implemented flexray-support in CANmatrix
If you are trying to import a can-fibex file, are there errors displayed? If so, which errors?

@drZWzheng
Copy link
Author

drZWzheng commented Jul 16, 2024

HI @ebroecker

I want to import a flexray-fibex, Do you know some tools which can import the flexray-fibex and parse it.

@ebroecker
Copy link
Owner

Hi @drZWzheng

No sorry I don't know any library for this purpose.

It should not be that hard to implement. But I don't have examples for it.

So what would you like to do with it? I mean after parsing. Extract values? Create somr Excel-Sheet or what would you like to do?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants