Open wakey1991 opened 4 months ago
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.
Pip install https://github.com/danielhrisca/asammdf/archive/development.zip
@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)
Hi, i downloaded and extracted but the program does not run.
File "asammdf\gui\asammdfgui.py", line 50, in
I am not a programmer so this doesn't mean anything to me, is it something my end that is wrong or could i have installed it incorrectly?
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.