View Single Post
      12-29-2019, 08:01 PM   #96
Souheil
Registered
Canada
0
Rep
3
Posts

Drives: 2013 BMW 320i Xdrive
Join Date: Mar 2019
Location: Canada

iTrader: (0)

Quote:
Originally Posted by SalpacinoBMW View Post
So with some help from Mwahab (thank you) and some messing around with the settings, i finally figured out how to get this to work with the Automatic and all light settings (Automatic, Off, Parking Lights, Headlamps). Looks like i just needed to set the priority fields. Below is the complete coding needed to get the Rear Light Bars Remapped For Turn Signals and turn off the actual rear corner orange turn signals.


REAR LIGHT BARS REMAPPED FOR TURN SIGNALS

MAPPING_TAGFAHRL_H2_L_OUTPUT > sl_2_l
MAPPING_TAGFAHRL_H2_L_FUNCTION > werte 06
MAPPING_TAGFAHRL_H2_L_PRIORITY > Priority 1

MAPPING_TAGFAHRL_H2_R_OUTPUT > sl_2_r
MAPPING_TAGFAHRL_H2_R_FUNCTION > werte 07
MAPPING_TAGFAHRL_H2_R_PRIORITY > Priority 1
--
MAPPING_TAGFAHRL_H_L_OUTPUT > sl_l
MAPPING_TAGFAHRL_H_L_FUNCTION > werte 06
MAPPING_TAGFAHRL_H_L_PRIORITY > Priority 1

MAPPING_TAGFAHRL_H_R_OUTPUT > sl-r
MAPPING_TAGFAHRL_H_R_FUNCTION > werte 07
MAPPING_TAGFAHRL_H_R_PRIORITY > Priority 1
--
MAPPING_STANDL_H1_L_PRIORITY > Priority 3
MAPPING_STANDL_H1_R_PRIORITY > Priority 3
--
MAPPING_STANDL_H2_L_PRIORITY > Priority 4
MAPPING_STANDL_H2_R_PRIORITY > Priority 4
--
Turn off L/R Rear Orange Turn signal
MAPPING_BLINKER_H_L_PWM_LEVEL_1 > 00
MAPPING_BLINKER_H_L_PWM_LEVEL_r > 00
LAST CODE IS AN ERROR. LAST CODE SHOULD BE “MAPPING_BLINKER_H_R_PWM_LEVEL_1>00”
“_H_R_” instead of “_H_L_” and “LEVEL_1” instead of “LEVEL_r”
Appreciate 0