Awesome Derek! Glad its up and working.
If i send you a word version of the coding doc would you be able to take the time to add the relevant changes ?
Thanks! It's a big process. I can definitely help with changes. Google Docs works well for collaboration if you are OK with that? Happy to help with Word. I believe the last steps we need in the guide is the discussion about the SPA (gear indicator) settings, Motorsport setting and HSA (start assist). Add a blurb about resetting modules (such as this guide from @LMB335is ).
For my last struggle with this retrofit, I am trying to figure out how to reset transmission adaptations. My DCT is not happy in the least and is struggling to upshift. This is expected, but I can't figure out how to change adaptations.
I've tried:
Code:
Put key in car
Turn on electronics (Mode 15) with cluster activated but car NOT started
Hold accelerator for 30 seconds
I also saw talk of using Tool32 to reset:
http://www.e90post.com/forums/showpost.php?p=19184537&postcount=4
"You can reset the GS40 adaptation values with Tool32. (C:\EDIABAS\ECU\DKG_90.PRG):"
Code:
<JOB>
<JOBNAME>STEUERN_ADAPTION_ZURUECKSETZEN</JOBNAME>
<JOBCOMMENT></JOBCOMMENT>
<JOBCOMMENT>Adaptionswerte Zurücksetzen</JOBCOMMENT>
<JOBCOMMENT>( Service ID 0x30, Identifier 0x04 )</JOBCOMMENT>
<JOBCOMMENT>Voraussetzung für ordnungsgemäße Funktion ist, dass</JOBCOMMENT>
<JOBCOMMENT>man in Anschluss die Zündung abschaltet und den</JOBCOMMENT>
<JOBCOMMENT>Steuergeräte-Abfall abwartet, damit die Defaultwerte</JOBCOMMENT>
<JOBCOMMENT>im NVRAM abgespeichert werden.</JOBCOMMENT>
<ARG>
<ARGNAME>ADAPTIONSWERT</ARGNAME>
<ARGTYPE>int</ARGTYPE>
<ARGCOMMENT>Eingebe des Hexwertes</ARGCOMMENT>
<ARGCOMMENT>0xA0 = Adaptionswerte Kisspoint K1</ARGCOMMENT>
<ARGCOMMENT>0xA1 = Adaptionswerte Kisspoint K2</ARGCOMMENT>
<ARGCOMMENT>0xA2 = Adaptionswerte Kupplungsmomentenkennlinie K1</ARGCOMMENT>
<ARGCOMMENT>0xA3 = Adaptionswerte Kupplungsmomentenkennlinie K2</ARGCOMMENT>
<ARGCOMMENT>0xB1 = Adaptionswerte für DRM</ARGCOMMENT>
<ARGCOMMENT>0xB2 = Adaptionswerte des Semischlupfs für Gänge 1-7</ARGCOMMENT>
</ARG>
There is also the ISTA/D method (I don't have this on my VM, unfortunately):
Any thoughts?