|
|
|
|
|
|
BMW Garage | BMW Meets | Register | Today's Posts | Search |
|
BMW 3-Series (E90 E92) Forum
>
Disable LED dimming via coding
|
|
08-12-2011, 11:18 AM | #45 |
New Member
1
Rep 24
Posts |
And idea what line in the TRC file? Was it PWM_?
|
Appreciate
0
|
08-12-2011, 12:16 PM | #47 |
New Member
1
Rep 24
Posts |
Code:
PWM_AL PWM_FL PWM_FL_BEI_BIXENON PWM_IB PWM_NSL PWM_NSL_FKT_SL PWM_RFS PWM_VFB PWM_BFD_FKT_SL PWM_BFD_ERSETZT_SL_1 PWM_BL_FKT_BL PWM_BL_FKT_SL PWM_BL_M PWM_FL_NSW_FKT_ABBLIEGEL PWM_NSL_FKT_BFD PWM_NSW_FKT_PARKL PWM_NSW_FKT_TFL PWM_POL PWM_POL_BEI_AKTIVEN_AL PWM_POL_BEI_AKTIVEN_FL PWM_SL_1_FKT_BL_TFL PWM_SL_1_FKT_PARKL PWM_SL_1_FKT_SL_TFL PWM_SL_2_FKT_BL PWM_SL_2_FKT_SL WL_AL_MIN_PWM WL_BL_MIN_PWM WL_BLK_H_MIN_PWM WL_BLK_V_MIN_PWM WL_FL_MIN_PWM WL_KZL_MIN_PWM WL_NSL_MIN_PWM WL_NSW_MIN_PWM WL_POL_MIN_PWM WL_SL_1_MIN_PWM WL_SL_2_MIN_PWM PWM_BFD_3R PWM_FL_FKT_DRL_3R PWM_FRA_H PWM_FRA_V PWM_FRA_V_FKT_SIDEMARKER PWM_KZL_3R PWM_NSW_3R WL_BFD_MIN_PWM PWM_FRA_H_FKT_BFD PWM_FRA_Z_AN_SML Can anyone fill in these acronyms? AL = low beams FL = high beams WL = welcome lights SL = AE ??? (Difference between 1 and 2) ??? NSW = fog lights POL = corner led (pretty sure) KZL = license plate LED FRA = ??? TFL = ??? NSL = rear fog lights Last edited by mfr122887; 08-12-2011 at 12:56 PM.. |
Appreciate
0
|
08-12-2011, 12:40 PM | #48 |
Colonel
353
Rep 2,394
Posts |
PWM_SL_1_FKT_BL_TFL
PWM_SL_1_FKT_PARKL Dude I already told you, instead of wasting time just come over and I'll bang it out for you. You're 15-20 minutes from me. |
Appreciate
0
|
08-13-2011, 12:33 PM | #49 | |
New Member
1
Rep 24
Posts |
Quote:
PWM_SL_1_FKT_BL_TFL is altered by 0B, 05 in line 21. PWM_SL_1_FKT_PARKL is altered by 06, 21 in line 21. Code:
B 00340600,0010,04,7C,06,21,0B,05,06,21,1F,FF,1F,FF,1F,FF,0B,8E Sorry for being annoying I am just trying to understand how it works. |
|
Appreciate
0
|
12-06-2011, 07:33 AM | #51 | |||||
New Member
0
Rep 13
Posts |
Quote:
I got it. It's WL_DAUER and brightness equals the settings of parking light brightness. Quote:
BL = Braking Lights ("Bremslicht") (these often are AE undimmed - so the abbreviation in fact is misleading SL = most likely parking light ("Standlicht") (AE dimmed) FKT = most likely refers to the FUNKTION DE or FUNCTION ENG as which the light is being used. E.g.: NSL_FKT_SL is the fog lights when being used as parking light. TFL = daytime running light (AE bright) In germany we differ between Parklicht (PARKL) and Standlicht (SL). Both is to be used when the vehicle is stationary in germany. The Parklicht in fact is the Standlicht when only activated either on the left or the right side of the vehicle. Technically, as you know, it looks the same except that one side is dark Quote:
Quote:
Quote:
Greetings, hanzolo Last edited by Hanzoligen; 01-09-2012 at 04:49 AM.. |
|||||
Appreciate
0
|
01-04-2012, 11:16 AM | #52 | |
Registered
0
Rep 1
Posts |
Quote:
Bremsleuchten = breaking lights I found out how to change brightness on my 2011 E91, with a NFRM / FRM3_E89.C32 i coded: Code:
PWM_SL_1_FKT_BL_TFL => changed from 0A,D7 to 0C,2C PWM_SL_1_FKT_SL_TFL => changed from 06,38 to 0C,2C Hint: It's much easier to change the values with NCSDummy instead of coding/reading/recoding them to the car. Thanks to onebadmofo, I googled around to solve this problem for me and found this topic. Usually I am on ********* forum. ciao, Andreas |
|
Appreciate
0
|
01-09-2012, 05:09 AM | #53 |
New Member
0
Rep 13
Posts |
Yep, I think you are right.
When coding HEX values to change voltage I am pretty sure it should be xx,1x for percentage of maximum (relative) and xx,0x for voltage values (absolute) in the NETTODAT file. I never heard of anything different. In NETTODAT it reads for example 8D,0C The first character of the second byte (=0) indicates this value is written in voltage rather than in percentage. To decode the voltage simply put the second character of the second byte (=C) in front of the first byte and calculate Ueff * 4095 digits / 18V = [C8D in dez] I think you can calculate the rest for your own. |
Appreciate
0
|
01-14-2012, 09:07 PM | #54 |
Lieutenant Colonel
107
Rep 1,909
Posts
Drives: e92 335i 6MT
Join Date: May 2011
Location: Toronto
|
So I guess LED dimming does not apply with LUX angel eyes? I noticed that they don't dim at all from DRL to low beams on?
|
Appreciate
0
|
08-14-2012, 02:23 PM | #55 |
Major General
896
Rep 9,105
Posts |
Sorry to dig out this old thread.
I am going to to put what I understand and later ask 1 question. On FRM3, these values should be changes to have 13.7V PWM_SL_1_FKT_BL_TFL => changed from 0A,D7 to 0C,2C PWM_SL_1_FKT_SL_TFL => changed from 06,38 to 0C,2C On FRM2 PWM_ANSTEUERUNG_RL_BL_1 changes to OC, 2C Now I am referring to FRM2. Since it is for BL (Braking light = undimmed AL), how do I change for SL (Parking light = dimmed)? What string should I look for in FRM2 to change voltage of SL (Parking light = dimmed)? Or is there any other way of coding Angle eyes to max brightness when they are on as parking lights? Thanks.
__________________
F36 Xdrive for her - HUD, park assist, heated steering wheel, rear camera, Apple car play
F36 RWD for him - HK, M sports pack, GTS tail light, Apple car play |
Appreciate
0
|
08-14-2012, 02:35 PM | #56 | |
New Member
0
Rep 13
Posts |
Values with ANSTEUERUNG should be FRM3 if I am correctly.
I dont have the exact value on hand for parking light angel eye brightness in FRM2, but search for PWM_...._FKT_PARKL I believe it was PWM_RL_BL_1_FKT_PARKL You have to differ between the two parking lights (_SL and _PARKL) Quote:
Last edited by Hanzoligen; 08-14-2012 at 02:44 PM.. |
|
Appreciate
0
|
11-15-2012, 04:18 PM | #57 | |
First Lieutenant
38
Rep 306
Posts |
Quote:
PWM_SL_1_FKT_BL_TFL & PWM_SL_1_FKT_SL_TFL but when i try to code the car using nettodat.MAN file it doesnt work out. 1. i use revtor expert mode in NCS expert as a profile 2. i go through CAS module, then NFRM afterwards is that right? can you review through this thread and let me know if you got any ideas http://www.e90post.com/forums/showth...4#post13000324
__________________
M.Etreby
F M double Grills, 19"313, Perf.Exhaust with dimisatips, RPI red scoops, K&N filter, LUX-H8 160, Aluminum strut bar, PBX, Perf. Suspension, F30 M-Perf. Brakes Last edited by M.Etreby; 11-15-2012 at 04:58 PM.. |
|
Appreciate
0
|
11-22-2015, 03:34 PM | #58 |
Captain
60
Rep 675
Posts |
I know I am resurrecting an old thread but it appears nobody answered the OP's question. He has an E92 LCI which has OEM LED AEs. The responses below his question all relate to halogen AE, which are governed by voltage. LEDs are not affected by changing the voltage with PWM. I tried all suggested functions to all possible values, even 0% and 0 volts without any effect.
PWM_SL_1_FKT_SL_TFL PWM_SL_1_FKT_BL_TFL The functions above are set to 100% since that's what LEDs need. Although changing to 0% doesn't change anything. So I would like to ask again the OP's question: |
Appreciate
0
|
11-23-2015, 01:31 PM | #59 |
Enlisted Member
3
Rep 34
Posts |
LED Halo
Hi, yes you can change the brightness, on earlier models, mine is an 09 LCI they originally had Halogen for the Halos, these did dim when you switched the main headlamps on. I changed to LED and they did still dim. I followed the coding in this thread and they improved to about 98% brightness with headlamps on. No settings I found give you the 100% that I could find.
Cheers |
Appreciate
0
|
12-19-2015, 08:04 PM | #60 |
Major
358
Rep 1,465
Posts |
Hi Guys
I need help to increase my 2009 335i NFRM Angel eye LED to 13.7V brightness. So I changed the PWM_RL_BL_1_FKT_SL to "wert01" value and then I compared the nettodat before and after. Please see my attachment. The value changed on the memory address: 00341500, and the byte that changed was line 36, 8th byte down, "2F" to "0F". Yes, the angel eyes did get brighter when the headlight is on now, but I manually measured the voltage coming out of the H8. With engine off, it's 10.18V, when engine on it's 10.8V. This is still not 13.7V. So then I changed this to: B 00341500,0010,28,27,28,2F,28,2F,2C,0C,28,2F,28,27,00,00,00,00 but that didn't change the voltage. Should it be 0C, 2C ? swapped around? |
Appreciate
0
|
03-29-2020, 03:53 AM | #61 |
New Member
7
Rep 23
Posts |
Hi guys, resurrecting this thread to try increase angel eyes brightness WHEN Headlights/Xenon are ON.
Using Bimmercode I have set angel eyes to max in DRL mode fine. But no affect on the Standing or Parking light when change those corresponding settings. Attached is a screenshot of all the options available under this category, from experience & using Carly + Bimmercode I am pretty sure a group of settings need changing together to make any noticeable overall change. Any help/advice much appreciated. Attachment 2270120 Last edited by Ladooo; 04-01-2020 at 01:08 PM.. |
Appreciate
0
|
04-01-2020, 01:14 PM | #62 |
New Member
7
Rep 23
Posts |
Update, for the FRM3_E89 So far I have figured out how to adjust front & rear DRL brightness, but if someone could help with the highlighted ?? ?? please
DRL FRONT(Angel Eyes): PWM_SL_1_FKT_BL_TFL = 0D 1A(Very High) PARKING LIGHT FRONT: PWM_SL_1_FKT_SL_TFL= ?? ?? STANDING LIGHT FRONT: PWM_SL_1_FKT_PARKL = ?? ?? ?? ?? PWM_BL_FKT_SL = ?? ?? Doing some research from various other posts I have tried a wide range of values in different combinations & did manage to get the Angel Eyes Bright With Headlights/Xenons ON! BUT...there was a error as they were on Permenantly with ignition & so had to code back to default. So seems there is a way to do it but just need to figure out the correct settings. |
Appreciate
0
|
01-07-2022, 11:26 AM | #63 |
Private
5
Rep 55
Posts |
Okay Guys.... Resurrecting this thread because I've tried all the applicable coding options for my FRM3 but NOTHING has worked thus far.
Here's what I have: 2011 E93 LCI (manufacture date 01/2011) Bi-Xenon Headlights LED Angel Eyes FRM3 (FRM3_E89.C33) There's a lot of talk about RL (ringlight) being the item to look for in NCS Dummy to change the NETTODAT data, but I've learned this is specifically for the FRM2 modules. There's scant information about SL (standing light) as it relates to the Angel Eyes but I've changed every PWM value related to SL and I still get dimmed Angel Eyes when I turn the headlights on. Please, if anyone can help me find the correct values to change, I beg you to help me! Thanks! |
Appreciate
0
|
Bookmarks |
|
|