ebroecker / canmatrix

Converting Can (Controller Area Network) Database Formats .arxml .dbc .dbf .kcd ...
BSD 2-Clause "Simplified" License
907 stars 400 forks source link

Broken frame names converting .arxml -> .dbc #8

Closed fmuellerMBtech closed 8 years ago

fmuellerMBtech commented 8 years ago

Hello, I am contacting you here because Stefan Obermeier told me to do so. I am trying to convert a .arxml file to .dbc. The conversion runs without an error (.exe and python version). When i am looking into the .dbc afterwards, all ("Botschaften") frame names look like this: "XDIS_1exfe32hc85lboe430gpg0si4" The signal and ECU names seems to be correct. The mapping of Rx Frames and signals to the ECUs are also looking correct. The "Tx frames" and "mapped Tx signals" lists are empty for each ECU. Also the Sender isn't shown for all Frames and Signals. I hope you can help me with this. Thank you a lot. Regards Florian Müller

Below some information out of the .arxml Header´: `<?xml version="1.0" encoding="UTF-8"?>

5.3.1 ... Copyright (c) 2015 Daimler AG`
ebroecker commented 8 years ago

-- framename should be fixed now. please provide feedback

I'll have another look on the Tx-Issues

fmuellerMBtech commented 8 years ago

Hi, I tested the new version and the framename issue ist fixed. Also the Tx issue seems to be fixed. I haven't checked in detail if all messages are complete and the mapping is correct, but on a first view it is looking very good. Thanks a lot. Regards, Florian Müller