Page 1 of 1

CAN Template for M130 to ADL2 (.cc7 file)

PostPosted: Tue May 01, 2018 1:45 am
by mr2andy
Hello Motec,
We have converted our setup from a M400 to M130 and is looking for the CAN template which send the data from the M130 to the ADL2.

We had the Mx00 (v3.3) set 1 template loaded to the ADL2 and is now looking for the template for M130 to be loaded to the ADL2. Can you please help?

Cheers
Andy

Re: CAN Template for M130 to ADL2 (.cc7 file)

PostPosted: Tue May 01, 2018 9:31 am
by adrian
The templates that you need will depend on what package you have in your ECU. Below are the two main templates for our GP Packages. You can also get these by installing any of our current Dash Manager software.

If you have a custom package you will have to talk to the developer of that package about what templates you need.

Please note, these templates can only be used in comms slots 7-16 in the ADL2, they won't work if you put them in slots 1-6.

Re: CAN Template for M130 to ADL2 (.cc7 file)

PostPosted: Tue May 01, 2018 10:06 pm
by mr2andy
Adrian,
Thanks for the files. Which file should I be using if I have the GPR package on my M130.

Re: CAN Template for M130 to ADL2 (.cc7 file)

PostPosted: Wed May 02, 2018 2:32 am
by David Ferguson
You should use both to get all the channels transmitted by the M1.

Re: CAN Template for M130 to ADL2 (.cc7 file)

PostPosted: Wed May 02, 2018 8:14 am
by mr2andy
I assume I don't need to do anything with my M130 as it's pre-configured to transmit all the data on the CAN by default?

Re: CAN Template for M130 to ADL2 (.cc7 file)

PostPosted: Wed May 02, 2018 8:22 am
by David Ferguson
That's correct. Just disable any channels in the receive template that you know don't have any meaningful data, and log the rest. For example, I can disable all the boost/wastegate/antilag stuff on my normally aspirated car. Also, don't need anything but cylinders 1-4 with my engine.

What you will need to do, is review the channel names. The M1 uses "Engine Speed" instead of "Engine RPM", and you'll find "Coolant Temperature" instead of Engine Temp. So your dash config will likely need updating in the alarms, display and logging areas at a minimum.

Re: CAN Template for M130 to ADL2 (.cc7 file)

PostPosted: Wed May 02, 2018 8:28 am
by mr2andy
Thanks David.

What about receiving data from ADL2 on M130. I have 4 wheel speeds + 2 switch input (boost trim, traction control) which I need to send from ADL2 to M130.

Cheers

Re: CAN Template for M130 to ADL2 (.cc7 file)

PostPosted: Wed May 02, 2018 9:08 am
by David Ferguson
You are already transmitting those for your M800 right? Then just configure the M1 ECU->Receive and the data will be available under the resources CAN 0 Offset 0, etc.

Re: CAN Template for M130 to ADL2 (.cc7 file)

PostPosted: Wed May 02, 2018 9:09 am
by mr2andy
Thank you.