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

convert ARXML to DBC: SG_ AND BO_ EMPTY #813

Open
ying2029 opened this issue Jul 25, 2024 · 0 comments
Open

convert ARXML to DBC: SG_ AND BO_ EMPTY #813

ying2029 opened this issue Jul 25, 2024 · 0 comments
Assignees
Labels

Comments

@ying2029
Copy link

ying2029 commented Jul 25, 2024

Python 3.12.4

first :convert dbc to arxml

the log shows below: '4 frames found'

PS C:\Users\xx> canconvert -vv C:\Users\30608\Downloads\dbc\test_frame_decoding.dbc
C:\Users\xx\Downloads\dbc\test_dbc.arxml
INFO - convert - Importing C:\Users\30608\Downloads\dbc\test_frame_decoding.dbc ...
INFO - convert - Import Done
INFO - convert - Exporting C:\Users\30608\Downloads\dbc\test_dbc.arxml ...
DEBUG - convert -
INFO - convert - 4 Frames found
INFO - convert - Export Done

second: convert the arxml to dbc

the log shows below: '0 Frames found' why ? the commandline I input is worng?

PS C:\Users\XX> canconvert -vv C:\Users\30608\Downloads\dbc\test_dbc.arxml C:\Users\30608\Downloads\dbc\test_dbc.dbc
INFO - convert - Importing C:\Users\30608\Downloads\dbc\test_dbc.arxml ...
DEBUG - arxml - Read arxml ...
DEBUG - arxml - 0 frames in arxml...
DEBUG - arxml - 4 can-frame-triggering in arxml...
DEBUG - arxml - 4 SIGNAL-TO-PDU-MAPPINGS in arxml...
DEBUG - arxml - 35 I-SIGNAL-TO-I-PDU-MAPPING in arxml...
DEBUG - arxml - CONTAINER-I-PDU-HEADER-BYTE-ORDER not found (default big endian)
DEBUG - arxml - Busname: CAN
DEBUG - arxml - Baudrate: 0
INFO - convert - Import Done
INFO - convert - Exporting C:\Users\30608\Downloads\dbc\test_dbc.dbc ...
DEBUG - convert - CAN
INFO - convert - 0 Frames found
INFO - convert - Export Done

@ebroecker ebroecker self-assigned this Sep 19, 2024
@ebroecker ebroecker added the bug label Sep 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants