View Single Post
      06-01-2018, 06:27 AM   #39
XC007
New Member
0
Rep
8
Posts

Drives: 320D F31
Join Date: Aug 2014
Location: PORTO - PORTUGAL

iTrader: (0)

Quote:
Originally Posted by enes28 View Post
Hello everyone.
I have a queiston with fog lights and high beams.

How can we do that in F30; when turn on high beams, fog lights are on like a below video

Do this:

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)
Appreciate 0