0

I have a sensor that can give me a message. I want to transfer this data via can. My receiver wants me from a .dbc file. (Database for can). In my local(with PCAN) i can send a data in 1 miliseceond.

But after i put the can cable to my receiver it takes a data in 1 second. I think the problem is in .dbc file. Is there any definition to config data rate in .dbc file ?

mozbek
  • 3
  • 4
  • without seeing what your code and data is, it's hard to see how anyone would be able to help you. Please edit your question to include relevant details. – ADyson Nov 14 '17 at 19:30
  • DBC is a _message format_ description. The rate at which messages are sent is down to the sender. I doube teh problem is the dbc file. – Clifford Nov 14 '17 at 21:27
  • I solved the problem. Solution is adding a new line in configuration line named BA_DEF BO_ , BA_DEF_DEF and BA_ – mozbek Nov 15 '17 at 14:39
  • @mozbek please add your solution in the answer section explaining how you fixed it. There can be multiple `BA_DEF_` format. – Vishrant Jun 20 '18 at 18:49

0 Answers0