-
Notifications
You must be signed in to change notification settings - Fork 400
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
Usecases: Please Add here #443
Comments
Hello, I would like to use canconvert to convert an .arxml AUTOSAR V 4.2.2 to a dbc (in fact multiple as there are multiple network defined). Is support for AUTOSAR version other than only 3.2.3 and 4.1.0 planned? EDIT: Ok just saw the information in the canconvert help is relevant for output files. Is there a restriction for input files to? I get a "ERROR - init - This file format is not supported for reading" message. |
Hi @ForestRupicolous |
Hi @ebroecker, |
Hi , @ebroecker , Currently the cancompare outputs the difference in the console, can it output in excel with value of old and new , it would helpful to know what exactly the current output is helpful it would more helpful if we were to view the output in spread sheet with the differences atleast for the signals(new and old value) / messages( whether periodicity or receiver/transmitter attributes got modified) . |
Hi @ebroecker Thanks for writing this library. I am using canmatrix for handling Symbol files which my company generates for our products and for converting to other formats which our users need. I have noticed that there are some features missing from the Symbol format parsing/writing. (particularly around signal types and enumerations). I've been able to modify the code to do what i need, are you looking for more contributions? Thanks |
You are very welcome to add your contributions here. Just create a pullrequest... |
Another use case i have is to use the .json format for interfacing with tools I write in other languages (as json parsing libraries already exist and it is much simpler to not have to write a .sym parser in C# for example). |
hello @ebroecker I noticed that the comment in arxml.py says "currently support for AUTOSAR 3.2 and 4.0-4.3 is planned". |
Hi @yangx1990 , yes you can. should work out of the box. |
@ebroecker There are 2 arxml files in my hand. |
In our project, we have to maintain CAN databases in IBM DOORS. This tool is able to import/export with Microsoft Excel. To generate DBC-files I thought of canmatrix's DBC<->Excel conversion features as an intermediate tool from DOORS over EXCEL to DBC. To evaluate the conversion, I tried to "cancovert.exe" an ordinary DBC file to XLS and back to DBC. The XLS looks fantastic and I was very happy with the result. But the back conversion failed, min/max and scaling information for the signals are ignored. I think, this is not a bug, it is just a missing feature according to the Supported File Fomats list. What does the "p" in the table stand for? Planned? I would really appreciate that. |
hI @Joshua-Calvert What you need is a xlsx-format which does not loose information. maybe you could try during export and import: |
I'm looking to convert the SAE digital annex excel file into a dbc format. Unfortunately I can't find a tool to do this. |
We support reading and writing DBC files, but not ARXML. I need to read ARXML too. This tool is very helpful because I can easily edit DBC files and see what happens in an conversion to an ARXML file. |
Hi @ebroecker |
Hi @ebroecker If yes, could you please hint me on this, how can I do this? |
Hi @kruti2107 yes, a little bit. maybe: |
@ebroecker. Thanks for the quick reply. Is this the only way with command line? Is there any function or something like that which could I include in my code? |
Hi @kruti2107 , for sure, you can.
the information which is extracted is very limited: |
Hi @ebroecker , After the arxml load oepration, I am getting empty object. No information related to my ethernet ARXML. Do you have any idea, what could be the possible reason? |
Hi @ebroecker , It was a fault from my side. I made some wrong configuration. It's done now. Thanks for the suggestion |
Hi @kruti2107 perfect. |
@ebroecker Not sure right now, how much will it help. I was looking for way to extract info from the db. |
I have done the similar: "cancovert.exe" an ordinary DBC file to XLS works without problem. May I ask how you did the back to DBC part? @Joshua-Calvert |
Hi everybody,
you are welcome to add your use case of canmatrix here.
I just want to have some idea what people are using canmatrix for.
So feel free to tell something you use it for or "vote" some comment.
Thanks,
I'll take the answers here into account for further prioritization of issues.
The text was updated successfully, but these errors were encountered: