ebroecker / canmatrix

Converting Can (Controller Area Network) Database Formats .arxml .dbc .dbf .kcd ...

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Removing Vector__XXX from Dbc file

Dalilaroussi opened this issue · comments

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

db.del_ecu("Vector__XXX")

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...