ebroecker / canmatrix

Converting Can (Controller Area Network) Database Formats .arxml .dbc .dbf .kcd ...
BSD 2-Clause "Simplified" License
933 stars 401 forks source link

Removing Vector__XXX from Dbc file #787

Closed Dalilaroussi closed 5 months ago

Dalilaroussi commented 6 months ago

Why was the "Vector__XXX" removed from the DBC file? Is there any way to retain it

https://github.com/ebroecker/canmatrix/blob/8ca6d787e5c3faceac273fb00f35204fd6ad300f/src/canmatrix/formats/dbc.py#L997

ebroecker commented 6 months ago

Hi this "ECU" ist just a dummy for pdus/frames which are not mapped to any ECU. This is needed just in dbc, because the format always needs a sender-ECU for a single frame. This dummy-ECU should be recreated when exporting dbc...