View Single Post
      07-20-2022, 03:11 AM   #43
SDriver18i
Private First Class
SDriver18i's Avatar
No_Country
80
Rep
139
Posts

Drives: BMW X1 s18i 2019
Join Date: May 2019
Location: *

iTrader: (0)

Quote:
Originally Posted by Renan View Post
Can you help me activate the brakes, only the bars are blinking,
What function was coded
I don't remember which codes do what but try these, this is all I found in my notes:
+Remember, with the bars code there's a high chance of failure of the LED module.



FOG as brakes:

BDC_BODY
3065 LceLampMapping4:

MAPPING_BREMSL_2_L_OUTPUT = nsl_l
MAPPING_BREMSL_2_R_OUTPUT = nsl_r

OTHER CODES

Enable rear daylight

++ Daylight left tail light


BDC_BODY> 3064 LceLampMapping3, F7>
MAPPING_TAGFAHRL_1_H_L_OUTPUT = sl_l = 14 (initial state: off = 00)
OPTIONS (sl_l = 14, nsl_l = 1C, bfd_l = 1A, off = 00)

++ Daylight right outtail light

BDC_BODY> 3064 LceLampMapping3, F7>
MAPPING_TAGFAHRL_1_H_R_OUTPUT = sl_r = 15 (initial state: off = 00)
OPTIONS (sl_r = 15, nsl_r = 1D, bfd_r = 1B, off = 00)

++ Daylight left inner tail light

BDC_BODY> 3065 LceLampMapping4, ED>
MAPPING_TAGFAHRL_2_H_L_OUTPUT = sl_2_l = 16 (initial state: off = 00)
OPTIONS (bl_l = 18, sl_2_l = 16, off = 00)

++ Daylight right inner tail light

BDC_BODY> 3065 LceLampMapping4, ED>
MAPPING_TAGFAHRL_2_H_R_OUTPUT = sl_2_r = 17 (Initial state: off = 00)
OPTIONS (bl_r = 19, sl_2_r = 17, off = 00)

+

Turn signal of rear daylight

++ Daylight left tail light


BDC_BODY> 3065 LceLampMapping4, ED>
MAPPING_UNIVERSAL_5_OUTPUT = UNKNOWN = 14 (Initial state: off = 00)
MAPPING_UNIVERSAL_5_FUNCTION = UNKNOWN = 06 (Initial state: off = 00)
MAPPING_UNIVERSAL_5_PRIORITY = UNKNOWN = 00 (Initial state: priority_3 = 03)
MAPPING_UNIVERSAL_5_PWM_1 = 100% = 64 (Initial state: 0V = 00)
MAPPING_UNIVERSAL_5_FIXED_PWM = fixed = 01 (Initial state: do not touch)
MAPPING_UNIVERSAL_5_ DIMMED = not_active = 00 (Initial state: do not touch)

++ Daylight right outtail light

BDC_BODY> 3065 LceLampMapping4, ED>
MAPPING_UNIVERSAL_6_OUTPUT = UNKNOWN = 15 (Initial state: off = 00)
MAPPING_UNIVERSAL_6_FUNCTION = UNKNOWN = 07 (Initial state: off = 00)
MAPPING_UNIVERSAL_6_PRIORITY = UNKNOWN = 00 (Initial state: priority_3 = 03)
MAPPING_UNIVERSAL_6_PWM_1 = 100% = 64 (Initial state: 0V = 00)
MAPPING_UNIVERSAL_6_FIXED_PWM = fixed = 01 (Initial state: do not touch)
MAPPING_UNIVERSAL_6_ DIMMED = not_active = 00 (Initial state: do not touch)

++ Daylight left inner tail light

BDC_BODY> 3065 LceLampMapping4, ED>
MAPPING_UNIVERSAL_3_OUTPUT = sl_2_l = 16 (initial state: off = 00)
MAPPING_UNIVERSAL_3_PART_OF = off = 00 (Initial state: WLH_FMH_RL = B0)
MAPPING_UNIVERSAL_3_FUNCTION = blinken_l = 06 (Initial state: off = 00)
MAPPING_UNIVERSAL_3_PRIORITY = UNKNOWN = 00 (Initial state: priority_1 = 01)
MAPPING_UNIVERSAL_3_PWM_1 = 100% = 64 (Initial state: 0V = 00)
MAPPING_UNIVERSAL_3_FIXED_PWM = fixed = 01 (Initial state: do not touch)
MAPPING_UNIVERSAL_3_ DIMMED = not_active = 00 (Initial state: do not touch)

++ Daylight right inner tail light

BDC_BODY> 3065 LceLampMapping4, ED>
MAPPING_UNIVERSAL_4_OUTPUT = sl_2_r = 17 (Initial state: off = 00)
MAPPING_UNIVERSAL_4_PART_OF = off = 00 (Initial state: WLH_FMH_RL = B0)
MAPPING_UNIVERSAL_4_FUNCTION = blinken_r = 07 (initial state: off = 00)
MAPPING_UNIVERSAL_4_PRIORITY = UNKNOWN = 00 (Initial state: priority_1 = 01)
MAPPING_UNIVERSAL_4_PWM_1 = 100% = 64 (Initial state: 0V = 00)
MAPPING_UNIVERSAL_4_FIXED_PWM = fixed = 01 (Initial state: do not touch)
MAPPING_UNIVERSAL_4_ DIMMED = not_active = 00 (Initial state: do not touch)

Last edited by SDriver18i; 07-20-2022 at 03:20 AM..
Appreciate 0