ebroecker / canmatrix

Converting Can (Controller Area Network) Database Formats .arxml .dbc .dbf .kcd ...
BSD 2-Clause "Simplified" License
933 stars 401 forks source link

Conversion arxml to dbc for CANFD messages #410

Closed DeaPetrov closed 5 years ago

DeaPetrov commented 5 years ago

I tried conversing an arxml to dbc file, for messages with addressing mode Extended and CAN FD Supported checked, it converts with ID format CAN extended. I also tried --setFrameFd command, but it works with maximum 2 messages at one. Can this limit also be changed to a higher limit, e.g.: 30 messages? When doing the conversion, for FlexRay Frame, the messages are not exported to dbc file. Can also this type be converted?

ebroecker commented 5 years ago

Hi @DeaPetrov

Thanks for your report.

DeaPetrov commented 5 years ago

Hi, Thanks for the response. I am beginner in Python, I tried to do the set up, so I can run the scripts. I still didn't manage to have it up and running. Can you upload also convert.exe? I rechecked --setFrameFd command, it works with multiple messages if there is no space after ",". Thank you!

ebroecker commented 5 years ago

did you have a look on https://canmatrix.readthedocs.io/en/latest/installation.html?

ebroecker commented 5 years ago

please reopen, if still an issue