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

Exporting ARXML to XLSX (CanCluster vs. J1939Cluster) #772

Closed
ganralf75 opened this issue Feb 23, 2024 · 6 comments
Closed

Exporting ARXML to XLSX (CanCluster vs. J1939Cluster) #772

ganralf75 opened this issue Feb 23, 2024 · 6 comments
Assignees

Comments

@ganralf75
Copy link

Hello,

thanks a lot for providing such a useful tool :-)

I have recognized a problem w/ a arxml file where I wanted to convert it to a more readable Excel document and I wanted to ask if that is in principal not possible or if it is a known/new issue.

I have converted a arxml that is defined as "CanCluster" and conversion looks pretty fine (xlsx document generated).
grafik

And then I converted a arxml file that is defined as "J1939Cluster" and conversion succeeded but there was no xlsx document generated.
grafik

Do you have an idea why the J1939 arxml does not generate any xlsx file?

thanks a lot in advance!

@ebroecker ebroecker self-assigned this Feb 25, 2024
@ebroecker
Copy link
Owner

Hi @ganralf75 ,

I never had a J1939-ARXML - so quite possible that nothing works.

Maybe you have some example you could provide?

@ganralf75
Copy link
Author

Hi @ebroecker,

sorry, for late answer :-)

thanks for your feedback! I created an example where a CAN-CLUSTER is defined (Excel generation looks fine) and a J-1939-CLUSTER where Excel generation fails.

best regards,
ganralf75

arxml.zip

@ganralf75
Copy link
Author

Hi @ebroecker,

wanted to ask if you already had the chance to analyze the problem? :-)

thanks!
ganralf75

@ebroecker
Copy link
Owner

Hi @ganralf75

sorry - not yet - but not forgotten !

@ebroecker
Copy link
Owner

Hi @ganralf75,

I did a simple python3 -m canmatrix.cli.convert --arxmlIgnoreClusterInfo J1939ClusterExample.arxml aa.xlsx

which gave me at least this xlsx:
aa.xlsx

Maybe this already helps you?

I'll have to dive deeper into it, to create some dedicated support for J1939,...

@ganralf75
Copy link
Author

Hi @ebroecker,

thanks a lot for your feedback. Solution seems to work and xlsx is now created!

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

No branches or pull requests

2 participants