View Single Post
      10-08-2018, 01:41 PM   #1
kusupito
kusupito
Japan
4
Rep
3
Posts

Drives: 118i Style of 2015
Join Date: Sep 2018
Location: Japan

iTrader: (0)

[Coding] HID fog lights as "Cornering Lights" are flashing.

Hi, everyone.

The fog lights of My 118i (F20 LCI) has been atached HID instead of halogen. And I coded "Welcome Lights" and "Cornering Lights" (front fog lights).

Quote:
■ FEM_BODY
C_CLC_ENA = F020_Enable
C_BLC_ENA = F020_Enable
KL_ENABLE_LI = KL_Ein
KL_ENABLE_RE = KL_Ein
MAPPING_abbiegel_L_output = nsw_l
MAPPING_abbiegel_R_output = nsw_r
MAPPING_NEBELSCHW_L_PART_OF_WL = hard_on /* only Welcome Lights */
MAPPING_NEBELSCHW_R_PART_OF_WL = hard_on /* only Welcome Lights */
When trying to turn on Welcome Lights, they are on normally. But when trying to turn on Cornering Lights, they are flashing (flicker) and they are on or off after it.
*Welcome Lights (fog lights) set to "soft_on" are flashing (flicker) and turn on or off like Cornering Lights.

I guess my HID fog lights set "soft_on" will not work and be flashing (flicker).

Would you tell me Where can I set Cornering Lights to "hard_on"?

Last edited by kusupito; 10-08-2018 at 01:44 PM.. Reason: My English was wrong.
Appreciate 0