View Single Post
      01-12-2013, 03:58 AM   #2
demge01
Private First Class
demge01's Avatar
8
Rep
145
Posts

Drives: F30 320ed
Join Date: May 2012
Location: United Kingdom

iTrader: (0)

Garage List
Quote:
Originally Posted by Aritaurus View Post
I can't seem to get my inner tail lights to come on as DRL and I have made the following changes:

REM 01 LceLampMapping1 MAPPING TAGFAHRL H L OUTPUT from off to s1_1
REM 01 LceLampMapping1 MAPPING TAGFAHRL H R OUTPUT from off to ls_r

MAPPING UNIVERSAL 6 OUTPUT s1_2_l
MAPPING UNIVERSAL 7 OUTPUT sl_2_r

Anyone have any ideas? I got these directly off the cheatsheet.
There are two ways of doing it.

Mine did this after the dealer update and I was able to get them to light up again by changing the PWM levels as for some reason after the update they are switched off.
MAPPING_UNIVERSAL_6_PWM_LEVEL_1 (change to werte 64 this is 100%)
MAPPING_UNIVERSAL_7_PWM_LEVEL_1 (change to werte 64 this is 100%)

Also reported working by doing this:

MAPPING_TAGFAHRL_H2_L_OUTPUT (sl_2_l)
MAPPING_TAGFAHRL_H2_R_OUTPUT (sl_2_r)
Appreciate 0