View Single Post
      07-29-2018, 11:49 AM   #66
expl0de
Private
20
Rep
65
Posts

Drives: BMW f30 320d and e92 320i
Join Date: Aug 2014
Location: Bulgaria

iTrader: (0)

Hi, I did retrofit OEM LCI led fog lights and was doing some research for the coding. I don't have esys and use bimmercode instead, so I can't code VO for led fog lights.

When looking at the coding for other factory led's in the car (like halo's, rear led strips, third brake light and mirror turn signal), they have some identical coding, that differ from the coding of halogen bulbs.
I think the right coding for factory led fog's should be:

3061 NSW_R_CCM -> vor 7/12 or ab7/12. Mine is set to (before)vor 7/12(month/year) and I think it should be (after)ab 7/12
3061 NSW_R_KALTUEBERWACHUNG -> nicht_aktiv
3061 NSW_R_WARMUEBERWACHUNG -> nicht_aktiv
3061 NSW_R_IS_LED -> aktiv
3061 NSW_R_UE_SPG_SCHUTZ -> nicht aktiv - all current leds are set to nicht aktiv and all incandescent to aktiv. So change to nicht aktiv
3062 MAPPING_ABBIEGEL_R_PWM_LEVEL_1 -> 100%
3062 MAPPING_ABBIEGEL_R_FIXED_PWM -> fixed - all current leds are set to fixed and all incandescent to pwm. So change to fixed
3063 MAPPING_NEBELSCHW_R_PWM_LEVEL_1 -> 100%
3063 MAPPING_NEBELSCHW_R_FIXED_PWM ->fixed - all current leds are set to fixed and all incandescent to pwm. So change to fixed


*
3061 NSW_L_CCM -> vor 7/12 or ab 7/12. Mine is set to (before)vor 7/12(month/year) and I think it should be (after)ab 7/12
3061 NSW_L_KALTUEBERWACHUNG -> nicht_aktiv
3061 NSW_L_WARMUEBERWACHUNG -> nicht_aktiv
3061 NSW_L_IS_LED -> aktiv
3061 NSW_L_UE_SPG_SCHUTZ -> nicht aktiv -- all current leds are set to nicht activ and all incandescent to aktiv. So change to nicht aktiv
3062 MAPPING_ABBIEGEL_L_PWM_LEVEL_1 -> 100%
3062 MAPPING_ABBIEGEL_L_FIXED_PWM -> fixed - all current leds are set to fixed and all incandescent to pwm. So change to fixed
3063 MAPPING_NEBELSCHW_L_PWM_LEVEL_1 -> 100%
3063 MAPPING_NEBELSCHW_L_FIXED_PWM ->fixed - all current leds are set to fixed and all incandescent to pwm. So change to fixed

kurzschluss - don't change default value (aktiv).
dualsp - don't change default value (nicht aktiv).
Appreciate 0