-
-
Notifications
You must be signed in to change notification settings - Fork 226
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
Interpreting values as their definitions in the DBC #1046
Comments
Are you decoding a raw CAN bus logging mf4 file using a DBC? |
Yes MF4 and then extract bus signals using a DBC file built in KVASER database editor |
Perhaps you should try the development branch code |
I am not familiar with that, is there not a simple setting i can change to support this? |
I have downloaded this but even following the readme it isnt clear what i do with these files in order to make my request work? My skill is in CAN but not so good with computer programming. |
@danielhrisca ive done some research and i assume from this i need to install python? I have no experience with this at all Is it something you could advise with, will this be a simple installation? I just would like my CAN signals to have definitions. Any help would be greatly appreciated |
you can try the bundled build found here https://github.com/danielhrisca/asammdf/actions/runs/10143948078 (dist archive) |
I am logging a series of signals, some of which show a number value like ambient air temperature and vehicle speed however i also have some that show multiple states such as 0 = inactive, 1 = active, 2 = error, 3 = not available. I cannot seem to find a way for ASAMMDF to show the signal as its interpretation in the DBC. ASAMMDF will just show the number.
Apologies if i am overlooking something obvious, i cannot find it in the help file.
The text was updated successfully, but these errors were encountered: