Page 1 of 1
CDL3 speed sensor to M130

Posted:
Tue Nov 02, 2021 7:19 am
by greenamex2
Hi all
How do a pass a speed sensor connected to a CDL3 to an M130?
The M130 seems to expect a frequency value (in mHz...not sure if that really is MILLI or MEGA Hz!), how do I configure the CDL3 input to reflect that?
I am currently assuming I use "Wheel Rot Speed" as that is in Hz, and then use "Sensor Scale" as required.
Is that right?
Re: CDL3 speed sensor to M130

Posted:
Wed Nov 03, 2021 8:58 am
by NathanB
You need to make sure the base resolution of the wheel speed is 0.1km/h in the dash when transmitted to the ECU.
You need to set the sample teeth to 100 and then the formula is the following to work out the scale:
0.1 / ( 0.1x 10 x wheel circumference in meters x 3.6 / 1000 ) x 100
for instance a wheel circumference of 2M will end up with a scale of 1388.888889
Re: CDL3 speed sensor to M130

Posted:
Wed Nov 03, 2021 9:11 am
by greenamex2
NathanB wrote:You need to make sure the base resolution of the wheel speed is 0.1km/h in the dash when transmitted to the ECU.
You need to set the sample teeth to 100 and then the formula is the following to work out the scale:
0.1 / ( 0.1x 10 x wheel circumference in meters x 3.6 / 1000 ) x 100
for instance a wheel circumference of 2M will end up with a scale of 1388.888889
Thanks Nathan, I shall have a play tomorrow
Re: CDL3 speed sensor to M130

Posted:
Thu Nov 04, 2021 12:03 am
by greenamex2
As the limit for sample teeth is 10 I take it that you meant set "sensor teeth" to 100?
Other than that...all worked fine...thanks
Re: CDL3 speed sensor to M130

Posted:
Thu Nov 04, 2021 8:30 am
by NathanB
Yes correct, sensor teeth.
Glad you have it all working.