View Single Post
      06-09-2018, 05:32 AM   #13488
frail
Registered
0
Rep
1
Posts

Drives: BMW 328i F30
Join Date: Apr 2018
Location: Tambov

iTrader: (0)

Hi everyone, please help to understand right order of coding "angel eyes". F30 328i with xenon. What I have:
“A” – depends on light conditions: day – "angel eyes" as DRL front, bright; night - "angel eyes" as parking lights front and back, dimmed.
“0” - "angel eyes" as DRL front, bright
“parking lights” - "angel eyes" as parking lights front and back, dimmed.
“low beam” - "angel eyes" as parking lights front and back, dimmed plus low beam xenon lights
What I want:
“A” – depends on light conditions: day – "angel eyes" as DRL front; bright, night - "angel eyes" as parking lights front and back, but bright as DRL.
“0” - "angel eyes" as DRL front, bright (with option to turn it off in i-drive to no lights at all)
“low beam” - "angel eyes" as parking lights front and back, bright as DRL plus low beam xenon lights
Simply saying I want "angel eyes" bright with my low and hi beam in “A” and “low beam” mode. And if it’s possible have option to turn any lights off in “0” mode. I don’t want "angel eyes" in parking lights mode bright as DRL.
What I found:
VO Coding:
• Option 8TM = (Front Only) Day Running Lights
• Option 8TN = (Front) DRL's with IDrive Toggle
• Option 8TL = Front & Rear DRL's
FDL Coding (DRL_MODUS):
• nicht_aktiv = 00 (DRL disabled)
• drl_h = 01 (via highbeam, halogen U.S. without lights)
• drl_l = 02 (via low beam)
• drl_s = 03 (front & rear; U.S. Xenon/LED (rings + bottom))
• tfl_s = 04 (front & rear; ECE Xenon/LED (rings + bottom))
• tfl_ece = 05 (North Country Comfort)
• drl_s_ohne_sl = 06 (US; ohne = without, SL = taillight)
• tfl_s_ohne_sl = 07 (ECE; ohne = without, SL = taillight)
FEM_BODY 3062 MAPPING_STANDL_V_L_PWM_LEVEL_1
FEM_BODY 3062 MAPPING_STANDL_V_R_PWM_LEVEL_1
If I get it right, I need to VO code 8TN instead 8TM (which blocks I need to code with this option)? How I should FDL code DRL_MODUS and FEM_BODY 3062 MAPPING_STANDL_V_L_PWM_LEVEL_1. And last one, is it possible to code rear fog lights on in reverse?
Appreciate 0