E90Post
 


Studio RSR
 
BMW 3-Series (E90 E92) Forum > E90 / E92 / E93 3-series Technical Forums > BMW Coding > Sidemarker Delete during Welcome Lights



Reply
 
Thread Tools Search this Thread
      04-04-2014, 02:15 PM   #1
Wycy
Private
3
Rep
62
Posts

Drives: 2011 BMW 328i xDrive
Join Date: Jan 2014
Location: USA

iTrader: (0)

Sidemarker Delete during Welcome Lights

Here's how I coded the sidemarker delete for welcome lights on an '11 E90.

In the module NFRM, set WL_FRA_V to nicht_aktiv.

Before:
View post on imgur.com

After:
View post on imgur.com



__________________________________________________ ___
Original Post


I successfully coded out my sidemarkers during normal driving by setting SIDEMARKER_US to nicht_aktiv in NFRM. I also changed WL_SL_2_3R from soft_einschalten to nicht_aktiv, but the sidemarkers still fade on for the welcome lights. Any thoughts? Did I do this wrong?

Edit: also, I accidentally set WL_POL_3R to nicht_aktiv initially when I confused cornering lights and sidemarkers. But doing this ended up disabling the angel eyes for some reason. I set POL back to soft_einschalten.

Last edited by Wycy; 04-09-2014 at 03:17 PM..
Appreciate 0
      04-04-2014, 02:46 PM   #2
deeLow
DOPE
deeLow's Avatar
148
Rep
758
Posts

Drives: F80
Join Date: Jan 2014
Location: Earth

iTrader: (2)

Can't remember the code exactly, but it was also on of those WL_ lines.

IIRC, it was short, began with WL and ended in either V or H, or both.
Appreciate 0
      04-04-2014, 03:18 PM   #3
joepcrepairs2
Banned
joepcrepairs2's Avatar
16
Rep
128
Posts

Drives: e92
Join Date: Mar 2014
Location: Norwalk, Ca

iTrader: (0)

Quote:
Originally Posted by Wycy View Post
I successfully coded out my sidemarkers during normal driving by setting SIDEMARKER_US to nicht_aktiv in NFRM. I also changed WL_SL_2_3R from soft_einschalten to nicht_aktiv, but the sidemarkers still fade on for the welcome lights. Any thoughts? Did I do this wrong?

Edit: also, I accidentally set WL_POL_3R to nicht_aktiv initially when I confused cornering lights and sidemarkers. But doing this ended up disabling the angel eyes for some reason. I set POL back to soft_einschalten.
SET TO NICHT AKTIV


WL_SL_2 or WL_SL_2_3R)
Appreciate 0
      04-04-2014, 03:30 PM   #4
Wycy
Private
3
Rep
62
Posts

Drives: 2011 BMW 328i xDrive
Join Date: Jan 2014
Location: USA

iTrader: (0)

Quote:
Originally Posted by ************* View Post
SET TO NICHT AKTIV


WL_SL_2 or WL_SL_2_3R)
That's what I tried with WL_SL_2_3R :\ I don't have just a WL_SL_2.
Appreciate 0
      04-04-2014, 04:13 PM   #5
joepcrepairs2
Banned
joepcrepairs2's Avatar
16
Rep
128
Posts

Drives: e92
Join Date: Mar 2014
Location: Norwalk, Ca

iTrader: (0)

Quote:
Originally Posted by Wycy View Post
That's what I tried with WL_SL_2_3R :\ I don't have just a WL_SL_2.
this to nicht aktiv also

WL_BLK_V
Appreciate 0
      04-04-2014, 04:33 PM   #6
Wycy
Private
3
Rep
62
Posts

Drives: 2011 BMW 328i xDrive
Join Date: Jan 2014
Location: USA

iTrader: (0)

Quote:
Originally Posted by ************* View Post
this to nicht aktiv also

WL_BLK_V
Unfortnately, I don't have that line. :\ I do have a WL_BLK_V_MIN_PWM, however, which is currently set to wert_01. Thanks though, I do appreciate the help!
Appreciate 0
      04-04-2014, 05:26 PM   #7
joepcrepairs2
Banned
joepcrepairs2's Avatar
16
Rep
128
Posts

Drives: e92
Join Date: Mar 2014
Location: Norwalk, Ca

iTrader: (0)

Quote:
Originally Posted by Wycy View Post
Unfortnately, I don't have that line. :\ I do have a WL_BLK_V_MIN_PWM, however, which is currently set to wert_01. Thanks though, I do appreciate the help!
post a copy of your .trc
Appreciate 0
      04-04-2014, 05:43 PM   #8
Wycy
Private
3
Rep
62
Posts

Drives: 2011 BMW 328i xDrive
Join Date: Jan 2014
Location: USA

iTrader: (0)

Attached
Attached Files
File Type: txt FSW_PSW.txt (36.0 KB, 214 views)
Appreciate 0
      04-04-2014, 05:50 PM   #9
deeLow
DOPE
deeLow's Avatar
148
Rep
758
Posts

Drives: F80
Join Date: Jan 2014
Location: Earth

iTrader: (2)

Interesting. E90 or 92? Lci or pre?
Appreciate 0
      04-04-2014, 07:08 PM   #10
joepcrepairs2
Banned
joepcrepairs2's Avatar
16
Rep
128
Posts

Drives: e92
Join Date: Mar 2014
Location: Norwalk, Ca

iTrader: (0)

Quote:
Originally Posted by kingdLo View Post
Interesting. E90 or 92? Lci or pre?

nicht_aktiv this:

WL_POL_3R
Appreciate 0
      04-04-2014, 08:48 PM   #11
Wycy
Private
3
Rep
62
Posts

Drives: 2011 BMW 328i xDrive
Join Date: Jan 2014
Location: USA

iTrader: (0)

It's an E90 LCI (2011 328xi).

Actually, WL_POL_3R was the first thing I tried to set nicht_aktiv because I confused corner lights and sidemarkers. According to the spreadsheets, WL_POL_3R is for the cornering lights, but in my case setting it nicht_aktiv turned off my angels during welcome lights, which was weird, so I turned it back to soft_einschalten.

Really not sure why it's behaving this way.
Appreciate 0
      04-05-2014, 02:34 AM   #12
deeLow
DOPE
deeLow's Avatar
148
Rep
758
Posts

Drives: F80
Join Date: Jan 2014
Location: Earth

iTrader: (2)

I've read somewhere that on the LCI cars the side markers can't be shut off for the WL.
Appreciate 0
      04-05-2014, 09:09 AM   #13
Wycy
Private
3
Rep
62
Posts

Drives: 2011 BMW 328i xDrive
Join Date: Jan 2014
Location: USA

iTrader: (0)

Quote:
Originally Posted by kingdLo View Post
I've read somewhere that on the LCI cars the side markers can't be shut off for the WL.
Ahh really? That's a bummer.
Appreciate 0
      04-05-2014, 11:12 PM   #14
Wycy
Private
3
Rep
62
Posts

Drives: 2011 BMW 328i xDrive
Join Date: Jan 2014
Location: USA

iTrader: (0)

Just discovered something interesting: WL_SL_2_3R as nicht_aktiv acfually ended up turning off my tail lights instead of the sidemarkers. I've now reenabled the SL_2.
Appreciate 0
      04-07-2014, 05:10 PM   #15
Wycy
Private
3
Rep
62
Posts

Drives: 2011 BMW 328i xDrive
Join Date: Jan 2014
Location: USA

iTrader: (0)

Since the sidemarker parameter on this car is SIDEMARKER_US_MIT_FRA_V, I wonder if perhaps the right WL parameter is WL_FRA_V, which is currently set to soft_einschalten. I haven't found any other descriptions of what WL_FRA_V could be, so maybe this is it. I'll give this a try soon and update if successful.
Appreciate 0
      04-07-2014, 05:27 PM   #16
deeLow
DOPE
deeLow's Avatar
148
Rep
758
Posts

Drives: F80
Join Date: Jan 2014
Location: Earth

iTrader: (2)

Are you talking about the 3 LED lights on side of housing?
Appreciate 0
      04-07-2014, 06:32 PM   #17
Wycy
Private
3
Rep
62
Posts

Drives: 2011 BMW 328i xDrive
Join Date: Jan 2014
Location: USA

iTrader: (0)

Quote:
Originally Posted by kingdLo View Post
Are you talking about the 3 LED lights on side of housing?
Hm, to be honest, I'm not sure what the specific light situation is in terms of # of bulbs and bulb vs LED, etc. Basically I'm looking to turn off this yellow light:
View post on imgur.com
.
Appreciate 0
      04-08-2014, 03:00 AM   #18
deeLow
DOPE
deeLow's Avatar
148
Rep
758
Posts

Drives: F80
Join Date: Jan 2014
Location: Earth

iTrader: (2)

Got it. Did you try the fra_v option you mentioned earlier?
Appreciate 0
      04-08-2014, 07:12 PM   #19
Wycy
Private
3
Rep
62
Posts

Drives: 2011 BMW 328i xDrive
Join Date: Jan 2014
Location: USA

iTrader: (0)

Just did and can confirm, setting WL_FRA_V to nicht_aktiv in NFRM had the desired effect of turning off sidemarkers during welcome lights Pic:
View post on imgur.com


Interestingly, the sidemarkers still flash when I unlock the car, but they don't illuminate after flashing. It ultimately leaves just the angel eyes on.
Appreciate 0
      04-08-2014, 09:39 PM   #20
WaLLy350GT
Psshh!
WaLLy350GT's Avatar
United_States
4
Rep
191
Posts

Drives: E90 335i
Join Date: Jul 2007
Location: Los Angeles, CA

iTrader: (1)

Gonna have to test in mine sometime. Thanks for the info. I'll update as soon as I change it.
Appreciate 0
Reply

Bookmarks


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 05:01 PM.




e90post
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