Register
Page 1 of 2 12 LastLast
Results 1 to 15 of 23
  1. #1
    Newbie
    Join Date
    Apr 2023
    Posts
    19
    Thanks Thanks Given 
    12
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts

    Default BMW E36 Mileage Algorithm

    Hello, guys! So my BMW E36 cluster has 208552 km. I've attached a dump and the back of the cluster. So I know that the mileage is stored on line 00000070 and line 00000080, but what is the algorithm? My EEPROM is 93C56, it is soldered on the PCB and I don't have a codeplug.
    f5094fb477e0d2dd978d88e1824df795.jpg
    Attached Files Attached Files

  2. #2
    DK Veteran

    Join Date
    Apr 2018
    Location
    EU
    Posts
    2,091
    Thanks Thanks Given 
    100
    Thanks Thanks Received 
    978
    Thanked in
    808 Posts
    If i helped you with your problem, please press the Thanks button.

    Ask your questions in the forum, no response on private messages.

  3. The Following 2 Users Say Thank You to Diagcar1 For This Useful Post:

    kamburow (10th April, 2023)

  4. #3
    Newbie
    Join Date
    Apr 2023
    Posts
    19
    Thanks Thanks Given 
    12
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts

    Default

    Quote Originally Posted by Diagcar1 View Post
    What software did you use?

  5. #4
    DK Veteran
    Mexaniks's Avatar
    Join Date
    Mar 2013
    Location
    UA ODESSA
    Posts
    545
    Thanks Thanks Given 
    100
    Thanks Thanks Received 
    240
    Thanked in
    153 Posts

    Default

    wincal 208552/32->hex->not
    Last edited by Mexaniks; 10th April, 2023 at 02:01 PM.

  6. The Following 2 Users Say Thank You to Mexaniks For This Useful Post:

    danielif (11th April, 2023), kamburow (11th April, 2023)

  7. #5
    Newbie
    Join Date
    Apr 2023
    Posts
    19
    Thanks Thanks Given 
    12
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts

    Default

    Quote Originally Posted by Mexaniks View Post
    wincal 208552/32->hex->not
    What about receiving the mileage from hex? Example: the !hex in the dump is E68A, so we do NOT(E68A) and receive 1975, transform it to decimal(we receive 6517), then multiply this by 32 and now I receive 208544 which is not 208552.

  8. #6
    DK Veteran
    Mexaniks's Avatar
    Join Date
    Mar 2013
    Location
    UA ODESSA
    Posts
    545
    Thanks Thanks Given 
    100
    Thanks Thanks Received 
    240
    Thanked in
    153 Posts

    Default

    Quote Originally Posted by kamburow View Post
    What about receiving the mileage from hex? Example: the !hex in the dump is E68A, so we do NOT(E68A) and receive 1975, transform it to decimal(we receive 6517), then multiply this by 32 and now I receive 208544 which is not 208552.
    division results in a fractional number. When converted to hex, it is rounded.


    To compensate for the error, a value shift in a certain number of repeated bytes is used.
    Last edited by Mexaniks; 11th April, 2023 at 09:58 AM.

  9. The Following 2 Users Say Thank You to Mexaniks For This Useful Post:

    eliet2000 (11th April, 2023), kamburow (11th April, 2023)

  10. #7
    Newbie
    Join Date
    Apr 2023
    Posts
    19
    Thanks Thanks Given 
    12
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts

    Default

    Quote Originally Posted by Mexaniks View Post
    division results in a fractional number. When converted to hex, it is rounded.


    To compensate for the error, a value shift in a certain number of repeated bytes is used.
    Can you give me an example on what should I do?

  11. #8
    DK Veteran

    Join Date
    Apr 2018
    Location
    EU
    Posts
    2,091
    Thanks Thanks Given 
    100
    Thanks Thanks Received 
    978
    Thanked in
    808 Posts

    Default

    How much Km you want?
    If i helped you with your problem, please press the Thanks button.

    Ask your questions in the forum, no response on private messages.

  12. #9
    Newbie
    Join Date
    Apr 2023
    Posts
    19
    Thanks Thanks Given 
    12
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts

    Default

    Quote Originally Posted by Diagcar1 View Post
    How much Km you want?
    What software do you use? I need the algorithm or software that has the ability to decode those km.

  13. #10
    DK Veteran

    Join Date
    Apr 2018
    Location
    EU
    Posts
    2,091
    Thanks Thanks Given 
    100
    Thanks Thanks Received 
    978
    Thanked in
    808 Posts

    Default

    Quote Originally Posted by kamburow View Post
    What software do you use? I need the algorithm or software that has the ability to decode those km.
    Enigma, DP4, DC4, O5, Tachosoft, Wincalc etc. etc.
    If i helped you with your problem, please press the Thanks button.

    Ask your questions in the forum, no response on private messages.

  14. The Following User Says Thank You to Diagcar1 For This Useful Post:

    kamburow (11th April, 2023)

  15. #11
    Newbie
    Join Date
    Apr 2023
    Posts
    19
    Thanks Thanks Given 
    12
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts

    Default

    Quote Originally Posted by Diagcar1 View Post
    Enigma, DP4, DC4, O5, Tachosoft, Wincalc etc. etc.
    What software did you use to determine the km in the post where you attached a image showing my km?

  16. #12
    DK Veteran

    Join Date
    Apr 2018
    Location
    EU
    Posts
    2,091
    Thanks Thanks Given 
    100
    Thanks Thanks Received 
    978
    Thanked in
    808 Posts

    Default

    O5................
    If i helped you with your problem, please press the Thanks button.

    Ask your questions in the forum, no response on private messages.

  17. The Following User Says Thank You to Diagcar1 For This Useful Post:

    kamburow (11th April, 2023)

  18. #13
    Newbie
    Join Date
    Apr 2023
    Posts
    19
    Thanks Thanks Given 
    12
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts

    Default

    Quote Originally Posted by Diagcar1 View Post
    O5
    Tried it, found calcs online, but it requires the Orange5 programmer, so I'm screwed up. Anyways, thanks for the info.

  19. #14
    DK Veteran

    Join Date
    Apr 2018
    Location
    EU
    Posts
    2,091
    Thanks Thanks Given 
    100
    Thanks Thanks Received 
    978
    Thanked in
    808 Posts

    Default

    Whats the problem, use tachosoft or NYO or just post your file here like half the world das.
    Or use Windows calculator for this one.
    Last edited by Diagcar1; 11th April, 2023 at 09:22 PM.
    If i helped you with your problem, please press the Thanks button.

    Ask your questions in the forum, no response on private messages.

  20. #15
    V.I.P. Member
    jomberykaso's Avatar
    Join Date
    Sep 2013
    Location
    En algun lugar de Chile
    Posts
    12,384
    Thanks Thanks Given 
    2,826
    Thanks Thanks Received 
    9,180
    Thanked in
    6,319 Posts

    Default

    -----------------------
    e36.jpg
    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

    ONLINE CAR FILE EDITION SERVICE

    SERVICIOS DE EDICION DE ARCHIVOS AUTOMOTRICES

 

 
Page 1 of 2 12 LastLast

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
This website uses cookies
We use cookies to store session information to facilitate remembering your login information, to allow you to save website preferences, to personalise content and ads, to provide social media features and to analyse our traffic. We also share information about your use of our site with our social media, advertising and analytics partners.