-
Notifications
You must be signed in to change notification settings - Fork 407
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
arxml to dbc/csv has no output at all with python 3.8.3 (anaconda) #495
Comments
Well, what you do looks good. Could you also try I guess you can't provide your ARXML anyhow? |
Hi @ebroecker , thanks for the quick response! Yeah, the arxml itself can't be shared for IP reasons 😢
dunno if it helps, it should be mostly ethernet communication going on in this ECU. How can I check for CAN-Clusters? EDIT: I suppose the output should be in the same folder I'm calling the script from, right? I cd'd into the arxml folder, and I'm calling there the script. EDIT 2: I have a strange feeling that I might be misusing the tool: from the docs I got the impression that I can get arxml to dbc conversion regardless of the bus type (CAN / ETH), but I fear this might not be the case? |
Well yes. Canmatrix ist CAN only, nur you can try sameip branch. https://github.com/ebroecker/canmatrix/tree/arxml_sameip |
I have an Anaconda install. Via the Anaconda Prompt I
pip install
the program just fine, I can run the help without issues. I have an arxml file (around 10MB) that I'd like to convert into a DBC or CSV file.I run canconvert IN.arxml OUT.dbc, get the following input, but no dbc file is created. When provided an empty dbc file, nothing changes.
Am I doing something wrong?
The text was updated successfully, but these errors were encountered: