Page 1 of 1
DBC FILE MOTEC M84
Posted:
Wed Feb 24, 2021 8:42 pm
by dr350
Hello. How are they?
I am working on a project with a MOTEC M84 and I need to link it with Dash Marelli for the CO-DRIVER. I am missing the DBC file to do the job.
Could you send me the file?
THANKS AND REGARDS!
Re: DBC FILE MOTEC M84
Posted:
Thu Feb 25, 2021 8:51 am
by adrian
Below is a document that outlines how the CAN messaging from an M84 works. It sends out CAN messages like a serial stream with a header and checksum all on one CAN address.
Also below is a dbc file but because of the data stream format the file doesn't comply with the dbc file spec and won't open in most programs. It is really only useful as a list of channels.
Re: DBC FILE MOTEC M84
Posted:
Tue Apr 12, 2022 9:33 pm
by Sylvain_L
Hello,
Opening this dbc file with Canalyzer gives error message.
Opening it with AIM RaceStudio makes application to crash.
Dis someone face this issue?
Sylvain
Re: DBC FILE MOTEC M84
Posted:
Thu Apr 14, 2022 4:28 am
by David Ferguson
Can you open the PDF file? Read the DBC file in a text editor. As stated, it's only useful to get the channel names.
Re: DBC FILE MOTEC M84
Posted:
Tue Apr 26, 2022 12:25 am
by Sylvain_L
David Ferguson wrote:Can you open the PDF file? Read the DBC file in a text editor. As stated, it's only useful to get the channel names.
Hello,
Sure, I can open the PDF file. Interest of DBC file is to respect Vector formalism to be able to import file with other system.
If file does not follow formalism, rename it as txt file to avoid mis-understanding
Re: DBC FILE MOTEC M84
Posted:
Tue Apr 26, 2022 2:17 am
by David Ferguson
I wouldn't expect any DBC import facility to understand the M84 stream. You need to read and understand the PDF document if you have any hope of implementing support. Without access to being able to write code on whatever platform it is your working with, it's unlikely you can be successful.
AIM already has support for the M84 stream. If your goal is to add other non-M84 can messages (because Aim only support one "protocol" on each CAN bus), you'll never be able to do it with the M84. Best bet today is to use the CAN2 bus (if your logger has that), and put your custom protocol on that CAN bus. Connect CAN1 and CAN2 to the same CAN bus if you wish, that does work.