Open dragoudin opened 2 years ago
This is a canmatrix issue
It is already corrected here https://github.com/ebroecker/canmatrix/pull/639
So the solution would be to upgrade the version of canmatrix package used by TSMaster
Thanks! I will upgrade soon
Hi all
We face same issue when converting arxml to dbc. with TSMaster V2022.6.15
源文件已選擇: simple_demo_can.arxml
2022.6.15.763 INFO - convert - Importing C:\Users\zhija\AppData\Local\Temp\~LCD26F.arxml ...
2022.6.15.763 Traceback (most recent call last):
2022.6.15.763 File "C:\Program Files (x86)\TOSUN\TSMaster\bin\Data\Python\3.8.5\x86\lib\runpy.py", line 194, in _run_module_as_main
2022.6.15.763 return _run_code(code, main_globals, None,
2022.6.15.763 File "C:\Program Files (x86)\TOSUN\TSMaster\bin\Data\Python\3.8.5\x86\lib\runpy.py", line 87, in _run_code
2022.6.15.763 exec(code, run_globals)
2022.6.15.763 File "C:\Program Files (x86)\TOSUN\TSMaster\bin\Data\Python\3.8.5\x86\Scripts\canconvert.exe__main.py", line 7, in
Thanks!
I have a correct system extract (*.arxml from systemDesk) and I try to convert it into dbc.
An error occurs (message displayed). In my arxml file, can message ID are in hex format (0x) and it cause an error extract of my arxml file!
I capture a log message which indicate a problem (tools expect an int data, and in file, there is a hex data) Source file selected: XXX_SystemExtract.arxml