cabana icon indicating copy to clipboard operation
cabana copied to clipboard

Extra definitions added to exported dbc (causing parsing issue)

Open eFiniLan opened this issue 5 years ago • 1 comments

to reproduce:

  1. open up a cabana link.
  2. load a genreated dbc.
  3. once it's fully loaded, save/download the dbc.
  4. validate the downloaded dbc.

When I tried to open a cabana link with honda_crv_hybrid_2019_can_generated.dbc, I noticed the GEAR and GEAR_SHIFTER plots in GEARBOX couldn't display properly (no timeline and not moving)

After inspecting the export dbc, I noticed it's overwriting GEARBOX definitions:

image

If I removed CM_ "Imported file _bosch_2018.dbc starts here" from the dbc file and import/export again, it seems loading fine and not overwriting defintions.

image

so looks like issue is caused when:

CM_ "Imported file bosch_2018.dbc starts here" or CM "honda_crv_hybrid_2019_can.dbc starts here"

are added.

eFiniLan avatar Mar 27 '19 05:03 eFiniLan

reporting this internally as well

vanillagorillaa avatar Mar 28 '19 02:03 vanillagorillaa