You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you convert from .kcd to .dbc, message cycle time info is lost.
Message cycle times are coded as Message.interval as in <Message ... interval="100"> in .kcd, which should be transformed as below in .dbc.
BA_DEF_ BO_ "GenMsgCycleTime" INT 0 0;
BA_DEF_DEF_ "GenMsgCycleTime" 0;
BA_ "GenMsgCycleTime" BO_ <can id 1> 100;
BA_ "GenMsgCycleTime" BO_ <can id 2> 50;
...
The text was updated successfully, but these errors were encountered:
When you convert from .kcd to .dbc, message cycle time info is lost.
Message cycle times are coded as Message.interval as in <Message ... interval="100"> in .kcd, which should be transformed as below in .dbc.
BA_DEF_ BO_ "GenMsgCycleTime" INT 0 0;
BA_DEF_DEF_ "GenMsgCycleTime" 0;
BA_ "GenMsgCycleTime" BO_ <can id 1> 100;
BA_ "GenMsgCycleTime" BO_ <can id 2> 50;
...
The text was updated successfully, but these errors were encountered: