E90Post
 


Studio RSR
 
BMW 3-Series (E90 E92) Forum > E90 / E92 / E93 3-series Technical Forums > BMW Coding > BMW CODING success



Reply
 
Thread Tools Search this Thread
      02-18-2011, 03:21 PM   #1475
outie
Lieutenant
92
Rep
567
Posts

Drives: 2022 Porsche Taycan GTS
Join Date: Feb 2009
Location: CA

iTrader: (0)

Garage List
Quote:
Originally Posted by AW128i View Post
I'm confused, when you unlock the car, don't the parking lights (i.e., tail lights, license plate lights, city lights or AEs (if your car has them), and the front turn signal/sidemarker lights already turn on? Also, not sure I'm following your post correctly. For instance, if I wanted to have the headlights turn on as part of the welcome lights, I would change WL_AL from 'nicht_aktiv' to 'hart_einschalten'? And if I wanted the fog lamps to come on, I would change WL_NSL from 'nicht_aktiv soft_einschalten' to 'hart_einschalten', or would that be 'aktiv hart_einschalten'?
The value should either be "nicht_aktiv", "soft_einschalten", or "hart_einschalten".
__________________
Appreciate 0
      02-18-2011, 03:30 PM   #1476
AW128i
Major
AW128i's Avatar
United_States
44
Rep
1,003
Posts

Drives: E82 N51
Join Date: Nov 2010
Location: Southeastern, PA

iTrader: (1)

Quote:
Originally Posted by antiks View Post
I have an 07, only my door led things come on, nothing else; and i haven't tried the above yet; just found them on another site w/ translations; will let you know once it's confirmed, or someone else does it..
Interesting, I didn't know the '07s don't have the welcome light option in the BC!

Quote:
Originally Posted by outie View Post
The value should either be "nicht_aktiv", "soft_einschalten", or "hart_einschalten".
So it's either off, a "soft" switch, or a "hard" switch. Any idea what the latter two are referring to; i.e., what the differentiation between soft and hard is? I haven't received my cable yet so I can't make any changes and see what the aftereffects are.
Appreciate 0
      02-18-2011, 03:39 PM   #1477
Lenaxia
Lieutenant
United_States
41
Rep
566
Posts

Drives: 2006 330xi 6MT
Join Date: Aug 2009
Location: Santa Clara, CA

iTrader: (4)

Garage List
2006 330xi  [0.00]
Maybe a wiki page should be started somewhere.

like here:

http://www.bimmerfest.com/wiki/index.php/BMW_E90

I'd do it but I dont have the time to set it up.
__________________
Appreciate 0
      02-18-2011, 03:41 PM   #1478
onebadmofo
Colonel
onebadmofo's Avatar
346
Rep
2,396
Posts

Drives: 2008 E90 M3
Join Date: Aug 2010
Location: Central NJ

iTrader: (14)

"Soft" you can see in my video, it's gradual turn on. Hard is instant-on.
Appreciate 0
      02-18-2011, 03:44 PM   #1479
onebadmofo
Colonel
onebadmofo's Avatar
346
Rep
2,396
Posts

Drives: 2008 E90 M3
Join Date: Aug 2010
Location: Central NJ

iTrader: (14)

Here's mine as seen here

Code:
WL_AL 
	nicht_aktiv
WL_BLK_H
	nicht_aktiv
WL_BLK_V
	nicht_aktiv
WL_DAUER
	wert_01
WL_FL
	nicht_aktiv
WL_KZL
	soft_einschalten
WL_MAX_DAUER
	wert_01
WL_NSL
	soft_einschalten
WL_NSW
	soft_einschalten
WL_POL
	soft_einschalten
WL_SL_1
	soft_einschalten
WL_SL_2
	soft_einschalten
Here's description of each string
Code:
WL_AL                       LOW BEAMS ON WHEN WELCOME LIGHT ACTIVATED [not tested]
    hart_einschalten            
    nicht_aktiv                 not active
    soft_einschalten            
WL_BLK_H                    REAR TURN SIGNALS ON WHEN WELCOME LIGHT ACTIVATED [works]
    nicht_aktiv                 not active
WL_BLK_V                    FRONT TURN SIGNALS ON WHEN WELCOME LIGHT ACTIVATED [works]
    nicht_aktiv                 not active
    soft_einschalten            
WL_DAUER                    WELCOME LIGHT DURATION [doesn't work]
    wert_01                     value 01
WL_FL                       HIGH BEAMS ON WHEN WELCOME LIGHT ACTIVATED [doesn't work]
    nicht_aktiv                 not active
WL_KZL                      License plate light [works]
    nicht_aktiv                 not active
    soft_einschalten            
WL_MAX_DAUER                [???]
    wert_01                     value 01
WL_MIT_FLC                  [???]
    aktiv                       active
    nicht_aktiv                 not active
WL_NSL                      REAR FOG LIGHTS ON WHEN WELCOME LIGHT ACTIVATED [works]
    nicht_aktiv                 not active
    soft_einschalten            
WL_NSW                      FRONT FOG LIGHTS ON WHEN WELCOME LIGHT ACTIVATED [works]
    nicht_aktiv                 not active
    soft_einschalten            
WL_POL                      [???]
    hart_einschalten            
    nicht_aktiv                 not active
    soft_einschalten            
WL_SL_1                     PARKING LIGHTS 1 ON WHEN WELCOME LIGHT ACTIVATED [AE's]
    hart_einschalten            
    nicht_aktiv                 not active
    soft_einschalten            
WL_SL_2                     PARKING LIGHTS 2 ON WHEN WELCOME LIGHT ACTIVATED [Corners]
    hart_einschalten            
    nicht_aktiv                 not active
    soft_einschalten

Last edited by onebadmofo; 02-18-2011 at 03:51 PM..
Appreciate 0
      02-18-2011, 04:57 PM   #1480
outie
Lieutenant
92
Rep
567
Posts

Drives: 2022 Porsche Taycan GTS
Join Date: Feb 2009
Location: CA

iTrader: (0)

Garage List
Quote:
Originally Posted by onebadmofo View Post
Here's mine as seen here

Code:
WL_AL 
	nicht_aktiv
WL_BLK_H
	nicht_aktiv
WL_BLK_V
	nicht_aktiv
WL_DAUER
	wert_01
WL_FL
	nicht_aktiv
WL_KZL
	soft_einschalten
WL_MAX_DAUER
	wert_01
WL_NSL
	soft_einschalten
WL_NSW
	soft_einschalten
WL_POL
	soft_einschalten
WL_SL_1
	soft_einschalten
WL_SL_2
	soft_einschalten
Here's description of each string
Code:
WL_AL                       LOW BEAMS ON WHEN WELCOME LIGHT ACTIVATED [not tested]
    hart_einschalten            
    nicht_aktiv                 not active
    soft_einschalten            
WL_BLK_H                    REAR TURN SIGNALS ON WHEN WELCOME LIGHT ACTIVATED [works]
    nicht_aktiv                 not active
WL_BLK_V                    FRONT TURN SIGNALS ON WHEN WELCOME LIGHT ACTIVATED [works]
    nicht_aktiv                 not active
    soft_einschalten            
WL_DAUER                    WELCOME LIGHT DURATION [doesn't work]
    wert_01                     value 01
WL_FL                       HIGH BEAMS ON WHEN WELCOME LIGHT ACTIVATED [doesn't work]
    nicht_aktiv                 not active
WL_KZL                      License plate light [works]
    nicht_aktiv                 not active
    soft_einschalten            
WL_MAX_DAUER                [???]
    wert_01                     value 01
WL_MIT_FLC                  [???]
    aktiv                       active
    nicht_aktiv                 not active
WL_NSL                      REAR FOG LIGHTS ON WHEN WELCOME LIGHT ACTIVATED [works]
    nicht_aktiv                 not active
    soft_einschalten            
WL_NSW                      FRONT FOG LIGHTS ON WHEN WELCOME LIGHT ACTIVATED [works]
    nicht_aktiv                 not active
    soft_einschalten            
WL_POL                      [???]
    hart_einschalten            
    nicht_aktiv                 not active
    soft_einschalten            
WL_SL_1                     PARKING LIGHTS 1 ON WHEN WELCOME LIGHT ACTIVATED [AE's]
    hart_einschalten            
    nicht_aktiv                 not active
    soft_einschalten            
WL_SL_2                     PARKING LIGHTS 2 ON WHEN WELCOME LIGHT ACTIVATED [Corners]
    hart_einschalten            
    nicht_aktiv                 not active
    soft_einschalten
I see you have "WL_POL" set to "soft" and then "not active" in the description. Which one do you have it really set as? Is that the corner orange LED in the headlight? Thanks.
__________________
Appreciate 0
      02-18-2011, 06:45 PM   #1481
antiks
Lieutenant
antiks's Avatar
41
Rep
591
Posts

Drives: E90 Alpine White
Join Date: Feb 2008
Location: DFW Texas

iTrader: (14)

Garage List
2008 335i  [9.00]
Quote:
Originally Posted by onebadmofo View Post
Here's mine as seen here

Code:
WL_AL 
	nicht_aktiv
WL_BLK_H
	nicht_aktiv
WL_BLK_V
	nicht_aktiv
WL_DAUER
	wert_01
WL_FL
	nicht_aktiv
WL_KZL
	soft_einschalten
WL_MAX_DAUER
	wert_01
WL_NSL
	soft_einschalten
WL_NSW
	soft_einschalten
WL_POL
	soft_einschalten
WL_SL_1
	soft_einschalten
WL_SL_2
	soft_einschalten
Here's description of each string
Code:
WL_AL                       LOW BEAMS ON WHEN WELCOME LIGHT ACTIVATED [not tested]
    hart_einschalten            
    nicht_aktiv                 not active
    soft_einschalten            
WL_BLK_H                    REAR TURN SIGNALS ON WHEN WELCOME LIGHT ACTIVATED [works]
    nicht_aktiv                 not active
WL_BLK_V                    FRONT TURN SIGNALS ON WHEN WELCOME LIGHT ACTIVATED [works]
    nicht_aktiv                 not active
    soft_einschalten            
WL_DAUER                    WELCOME LIGHT DURATION [doesn't work]
    wert_01                     value 01
WL_FL                       HIGH BEAMS ON WHEN WELCOME LIGHT ACTIVATED [doesn't work]
    nicht_aktiv                 not active
WL_KZL                      License plate light [works]
    nicht_aktiv                 not active
    soft_einschalten            
WL_MAX_DAUER                [???]
    wert_01                     value 01
WL_MIT_FLC                  [???]
    aktiv                       active
    nicht_aktiv                 not active
WL_NSL                      REAR FOG LIGHTS ON WHEN WELCOME LIGHT ACTIVATED [works]
    nicht_aktiv                 not active
    soft_einschalten            
WL_NSW                      FRONT FOG LIGHTS ON WHEN WELCOME LIGHT ACTIVATED [works]
    nicht_aktiv                 not active
    soft_einschalten            
WL_POL                      [???]
    hart_einschalten            
    nicht_aktiv                 not active
    soft_einschalten            
WL_SL_1                     PARKING LIGHTS 1 ON WHEN WELCOME LIGHT ACTIVATED [AE's]
    hart_einschalten            
    nicht_aktiv                 not active
    soft_einschalten            
WL_SL_2                     PARKING LIGHTS 2 ON WHEN WELCOME LIGHT ACTIVATED [Corners]
    hart_einschalten            
    nicht_aktiv                 not active
    soft_einschalten
what module is that in?

I see it in the full Cas trc file; but I think I went through my whole sub module list and couldn't find any WL options..
__________________

IG: realantiks
Appreciate 0
      02-18-2011, 07:21 PM   #1482
E90PAT
SOFLO CODING
Slovenia
199
Rep
3,587
Posts

Drives: Z4M
Join Date: Apr 2009
Location: SoFla

iTrader: (18)

I just requested spreadsheet access,

pselan16
Appreciate 0
      02-18-2011, 07:22 PM   #1483
BabyBlack
First Lieutenant
BabyBlack's Avatar
27
Rep
304
Posts

Drives: E46 M3 & E90 335i & E71 X6M
Join Date: Jun 2006
Location: Canada

iTrader: (3)

WL-welcome light should be under FRM module
Appreciate 0
      02-18-2011, 08:03 PM   #1484
antiks
Lieutenant
antiks's Avatar
41
Rep
591
Posts

Drives: E90 Alpine White
Join Date: Feb 2008
Location: DFW Texas

iTrader: (14)

Garage List
2008 335i  [9.00]
Quote:
Originally Posted by BabyBlack View Post
WL-welcome light should be under FRM module
mine doesn't have it in the FRM at all..
__________________

IG: realantiks
Appreciate 0
      02-18-2011, 08:15 PM   #1485
BPMSport
BPMSport's Avatar
United_States
3388
Rep
7,542
Posts

Drives: Harrop M3 / F10 M5 / F82 M4
Join Date: Apr 2008
Location: SoCal

iTrader: (9)

Garage List
2000 BMW M5  [0.00]
1990 BMW 735i Turbo  [0.00]
2008 BMW M3  [7.50]
2015 BMW M3  [0.00]
2015 BMW M5  [0.00]
Quote:
Originally Posted by antiks View Post
mine doesn't have it in the FRM at all..
It will be in the NFRM on your car.


I requested access to the spreadsheet as well, just to help others. Whoever controls it add me to the access list if you wish.
Appreciate 0
      02-18-2011, 08:37 PM   #1486
antiks
Lieutenant
antiks's Avatar
41
Rep
591
Posts

Drives: E90 Alpine White
Join Date: Feb 2008
Location: DFW Texas

iTrader: (14)

Garage List
2008 335i  [9.00]
Quote:
Originally Posted by Mike@Powerchip View Post
It will be in the NFRM on your car.


I requested access to the spreadsheet as well, just to help others. Whoever controls it add me to the access list if you wish.
I don't have the NFRM module either..07 build
__________________

IG: realantiks
Appreciate 0
      02-18-2011, 09:15 PM   #1487
BPMSport
BPMSport's Avatar
United_States
3388
Rep
7,542
Posts

Drives: Harrop M3 / F10 M5 / F82 M4
Join Date: Apr 2008
Location: SoCal

iTrader: (9)

Garage List
2000 BMW M5  [0.00]
1990 BMW 735i Turbo  [0.00]
2008 BMW M3  [7.50]
2015 BMW M3  [0.00]
2015 BMW M5  [0.00]
Quote:
Originally Posted by antiks View Post
I don't have the NFRM module either..07 build
Post a screen shot of the modules you have...

I haven't seen an E9x without the FRM or NFRM - don't think that's even possible unless they are using a body module for some reason on your variant.
__________________

-----| Like us on Facebook | Instagram || Tuning Information | Remote Coding |-----
----Visit us at www.BPMSport.com - Emotion. Driven. | Toll Free: (888) 557-5133----
Appreciate 0
      02-18-2011, 09:46 PM   #1488
rubdom
Private First Class
6
Rep
117
Posts

Drives: 08 E90 AW
Join Date: Feb 2010
Location: San Antonio

iTrader: (2)

I coded the hazard lights to double blink.



DOPPELBLINKIMPULS_WARNBLK

I wonder if this could get me tickets? Thoughts?
Appreciate 0
      02-18-2011, 09:49 PM   #1489
antiks
Lieutenant
antiks's Avatar
41
Rep
591
Posts

Drives: E90 Alpine White
Join Date: Feb 2008
Location: DFW Texas

iTrader: (14)

Garage List
2008 335i  [9.00]
Quote:
Originally Posted by Mike@Powerchip View Post
Post a screen shot of the modules you have...

I haven't seen an E9x without the FRM or NFRM - don't think that's even possible unless they are using a body module for some reason on your variant.




I have the FRM, but none of the WL_ or Welcome is in there
__________________

IG: realantiks
Appreciate 0
      02-18-2011, 09:50 PM   #1490
lopealle
Resident Black Guy
lopealle's Avatar
Zimbabwe
251
Rep
2,302
Posts

Drives: Lion
Join Date: May 2009
Location: Federal Way, WA

iTrader: (2)

Garage List
2006 M5  [10.00]
I doubt it will
Appreciate 0
      02-18-2011, 10:07 PM   #1491
BPMSport
BPMSport's Avatar
United_States
3388
Rep
7,542
Posts

Drives: Harrop M3 / F10 M5 / F82 M4
Join Date: Apr 2008
Location: SoCal

iTrader: (9)

Garage List
2000 BMW M5  [0.00]
1990 BMW 735i Turbo  [0.00]
2008 BMW M3  [7.50]
2015 BMW M3  [0.00]
2015 BMW M5  [0.00]
Quote:
Originally Posted by antiks View Post




I have the FRM, but none of the WL_ or Welcome is in there
I do not believe that 2007 cars (unless they are late 07's) have welcome light functions. The model year needs to be 2008.
__________________

-----| Like us on Facebook | Instagram || Tuning Information | Remote Coding |-----
----Visit us at www.BPMSport.com - Emotion. Driven. | Toll Free: (888) 557-5133----
Appreciate 0
      02-18-2011, 10:09 PM   #1492
antiks
Lieutenant
antiks's Avatar
41
Rep
591
Posts

Drives: E90 Alpine White
Join Date: Feb 2008
Location: DFW Texas

iTrader: (14)

Garage List
2008 335i  [9.00]
Quote:
Originally Posted by Mike@Powerchip View Post
I do not believe that 2007 cars (unless they are late 07's) have welcome light functions. The model year needs to be 2008.
ok..that might explain it; and even though it's in the full .trc file when you load the chasis and CAS; it's not necessarily in the modules? I see it in the FSW_PSW.TRC file w/ all the modules together
__________________

IG: realantiks
Appreciate 0
      02-18-2011, 10:29 PM   #1493
woodpecka
Major
woodpecka's Avatar
Canada
68
Rep
1,026
Posts

Drives: E91
Join Date: May 2010
Location: Montreal

iTrader: (2)

I have searched the threads without founding the answer.

Anyone know how to remove an airbag error?

I need to clear a warning ASAP and I'm not sure if this tool can do it.

Last edited by woodpecka; 02-18-2011 at 11:44 PM..
Appreciate 0
      02-19-2011, 03:28 AM   #1494
BeWide
Clean, Low and Wide, that is the style !
BeWide's Avatar
Belgium
2
Rep
42
Posts

Drives: 318D E90
Join Date: Jun 2010
Location: Belgium

iTrader: (0)

Quote:
Originally Posted by antiks View Post
found these translations for the Welcome lights; i'm gonna make mine real easy to find in the parking lot now..lol

Control unit: LMA

WELCOME_LIGHT_ACTIVE
nicht_aktiv -> active
WL_AL = low beam
nicht_aktiv / hart_einschalten
WL_BL = brake light
nicht_aktiv soft_einschalten / / hart_einschalten
WL_BLK_H = Left Rear
nicht_aktiv soft_einschalten / / hart_einschalten
WL_BLK_V = front indicator
nicht_aktiv soft_einschalten / / hart_einschalten
WL_FL = beam
nicht_aktiv soft_einschalten / / hart_einschalten
WL_KZL = plate light
nicht_aktiv soft_einschalten / / hart_einschalten
WL_NSL = rear fog lamp
nicht_aktiv soft_einschalten / / hart_einschalten
WL_NSW = fog
nicht_aktiv soft_einschalten / / hart_einschalten
WL_POL = position or the front parking light
nicht_aktiv soft_einschalten / / hart_einschalten
WL_SL_1 = closing or parking light rear 1
nicht_aktiv soft_einschalten / / hart_einschalten
WL_SL_2 = closing or parking lights, rear 2
nicht_aktiv soft_einschalten / / hart_einschalten
WL_SM = Eyebrow
nicht_aktiv soft_einschalten / / hart_einschalten

One says is in the LMA module, another in FRM or NFRM module .

I want to add these function in the spreadsheet so please specify .
__________________
Appreciate 0
      02-19-2011, 08:45 AM   #1495
NiVeDh
Major General
NiVeDh's Avatar
United_States
422
Rep
8,003
Posts

Drives: '08 E90 335i, '99 E36 M3
Join Date: Apr 2009
Location: Houston, TX & Atlanta, GA

iTrader: (132)

Garage List
Just requested access to the spreadsheet.
Appreciate 0
      02-19-2011, 09:13 AM   #1496
spera23
Second Lieutenant
13
Rep
208
Posts

Drives: 335i
Join Date: Sep 2009
Location: Toronto

iTrader: (3)

I have been able to code these welcome light features on my 07 e92, yet still have no been able to disable the orange LED DRL's.

Can anyone help me with this???




Quote:
Originally Posted by onebadmofo View Post
Here's mine as seen here

Code:
WL_AL 
	nicht_aktiv
WL_BLK_H
	nicht_aktiv
WL_BLK_V
	nicht_aktiv
WL_DAUER
	wert_01
WL_FL
	nicht_aktiv
WL_KZL
	soft_einschalten
WL_MAX_DAUER
	wert_01
WL_NSL
	soft_einschalten
WL_NSW
	soft_einschalten
WL_POL
	soft_einschalten
WL_SL_1
	soft_einschalten
WL_SL_2
	soft_einschalten
Here's description of each string
Code:
WL_AL                       LOW BEAMS ON WHEN WELCOME LIGHT ACTIVATED [not tested]
    hart_einschalten            
    nicht_aktiv                 not active
    soft_einschalten            
WL_BLK_H                    REAR TURN SIGNALS ON WHEN WELCOME LIGHT ACTIVATED [works]
    nicht_aktiv                 not active
WL_BLK_V                    FRONT TURN SIGNALS ON WHEN WELCOME LIGHT ACTIVATED [works]
    nicht_aktiv                 not active
    soft_einschalten            
WL_DAUER                    WELCOME LIGHT DURATION [doesn't work]
    wert_01                     value 01
WL_FL                       HIGH BEAMS ON WHEN WELCOME LIGHT ACTIVATED [doesn't work]
    nicht_aktiv                 not active
WL_KZL                      License plate light [works]
    nicht_aktiv                 not active
    soft_einschalten            
WL_MAX_DAUER                [???]
    wert_01                     value 01
WL_MIT_FLC                  [???]
    aktiv                       active
    nicht_aktiv                 not active
WL_NSL                      REAR FOG LIGHTS ON WHEN WELCOME LIGHT ACTIVATED [works]
    nicht_aktiv                 not active
    soft_einschalten            
WL_NSW                      FRONT FOG LIGHTS ON WHEN WELCOME LIGHT ACTIVATED [works]
    nicht_aktiv                 not active
    soft_einschalten            
WL_POL                      [???]
    hart_einschalten            
    nicht_aktiv                 not active
    soft_einschalten            
WL_SL_1                     PARKING LIGHTS 1 ON WHEN WELCOME LIGHT ACTIVATED [AE's]
    hart_einschalten            
    nicht_aktiv                 not active
    soft_einschalten            
WL_SL_2                     PARKING LIGHTS 2 ON WHEN WELCOME LIGHT ACTIVATED [Corners]
    hart_einschalten            
    nicht_aktiv                 not active
    soft_einschalten
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 07:47 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