Coding for daytime running lights

Daytime running lights (DRLs) are a requirement. My e86 was built for Italy, so it does not have them enabled as standard. After some faffing around, I settled on the LSZ (lighting) ECU codings below.

TAGFAHRLICHT_ECE = aktiv (without this, if you turn off ignition with the main beams on, the daytime running lights will stay on, like parking lights, and the car will beep at you; if you want them off, you have to switch the light control to off position, which is annoying)

GED_FL_ALS_DRL = aktiv (halos as front DRLs)

FL_DRL_MIT_RL = aktiv (rear lights as DRLs)

DRL_DIMMUNG = wert_04 (how bright; option are wert_01 to wert_04, latter being brightest)

Also, tried to find a way to code KMB to enable digital speedo and show the actual, uncorrected speed, like I did on my e91, but looks like neither of these is possible on non-M Z4:(
 
ionofchios said:
Also, tried to find a way to code KMB to enable digital speedo and show the actual, uncorrected speed, like I did on my e91, but looks like neither of these is possible on non-M Z4:(

digital speed not possible on e85/6
 
ionofchios said:
Here in Finland, daytime running lights (DRLs) are a requirement. My e86 was built for Italy, so it does not have them enabled as standard. After some faffing around, I settled on the LSZ (lighting) ECU codings below.

TAGFAHRLICHT_ECE = aktiv (without this, if you turn off ignition with the main beams on, the daytime running lights will stay on, like parking lights, and the car will beep at you; if you want them off, you have to switch the light control to off position, which is annoying)

GED_FL_ALS_DRL = aktiv (halos as front DRLs)

FL_DRL_MIT_RL = aktiv (rear lights as DRLs)

DRL_DIMMUNG = wert_04 (how bright; option are wert_01 to wert_04, latter being brightest)

Also, tried to find a way to code KMB to enable digital speedo and show the actual, uncorrected speed, like I did on my e91, but looks like neither of these is possible on non-M Z4:(

Good info :thumbsup: I shall print it and keep a copy for future reference.
 
Rear lights needed in Norway?

GED_FL_ALS_DRL is dimmed main beam as DRL which I assume gives the Halos on Xenon.

TAGFAHRLICHT_ECE should enable AUTO headlights to remain on all the time, or disable the warning when the headlamps are left in the ON position. I think if they are left in the AUTO position that only the lights come on, rears and instrument lighting would still be subject to the sensor and only come on at night. If ON leaves everything on then it seems this is designed to just leave the lights in AUTO only.

It is also possible to have front sidelights as DRL, not sure the effect on Xenons.
 
Scooba_Steve said:
Rear lights needed in Norway?

GED_FL_ALS_DRL is dimmed main beam as DRL which I assume gives the Halos on Xenon.

TAGFAHRLICHT_ECE should enable AUTO headlights to remain on all the time, or disable the warning when the headlamps are left in the ON position. I think if they are left in the AUTO position that only the lights come on, rears and instrument lighting would still be subject to the sensor and only come on at night. If ON leaves everything on then it seems this is designed to just leave the lights in AUTO only.

It is also possible to have front sidelights as DRL, not sure the effect on Xenons.

Interesting. Mine does not have auto lights, and the effect of TAGFAHRLICHT is as I described. With TAG... inactive, If I have light control in the on position and turn off ignition, it leaves DRLs on and beeps, but main beam is off. If TAGFAHRLICHT is activ, it turns all lights off when ignition is off.

Yes, I think GED... is main beam as DRLs, but as wiring is different for Xenons, it enables the halos.
 
Scooba_Steve said:
I think that's the sensor for auto headlights, I assume it's not active for your car?

Yes, not active, and seems to do nothing when enabled. Yes, sounds like something this do with sensor, based on Google Translate.
 
ionofchios said:
Interesting. Mine does not have auto lights, and the effect of TAGFAHRLICHT is as I described. With TAG... inactive, If I have light control in the on position and turn off ignition, it leaves DRLs on and beeps, but main beam is off. If TAGFAHRLICHT is activ, it turns all lights off when ignition is off.

Yes, I think GED... is main beam as DRLs, but as wiring is different for Xenons, it enables the halos.

Hello, I coded TAGFAHRLICHT_ECE on Aktiv, and when I have light control in the on position and switch off the engine, the lights are turned off, which is good. The problem is that when I do this, the car beeps once, does it do the same to you?

I'm sure it's because of this, as when I put the lights in the off position and take off the key, it does not beep, but it does it if I leave it in with the lights on...

Edit: it just happens to me if I have the door opened, if it's closed it does not beep. Does your car beep if the door's open?
 
Limonge said:
ionofchios said:
Interesting. Mine does not have auto lights, and the effect of TAGFAHRLICHT is as I described. With TAG... inactive, If I have light control in the on position and turn off ignition, it leaves DRLs on and beeps, but main beam is off. If TAGFAHRLICHT is activ, it turns all lights off when ignition is off.

Yes, I think GED... is main beam as DRLs, but as wiring is different for Xenons, it enables the halos.

Hello, I coded TAGFAHRLICHT_ECE on Aktiv, and when I have light control in the on position and switch off the engine, the lights are turned off, which is good. The problem is that when I do this, the car beeps once, does it do the same to you?

I'm sure it's because of this, as when I put the lights in the off position and take off the key, it does not beep, but it does it if I leave it in with the lights on...

It’s been a while since I mucked with this, but I guess mine works as I posted earlier - TAGFAH... has to be active, else it will beep.
 
Back
Top Bottom