View Single Post
      05-26-2019, 09:12 AM   #2
MJE60
Captain
MJE60's Avatar
England
678
Rep
910
Posts

Drives: BMW G01 xDrive M Sport
Join Date: Jan 2019
Location: Dorset, UK

iTrader: (0)

Quote:
Originally Posted by Neworgri View Post
So, I found this video. Thought it was cool.



I tried it but it doesn't really work properly on the X1. Can anyone familiar with the functions of the codes tell me how to debug this and make this work on the X1? It triggers both rear lights when I use it.

I also have a few things coded, lights wise I have hyperblink. I don't know if these would interact or not.

This is the code he posted:

MAPPING_TAGFAHRL_H2_L_OUTPUT - sl_2_l
MAPPING_TAGFAHRL_H2_L_FUNCTION - Value 0x06
MAPPING_TAGFAHRL_H2_L_PRIORITY - Priority 1

MAPPING_TAGFAHRL_H2_R_OUTPUT - sl_2_r
MAPPING_TAGFAHRL_H2_R_FUNCTION - Value 0x07
MAPPING_TAGFAHRL_H2_R_PRIORITY - Priority 1
--
MAPPING_TAGFAHRL_H_L_OUTPUT - sl_l
MAPPING_TAGFAHRL_H_L_FUNCTION - Value 0x06
MAPPING_TAGFAHRL_H_L_PRIORITY - Priority 1

MAPPING_TAGFAHRL_H_R_OUTPUT - sl-r
MAPPING_TAGFAHRL_H_R_FUNCTION - Value 0x06
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
--
If you also want to disable the orange signal light and only use rear lights for signal, complete the following.

MAPPING_BLINKER_H_L_PWM_LEVEL_1 - 00
MAPPING_BLINKER_H_L_PWM_LEVEL_r - 00
The first thing you need to be aware of is that the layout of rear light clusters on the F48 varies between markets (I.e brake light, indicator light, whether led or not). In brief bulbs/led can be in different position). There are also different regulations, for example flashing brake light when doing high speed emergency braking is not permitted in the US but is std in EU (can be coded). Using coding for a different model in a different market will often not give the results you expect.
Appreciate 1
X1604M55.50