Data on The ms-can

Everything regarding communication-protocols like CAN, OBD, LIN, JTAG, BDM, I2C, SPI, ...
Post Reply
ronald0001
Active member
Posts: 103
Joined: 05 Nov 2019, 10:34

Data on The ms-can

Post by ronald0001 »

Data on The ms-can

#ID // D0, D1, D2, D3, D4, D5, D6, D7,


#200 // D6 (vaule 83,85,86,87,88) shows in convers lamp/light errors

#078 // d5+d6 is rpm ...is dricetly from HEX to DEZ...03 E8 =1000
D7 must be also active (mine is 3c or 3e) otherwhise rpm have no effect to ipc, must look what is d7 exactly

#06b // D7 shows blinker/hazard ligth in c+
D6 when its Zero Gong like Door open starts in the convers (must compare in car if is this funktion)

#048 // D2 break status
D4 ignition status

#040 // D0 position of ligth switch

if someone can give me id´s and the function of this i can alsways edit this topic
Last edited by ronald0001 on 17 Feb 2020, 09:42, edited 1 time in total.
ronald0001
Active member
Posts: 103
Joined: 05 Nov 2019, 10:34

Re: Data on The ms-can

Post by ronald0001 »

#260 d7 is water temp hex to dez - 60 than you habe temp.

#84 d1+d2 is speed hex to dex /96 is kmh
Last edited by ronald0001 on 22 Feb 2020, 16:55, edited 1 time in total.
Go4IT
Pro
Posts: 967
Joined: 08 Feb 2019, 12:25

Re: Data on The ms-can

Post by Go4IT »

ronald0001 wrote: 17 Feb 2020, 09:41 #48 d1+d2 is speed hex to dex /96 is kmh
Are you shure? I guess this is a typo and it should be "0x84" instead of "0x48".
ronald0001
Active member
Posts: 103
Joined: 05 Nov 2019, 10:34

Re: Data on The ms-can

Post by ronald0001 »

yes you are rigth...sorry my nisstake
Post Reply