Page 40 of 40 FirstFirst ... 153031323334353637383940
Results 976 to 980 of 980

Thread: E46 Can bus project.

  1. #976
    Join Date
    Feb 2020
    Location
    Berks
    Posts
    10
    My Cars
    E46 330
    I've given up on interfacing new-er ACC with KCAN cars, but I forgot the original E38 didn't have KCAN - unlike the E46 peasants, E39/E38 got IBUS.
    The (High) KOMBI/IKE seems to be the central IBUS gateway, and is also one of the key controllers of the ACC.

    Would anyone know how feasible a KBUS->IBUS conversion is on an E46? Assuming KOMBI, GM, likely LCM need to be swapped? Is message structure the same on IBUS and KBUS?
    Last edited by 4004; 01-16-2023 at 12:45 PM.

  2. #977
    Join Date
    Feb 2020
    Location
    Berks
    Posts
    10
    My Cars
    E46 330
    To answer part of my own question above, the message structure is indeed the same, and bus specs are the same.
    The key issue is the different master/slave module allocation between KBUS and IBUS, so having an IBUS IKE (that is a master on its bus) and a KBUS LCM (which is a master on the KBUS) seems like it would not work

  3. #978
    Join Date
    Mar 2016
    Location
    GER
    Posts
    45
    My Cars
    F31-325 E30-330 E31-850
    Hi,

    can someone send me a CAN log with an auto gearbox? I want to understand the message 0x43F.
    I can already dispay the gear with Byte1

    //Current Gear Display Information Byte1
    //0 = Clear Screen
    //1 = 1st Gear
    //2 = 2nd Gear
    //3 = 3rd Gear
    //4 = 4th Gear
    //5 = Auto / D
    //6 = Neutral
    //7 = Reverse
    //9 = 5th Gear
    //10 = 6th Gear

    But I am missing the "S" or "M" and I don't know where it is hidden... My guess is from this page: https://www.ms4x.net/index.php?title..._ID_0x43F_EGS1
    it must be in Byte2.
    But yeah, i tried different values.. nothing worked..

  4. #979
    Join Date
    Mar 2016
    Location
    GER
    Posts
    45
    My Cars
    F31-325 E30-330 E31-850
    okay sorry, I have found it.
    0x43F
    Byte2 = 0x20 = "M"
    Byte2 = 0x40 = "S"

  5. #980
    Join Date
    Feb 2012
    Location
    Korntal-Münchingen
    Posts
    21
    My Cars
    1991 850Ci, 2006 760Li
    Hi guys,

    I've buyed a E46 M3 instrument cluster and playing around with it. The cluster is from an UK M3, with mph / kmh speedo.

    The oil temp, water temp, rpm gauges are okay and show appropriate values. But, the speedo shows nothing.

    The Speedo-signal (BMW call them V1) definition is like this:
    • length: 13 bits
    • factor: 0.0625
    • offset: 0
    • byte order: intel
    • value type: unsigned


    And the layout of my ASC-message (0x153) looks like this:

    0x153.jpg

    Any ideas?

    Many thanks!
    Regards,
    Heinrich

Page 40 of 40 FirstFirst ... 153031323334353637383940

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •