Vayu Posted September 21, 2005 Report Share Posted September 21, 2005 hello, does anyone know how to do this? thanks in advance Vayu Quote Link to comment
Khalid Posted September 21, 2005 Report Share Posted September 21, 2005 What is a .DBC file? Can you please elaborate? -Khalid Quote Link to comment
dhuff Posted October 12, 2005 Report Share Posted October 12, 2005 I am assuming you mean the .dbc file assocated with CAN traffic. This is the Vector CAN message traffic database file. It defines the CAN message identifiers, repition rates, and data variables. If you go to the Vector website you can learn more. <www.vector-informatik.de> Quote Link to comment
Steve Watts Posted October 13, 2005 Report Share Posted October 13, 2005 You can get the .dbc file output to an XML format and this is then fairly easy to read in LV. I don't know specifically how this is done from the Vector db, I think it's just a menu option. Quote Link to comment
DredPirate Posted October 14, 2005 Report Share Posted October 14, 2005 Check out this site at NI Synchronizing CAN and Anaolog Signals... If you don't like the way there doing it you could always do what I did and extract the information from the *.dbc file like I did. You need to import it as text, figure out how its constructed and then build it into a useful cluster or something. I've included some of the work I did on this. I only read from the CAN bus so I did not extract the information from the *.dbc on writting to the CAN bus. I also created my own buffer so I can easily extract the data. Sorry some of the code is sloppy. This is an old development example. I never really meant for it last longer than that. Also please be offer feadback. Be brutal. Thats the best way to learn. And if you make any improvements I'd love to see them. Enjoy. Download File:post-3219-1129260176.zip Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.