View Single Post
      03-19-2020, 02:33 PM   #225
x1noob
New Member
3
Rep
15
Posts

Drives: 2020 X5
Join Date: Mar 2020
Location: Pennsylvania

iTrader: (0)

Quote:
Originally Posted by Neworgri View Post
An update on how to activate Fog lights with Welcome Lights with Bimmercode in the F48.

A quick reminder that this will turn on your fogs lights everytime you turn on your high beams!
That's the only way you're gonna get the fog lights to work with the welcome lights.


Bimmercode > BDC OR FEM > ExpertMode > LCELampMapping

Change the following:

MAPPING_SIDEMARKER_L_FUNCTION = 05 (High Beam)
MAPPING_SIDEMARKER_L_OUTPUT = 0B (Fog Lamp L)
MAPPING_SIDEMARKER_L_PWM_LEVEL_STANDARD = 89 (13.7V)
MAPPING_SIDEMARKER_L_FIXED_PWM = 00 (pwm)
MAPPING_SIDEMARKER_L_PRIORITY = 03 (bottom priority)
MAPPING_SIDEMARKER_R_FUNCTION = 05 (High Beam)
MAPPING_SIDEMARKER_R_OUTPUT = 0C (Fog Lamp R)
MAPPING_SIDEMARKER_R_PWM_LEVEL_STANDARD = 89 (13.7V)
MAPPING_SIDEMARKER_R_FIXED_PWM = 00 (pwm)
MAPPING_SIDEMARKER_R_PRIORITY = 03 (bottom priority)

Example:

I tried this code on my 2016 f48 without success. I installed LED foglights and the lights themselves are working fine. I coded out lamp error using bimmercode however I am unable to have the foglights turn on with welcome lights using the above code. Anyone else successful with this?
Appreciate 0