Page 1 of 1

CANBUS Sensor

PostPosted: Sat Mar 18, 2017 2:42 am
by killerbee
I am considering using a Bosch Motorsports Acceleration Sensor (MM5.10). The product datasheet is attached. It appears that there is an option for a 500 kb/s or 1mb/sec CANBUS speed. What speed is most appropriate ? I am going to be using this sensor in an SDL3 and C185 installation.

An associated question is there a CAN template that is available for this sensor ?

Thank You.

Re: CANBUS Sensor

PostPosted: Sat Mar 18, 2017 7:26 am
by David Ferguson
Use the 1Mb/s version, as many MoTeC devices can only communicate at 1 Mb/s. The SDL3 and C185 do have configurable CAN bus speed, so you could run one CAN bus at 500 Kb/s if you wanted.

Here are the templates I have for this device on a C185.

Bosch MM5.10.zip
Comms Templates for C185
(896 Bytes) Downloaded 1193 times

Re: CANBUS Sensor

PostPosted: Tue Apr 18, 2017 4:25 pm
by killerbee
Thank you very much.

Brian

Re: CANBUS Sensor

PostPosted: Wed Apr 19, 2017 4:26 am
by David Ferguson
Glad I could help.

Re: CANBUS Sensor

PostPosted: Thu Apr 20, 2017 11:14 am
by adrian
I have just had a quick look at those templates and they are not correct for that sensor.

All of the signals on the MM5.10 are offset by 0x8000 so there needs to be an 'adder' set for each of the signals. The Multiplier and Divisor are also not correct as the Base Resolution and units haven't been taken into account.

I have attached some templates that will also work with your SDL3, you can use the import feature in the comms setup to convert them to use with the latest version of C185 Manager.

Bosch MM5.10.zip
(1.02 KiB) Downloaded 1221 times

Re: CANBUS Sensor

PostPosted: Thu Apr 20, 2017 11:25 am
by David Ferguson
Thanks Adrian, I got that from a customer -- I've sent him your updated version.

Re: CANBUS Sensor

PostPosted: Mon Apr 24, 2017 10:01 am
by killerbee
Adrain,

Tried it this weekend and it worked nicely thank you.