dbc-interface icon indicating copy to clipboard operation
dbc-interface copied to clipboard

Error Handling

Open vladisoc opened this issue 6 years ago • 2 comments

Anny small error in fille is fatal for the parser Capture

vladisoc avatar Mar 25 '19 12:03 vladisoc

You need to check a DBC file whether it has VECTOR__INDEPENDENT_SIG_MSG or not. If DBC file has that signal (actually not assigned to Message) , it will be happened this error. otherwise it will be worked fine. Basically this class library does not have ignoring routine regarding that signals.

cherojeong avatar Apr 27 '20 06:04 cherojeong

if (Msg_Name == "VECTOR__INDEPENDENT_SIG_MSG") continue;

CM_ BO_ 3221225472 "This is a message for not used signals, created by Vector CANdb++ DBC OLE DB Provider.";

Pi57 avatar Oct 12 '22 14:10 Pi57