Some coding assistance?

101duck

Specialist
Nov 5, 2016
60
86
0
Straya
Hey guys! Wondering if anyone knows what I need to change to disable the cornering lights in the E90. It's a 2007 if it makes any difference, keep getting the cornering lights failed error and it's moderately bugging me!
 
Nov 14, 2016
655
262
0
North Wilkesboro
Now there is a difference between disabling them to where the ECU wont generate error codes from them (essentially disabling them) and telling them not to cut on.

The difference being:
Telling them not to cut on will be a lot simpler and anyone should be able to code that with minimal experience
Disabling them all together will require a more in-depth coding experience.
 

101duck

Specialist
Nov 5, 2016
60
86
0
Straya
Now there is a difference between disabling them to where the ECU wont generate error codes from them (essentially disabling them) and telling them not to cut on.

The difference being:
Telling them not to cut on will be a lot simpler and anyone should be able to code that with minimal experience
Disabling them all together will require a more in-depth coding experience.


I don't really care which one I do, I just want that damn warning light to go away from my cluster lol.
 

101duck

Specialist
Nov 5, 2016
60
86
0
Straya
Duck, do you know how to get your .trc file?

I do mate, I made the powerglide swap in my car work perfectly with no transmission warnings what so ever. I turned off what I thought was the headlights. but apparently I did not. Was hoping someone could just point me to which ones I need to turn off as that makes it easier than scrolling through lines and lines of stupid german to find it haha.

My car is finally back in the shed coz it shit the water pump so I'll swap that out and do the coding for the LCI boot swap and try find the headlight problem at the same time.

any direction would be appreciated :)
 

R.G.

Lieutenant
Nov 17, 2016
668
326
0
Henderson, NV
Ride
E92 335, F10 M5
EDIT: FOR WARNING LIGHT ONLY
Find POL or SL V L / SL V R or CORNER
KALT (kaltueberwachung) and WARM (warmueberwachung) and change to nicht_activ

f doesn't resolve let me know

For deleting the light from turning on, these are the lines:


WL POL - Change to nicht_active
WL POL 3R- Change to " "
SL V PO RL FKT - Change to " "
SL BL ERS DEF RL - Change to " "


PWM SL V BEI AL - Change to wert_04
PWM SL V BEI FL - Change to wert_04
PWM CORNERLIGHT - Change to wert_02
 
Last edited: