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
During the conversion of dbc to xls and vice versa all CAN messages are resetted to max DLC of 8 bytes.
Input;
Standard-CAN dbc
Command used with Ubuntu Linux 22.04:
python3 -m canmatrix.cli.convert "$path/$param_file_wo_extension.dbc" "$path/$param_file_wo_extension.xlsx"
Is there any option I've missed to avoid resetting the current DLC length (i.e. DLC =3) to the max possible DLC bytes of 8?
Since I'm using Canmatrix to convert the DBC, edit the entries in Excel and create an updated DBC from it, the observed behavior is not helpful.
The text was updated successfully, but these errors were encountered:
you are right, the root-cause is different - all additional attributes are not read anymore since I switched to openpyxl.
Will be fixed in #541 (which I just reopened)
During the conversion of dbc to xls and vice versa all CAN messages are resetted to max DLC of 8 bytes.
Input;
Standard-CAN dbc
Command used with Ubuntu Linux 22.04:
python3 -m canmatrix.cli.convert "$path/$param_file_wo_extension.dbc" "$path/$param_file_wo_extension.xlsx"
Is there any option I've missed to avoid resetting the current DLC length (i.e. DLC =3) to the max possible DLC bytes of 8?
Since I'm using Canmatrix to convert the DBC, edit the entries in Excel and create an updated DBC from it, the observed behavior is not helpful.
The text was updated successfully, but these errors were encountered: