canmatrix icon indicating copy to clipboard operation
canmatrix copied to clipboard

how to process multiplexer signal and frame

Open songapore opened this issue 2 years ago • 1 comments

Can you give an example how to process multiplexer signal and frame when i convert excel file to can bus dbc file?

songapore avatar Jul 19 '22 02:07 songapore

this is only possible with string magic (and thus support is very basic). You can create your own example, just create a xlsx from some dbc with multiplex-frame in it.

If you have none: pull https://github.com/ebroecker/canmatrix/blob/development/src/canmatrix/tests/test_frame_decoding.dbc and afterwards convert it to dbc: canconvert test_frame_decoding.dbc test_frame_decoding.xlsx and look into test_frame_decoding.xlsx

ebroecker avatar Jul 23 '22 14:07 ebroecker