Results 1 to 4 of 4

Thread: Max mode - binary for trans shift modes

  1. #1
    Advanced Tuner
    Join Date
    Nov 2017
    Posts
    815

    Max mode - binary for trans shift modes

    Regarding: [TCM] 45078 - Trans Max Mode Allowed Trans Shift Modes: This value is bitwise anded with the current trans shift mode, if the resulting value is not zero, max mode is allowed.

    To figure out if this is enabled, I would need to know the numerical names of the trans shift modes.

    How can I find that out?

    Am I overlooking something obvious?

  2. #2
    Advanced Tuner
    Join Date
    Nov 2017
    Posts
    815
    I was overlooking something.

    There are 2 trans shift mode channels. One is decimal, the other is the mode name - eco, normal, sport, track.

    Then it's a simple matter of converting decimal to binary.

  3. #3
    Quote Originally Posted by spoolboy View Post
    I was overlooking something.

    There are 2 trans shift mode channels. One is decimal, the other is the mode name - eco, normal, sport, track.

    Then it's a simple matter of converting decimal to binary.
    Sorry for reviving zombie thread, so if i put 255 as long as the shift mode value is not 0 then max mode should be allowed correct?

  4. #4
    Quote Originally Posted by spoolboy View Post
    I was overlooking something.

    There are 2 trans shift mode channels. One is decimal, the other is the mode name - eco, normal, sport, track.

    Then it's a simple matter of converting decimal to binary.
    ok logged, with the 8hp55 only values are 0, 1, 2 for Drive, Sport, Manual respectively so that was easy.