F30POST
F30POST
2012-2015 BMW 3-Series and 4-Series Forum
BMW Garage BMW Meets Register Search Today's Posts Mark Forums Read
BMW 3-Series and 4-Series Forum (F30 / F32) | F30POST > Technical Forums > F30 DIYs and Coding Discussions > F30 Welcome Light
GetBMWParts
Post Reply
 
Thread Tools Search this Thread
      06-10-2015, 02:28 AM   #1
bryan06
Enlisted Member
bryan06's Avatar
25
Rep
40
Posts

Drives: BMW F30
Join Date: Feb 2015
Location: BG

iTrader: (0)

F30 Welcome Light

Hi,

I have coded fog lights for welcome like following,

FEM_BODY 3063 MAPPING_NEBELSCHW_L_PART_OF_WL, Soft_On
FEM_BODY 3063 MAPPING_NEBELSCHW_R_PART_OF_WL, Soft_On

it's working.

Also I want to open front left/right turn signals and Left/Rgiht Mirror turn signal at same time for welcome like following.



Actual I had previously it. But this is deleted after CC coding.

I have searched on the internet but I couldn't find the coding.

How can I code turn signals for wlecome?

Thanks in advance
Appreciate 0
      06-10-2015, 05:12 AM   #2
re4ryu
Private
re4ryu's Avatar
United Kingdom
28
Rep
54
Posts

Drives: 320D Efficientdynamics
Join Date: Nov 2013
Location: London

iTrader: (0)

Quote:
Originally Posted by bryan06 View Post
Hi,

I have coded fog lights for welcome like following,

FEM_BODY 3063 MAPPING_NEBELSCHW_L_PART_OF_WL, Soft_On
FEM_BODY 3063 MAPPING_NEBELSCHW_R_PART_OF_WL, Soft_On

it's working.

Also I want to open front left/right turn signals and Left/Rgiht Mirror turn signal at same time for welcome like following.



Actual I had previously it. But this is deleted after CC coding.

I have searched on the internet but I couldn't find the coding.

How can I code turn signals for wlecome?

Thanks in advance
Hi there,

To code in all the turn signals as a part of your welcome lights, code the following:

In FEMBODY:

3062 > mapping_blinken_v_l_part_of_wl > hard_on - (left turn signal)
3063 > mapping_blinken_v_r_part_of_wl > hard_on - (right turn signal)


3062 > mapping_blinken_z_l_part_of_wl > hard_on - (left mirror turn signal)
3062 > mapping_blinken_z_r_part_of_wl > hard_on - (right mirror turn signal)

Note: There is no/little difference between soft_on and hard_on for these two sets of lights, so i have just left them as "hard_on".
Appreciate 1
Mental1.50
      06-10-2015, 06:55 AM   #3
bryan06
Enlisted Member
bryan06's Avatar
25
Rep
40
Posts

Drives: BMW F30
Join Date: Feb 2015
Location: BG

iTrader: (0)

Quote:
Originally Posted by re4ryu View Post
Hi there,

To code in all the turn signals as a part of your welcome lights, code the following:

In FEMBODY:

3062 > mapping_blinken_v_l_part_of_wl > hard_on - (left turn signal)
3063 > mapping_blinken_v_r_part_of_wl > hard_on - (right turn signal)


3062 > mapping_blinken_z_l_part_of_wl > hard_on - (left mirror turn signal)
3062 > mapping_blinken_z_r_part_of_wl > hard_on - (right mirror turn signal)

Note: There is no/little difference between soft_on and hard_on for these two sets of lights, so i have just left them as "hard_on".
Dear re4ryu,

Thank you for help. I will try this evening and inform.

Last edited by bryan06; 06-10-2015 at 08:01 AM..
Appreciate 0
      06-10-2015, 02:13 PM   #4
bryan06
Enlisted Member
bryan06's Avatar
25
Rep
40
Posts

Drives: BMW F30
Join Date: Feb 2015
Location: BG

iTrader: (0)

Quote:
Originally Posted by re4ryu View Post
Hi there,

To code in all the turn signals as a part of your welcome lights, code the following:

In FEMBODY:

3062 > mapping_blinken_v_l_part_of_wl > hard_on - (left turn signal)
3063 > mapping_blinken_v_r_part_of_wl > hard_on - (right turn signal)


3062 > mapping_blinken_z_l_part_of_wl > hard_on - (left mirror turn signal)
3062 > mapping_blinken_z_r_part_of_wl > hard_on - (right mirror turn signal)

Note: There is no/little difference between soft_on and hard_on for these two sets of lights, so i have just left them as "hard_on".
Dear re4ryu,

I have tried which your shared code, it's working.

Thank you again
Appreciate 1
      06-10-2015, 04:53 PM   #5
963mw
BMW Fanatic
963mw's Avatar
United_States
331
Rep
1,076
Posts

Drives: M2
Join Date: Nov 2014
Location: Mexico

iTrader: (0)

Anyone know how to turn on the xenons when unlocking the car? That would be an amazing feature.
__________________
18 BMW M2 | ER DP | ER CP | Wagner Evo 2 Comp Intercooler | Aquamist HFS4 | BM3 | CSF Oil Cooler | AFE Drop-in Filter | Bilstein B16 PSS10
Appreciate 0
      06-10-2015, 05:22 PM   #6
re4ryu
Private
re4ryu's Avatar
United Kingdom
28
Rep
54
Posts

Drives: 320D Efficientdynamics
Join Date: Nov 2013
Location: London

iTrader: (0)

Quote:
Originally Posted by nickhelou View Post
Anyone know how to turn on the xenons when unlocking the car? That would be an amazing feature.
To turn on your xenons with the welcome lights, try coding:

In FEMBODY 3062:

Mapping_abblendl_L_part_of_wl > hard_on
Mapping_abblendl_R_part_of_wl > hard_on

My car has ordinary halogens fitted, but the coding should be similar. Let me know if that works for you! If not, there must be another code to get them to turn on.

EDIT: Forgot to mention that this code turns on my low/dipped beams, so it should work for your xenons too.

Last edited by re4ryu; 06-10-2015 at 05:29 PM..
Appreciate 1
      04-04-2017, 01:05 PM   #7
fortythirtyfive
Major
United Kingdom
622
Rep
1,376
Posts

Drives: 435i MS
Join Date: Sep 2016
Location: North

iTrader: (0)

Quote:
Originally Posted by re4ryu View Post
Hi there,

To code in all the turn signals as a part of your welcome lights, code the following:

In FEMBODY:

3062 > mapping_blinken_v_l_part_of_wl > hard_on - (left turn signal)
3063 > mapping_blinken_v_r_part_of_wl > hard_on - (right turn signal)


3062 > mapping_blinken_z_l_part_of_wl > hard_on - (left mirror turn signal)
3062 > mapping_blinken_z_r_part_of_wl > hard_on - (right mirror turn signal)

Note: There is no/little difference between soft_on and hard_on for these two sets of lights, so i have just left them as "hard_on".
Sorry for reviving a dead horse here, but I coded this today so that I could have my wing mirrors stay orange as a welcome light. Instead they just flash as usual and now my halo's don't light up.. (see video below)

__________________
2015 435i - 401whp
Scorpion catless dp, VRSF 6.5" HD FMIC, MST V2 inlet, NGK 97506, MHD Stage 2+ 102, xHP Stage 3, M Performance Exhaust (modified for valved straight thru)
Appreciate 0
      04-05-2017, 11:58 AM   #8
KGB_123_99
Captain
Canada
404
Rep
962
Posts

Drives: '17 330ix M-Sport, '09 528ix
Join Date: Apr 2014
Location: Montreal, QC

iTrader: (0)

Quote:
Originally Posted by producerlawson View Post
Sorry for reviving a dead horse here, but I coded this today so that I could have my wing mirrors stay orange as a welcome light. Instead they just flash as usual and now my halo's don't light up.. (see video below)

Is your light switch in the Auto position?
Appreciate 0
      04-05-2017, 04:29 PM   #9
fortythirtyfive
Major
United Kingdom
622
Rep
1,376
Posts

Drives: 435i MS
Join Date: Sep 2016
Location: North

iTrader: (0)

Quote:
Originally Posted by KGB_123_99 View Post
Is your light switch in the Auto position?
Headlights? If so yeah

Edit: Ahhh! Went down to my car to double check, the dealer had turned automatic lights off during the service (that day when I coded it). So it's working now.. thanks man!
__________________
2015 435i - 401whp
Scorpion catless dp, VRSF 6.5" HD FMIC, MST V2 inlet, NGK 97506, MHD Stage 2+ 102, xHP Stage 3, M Performance Exhaust (modified for valved straight thru)

Last edited by fortythirtyfive; 04-05-2017 at 05:50 PM..
Appreciate 0
      07-23-2017, 09:07 AM   #10
ViA
ViA
No_Country
2
Rep
20
Posts

Drives: G30, F34, E90
Join Date: Mar 2014
Location: Slovenia

iTrader: (0)

It is possible to have welcome light at light switch in 0 position?
Appreciate 0
      07-27-2017, 03:07 PM   #11
Hypermile
First Lieutenant
Hypermile's Avatar
Canada
50
Rep
308
Posts

Drives: 2017 F31 328d xDrive M-S M-P
Join Date: Jun 2017
Location: Toronto, Ontario

iTrader: (0)

Quote:
Originally Posted by ViA View Post
It is possible to have welcome light at light switch in 0 position?
This?
Appreciate 0
      07-28-2017, 03:27 AM   #12
beanbaguk
Captain
beanbaguk's Avatar
Spain
454
Rep
938
Posts

Drives: BMW G30 520d M-Sport
Join Date: Feb 2015
Location: Costa del Sol

iTrader: (0)

Quote:
Originally Posted by producerlawson View Post
Sorry for reviving a dead horse here, but I coded this today so that I could have my wing mirrors stay orange as a welcome light. Instead they just flash as usual and now my halo's don't light up.. (see video below)

Sorry for hi-jacking the thread but that's an awesome front splitter! Where did you get that from?

ETA....just realised you have an F32....bugger!
__________________
Current car: 2017 BMW G30 520d M-Sport, BMW F46 218d Grand Tourer
Previous cars: 1989 BMW E30 316i, 1998 BMW E36 323i Coupe M Sport, 2009 BMW E87 116d, 2013 BMW F31 320d M-Sport
Appreciate 0
      07-28-2017, 03:08 PM   #13
ViA
ViA
No_Country
2
Rep
20
Posts

Drives: G30, F34, E90
Join Date: Mar 2014
Location: Slovenia

iTrader: (0)

Quote:
Originally Posted by Hypermile View Post
This?
I always drive with the light switch on 0 and not on AUTO. Consequently, my welcome light does not work...

It is possible to code that the welcome light will work?!
Appreciate 0
      12-23-2017, 08:45 AM   #14
CharlieF576
Enlisted Member
CharlieF576's Avatar
United Kingdom
8
Rep
34
Posts

Drives: BMW 335d xDrive M-Sport Shadow
Join Date: Dec 2013
Location: Suffolk

iTrader: (0)

Does anyone know the difference between hard and soft on?
Appreciate 0
      01-08-2018, 03:22 PM   #15
Hypermile
First Lieutenant
Hypermile's Avatar
Canada
50
Rep
308
Posts

Drives: 2017 F31 328d xDrive M-S M-P
Join Date: Jun 2017
Location: Toronto, Ontario

iTrader: (0)

Quote:
Originally Posted by CharlieF576 View Post
Does anyone know the difference between hard and soft on?
Soft ON = Fade ON
Hard ON = No Fade
__________________
2017 F31 328d xDrive
M Sport
M Performance

Appreciate 1
      08-06-2018, 06:44 AM   #16
Driv3r_FR
New Member
Driv3r_FR's Avatar
0
Rep
5
Posts

Drives: 330D Xdrive Touring F31
Join Date: Aug 2018
Location: France

iTrader: (0)

Quote:
Originally Posted by re4ryu View Post
To turn on your xenons with the welcome lights, try coding:

In FEMBODY 3062:

Mapping_abblendl_L_part_of_wl > hard_on
Mapping_abblendl_R_part_of_wl > hard_on

My car has ordinary halogens fitted, but the coding should be similar. Let me know if that works for you! If not, there must be another code to get them to turn on.

EDIT: Forgot to mention that this code turns on my low/dipped beams, so it should work for your xenons too.
Hello

Did you try this on your Xenons ?

Regards
Appreciate 0
      07-03-2019, 07:24 AM   #17
Lans70
Registered
0
Rep
4
Posts

Drives: BMW F20
Join Date: Mar 2019
Location: Bmw

iTrader: (0)

Thx, it works bmw F20 116i 2012!
Appreciate 0
      11-06-2021, 02:57 PM   #18
deusexe
Private
1
Rep
50
Posts

Drives: BMW F30 320d
Join Date: Dec 2017
Location: PL

iTrader: (0)

What do you need to do in the car's latest software (!) To be able to activate the LED fog lights with welcome light (not series, but added to the equipment with the code VO, previously halogen). I have E-SYS 3.27.1 with the latest PSdZData and after coding these standard codes (before the update the cars worked) it does not work. In E-Sys set MAPPING_NEBELSCHW_L_PART_OF_W to soft on, and additionally checked with bimmercod how it looks and:

I suspect that you need to change the Welcome Light cornering light code, not fog light as it was before, but which code in e-sys?
I have a free version of Bimmercode and if the app "sees" correctly that it is not coded, maybe it will be able to encode it effectively?

Appreciate 0
      11-30-2021, 09:22 AM   #19
Edd321
Registered
0
Rep
2
Posts

Drives: Bmw 428i
Join Date: Nov 2021
Location: Bucharest

iTrader: (0)

Hello. I have a 4 series with Adaptive LEDs (pre LCI) from factory.

I want to have low beam welcome lights at night when i unlock the car. Now i only have the halos light up in day/night when i unlock the car.

I tried looking everywhere and 3 people tried coding but couldn't figure it out.

On some places i found that only the normal LED or Xenons can do this, not the Adaptive LED.
Appreciate 0
Post Reply

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



All times are GMT -5. The time now is 04:46 PM.




f30post
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
1Addicts.com, BIMMERPOST.com, E90Post.com, F30Post.com, M3Post.com, ZPost.com, 5Post.com, 6Post.com, 7Post.com, XBimmers.com logo and trademark are properties of BIMMERPOST