-
Notifications
You must be signed in to change notification settings - Fork 406
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
Support for ECUC ARXMLs #281
Comments
Hi @andraflandra Conversion will only work with an |
How might I get this to work with ECUC-ARXML? Could your code be modified slightly or is a completely new solution needed? edit: Also, I found a System-ARXML file online and when trying to convert to .xlsx I get this: DEBUG - arxml - Build arTree ... DEBUG - arxml - DEBUG 0 frames in arxml... And when trying to compare two .arxml files this happens: |
please try branch
|
First of all, thank you very much for your effort! I can now convert the files but from the 1.329KB file all I get is a 6KB .xlsx table with only the first line of data as far as I can tell. This is the readout in cmd: (this is the .arxml file I linked in the issue converted to .xlsx) Also, the actual, non-example .arxml files I need to convert are still getting the line of "DEBUG 0 frames". edit: I also get this when trying to compare .arxml files: Thanks again. |
@andraflandra Is there actual a Can-Bus defined in the ARXML? |
This is the output of said command in cmd:
However, this does not actually output/create any .dbc file. As for your question, these are the opening lines of the file:
|
Hi @andraflandra , Thanks. The debug output looks like there is no CAN communication defined in this ARXML:
|
It's from a model input, basically a database of host architecture for automotive. I do have a separate .dbc file that has CAN signals database on them. I'm new to this so please excuse my ignorance. |
If the ARXMLs describe a SWC (Software component) it will mostely certain not be any CAN information in it. |
There are SWC components included so I would assume you are correct. Does this make it impossible to use canmatrix to port my kind of arxml to xlsx or can it be enhanced perhaps? |
Sorry - this is a really complete other use case. |
Thank you for all the help in any case. I will try to find a different solution or build my own. |
Hi, I am using an internal .arxml file I cannot show you but also a public one available here:
https://raw.githubusercontent.com/nikidimitrow/Learning-AUTOSAR-fundamental/master/BasicsOfAUTOSAR/MyECU.ecuc.arxml
I get this readout in cmd (win10):
`
C:\Python27\Scripts>canconvert -vv D:\user\ECUexample.arxml D:\user\ECUexampleAAA.xlsx
INFO - convert - Importing D:\user\ECUexample.arxml ...
DEBUG - arxml - Read arxml ...
DEBUG - arxml - Done
DEBUG - arxml - Build arTree ...
DEBUG - arxml - Done
DEBUG - arxml - DEBUG 0 frames in arxml...
DEBUG - arxml - DEBUG 0 can-frame-triggering in arxml...
DEBUG - arxml - DEBUG 0 SIGNAL-TO-PDU-MAPPINGS in arxml...
DEBUG - arxml - DEBUG 0 I-SIGNAL-TO-I-PDU-MAPPING in arxml...
INFO - convert - done
INFO - convert - Exporting D:\user\ECUexampleAAA.xlsx ...
INFO - convert - done
`
The text was updated successfully, but these errors were encountered: