Eduard Bröcker

Results 156 comments of Eduard Bröcker

@MatinF ... this issue is quite old, is there still a need for importing these files? I could do it - but maybe I need some help...

I don't know a better workaround. Also - I was not able to reproduce the error. `pip install git+https://github.com/ebroecker/canmatrix.git@issue_778`

Hi @nexulm it is implemented, but maybe it does not work. Have to have a look on it

Just use canmatrix convert

Hi @AbdullahAbdelhakeem6484 SignalVoids may have no compu method, so this is named "ERROR" but maybe it's only a warning. There should be an output xlsx file anyway?

Hi @maxceng https://github.com/ebroecker/canmatrix/wiki/signal-Byteorder: little endian == Intel == MOST-SIGNIFICANT-BYTE-LAST big endian == Motorola == MOST-SIGNIFICANT-BYTE-FIRST is_litte_endian = False means "big endian" means Motorola which seems correct to me. Could you...

Hi @maxceng I still cannot reproduce the issue. Look at following code: ```python import canmatrix network = canmatrix.CanMatrix() sig_name = "my_name" sig_comment = "my_comment" sig_name2 = "my_name2" signal = canmatrix.Signal(name=sig_name,...

Hi @maxceng you need only to give the export-encoding: `canmatrix.formats.dumpp({"":network}, "output.dbc", "dbc", dbcExportEncoding="utf8")`

Some Idea: canmatrix for now only uses `COMPU-INTERNAL-TO-PHYS` compu-methods, Maybe your ARXML uses `COMPU-PHYS-TO-INTERNAL`.