|
|
|
|
|
|
BMW Garage | BMW Meets | Register | Search | Today's Posts | Mark Forums Read |
|
BMW 3-Series (E90 E92) Forum
>
Disable LED dimming via coding
|
|
03-10-2011, 01:26 PM | #1 |
Colonel
40
Rep 2,334
Posts |
Disable LED dimming via coding
Does anyone know if we can disable the DRL LED on LCI e92 from dimming when turning on the headlights? I'd think it would look hot at night with the LED at full power around the projectors.
|
03-10-2011, 03:19 PM | #2 |
First Lieutenant
27
Rep 379
Posts |
I was actually wondering the same thing, would be awesome if possible.
Doesn't appear to be an option on Neutrino45's spreadsheet, it just may have not been stumbled upon yet... |
Appreciate
0
|
03-13-2011, 09:39 AM | #4 |
Private First Class
33
Rep 182
Posts |
I searched through NFRM and found all of the following references to SL (the angel eyes?). A lot of them are also related to corner delete mod, so SL might be the turn signals...A couple sound promising, but I'm going to need someone with more coding experience/german to translate. The first two seem the most promising to me, as they refer to SL with high (FL) and low (AL) beams, and there are a number of options to choose = brightness??
The other one that sounds cool, though unrelated, is SIGNALBILD_SL. Has options for one or both lights. Wondering if this is like the Audi's that it turns off the AE when you are using your turn signal on one or both sides... PWM_SL_V_BEI_AKTIVEN_AL wert_01 value 01 wert_02 value 02 * wert_03 value 03 wert_04 value 04 wert_05 value 05 wert_06 value 06 PWM_SL_V_BEI_AKTIVEN_FL wert_01 value 01 wert_02 value 02 * wert_03 value 03 wert_04 value 04 wert_05 value 05 wert_06 value 06 IGR_MIT_SL_AL * nicht_aktiv not active aktiv active SL_PARKL_ABSCH_12H nicht_aktiv not active * aktiv active SL_ABSCH_OHNE_ECE nicht_aktiv not active * aktiv active OPTIONEN_SL_ABSCH_TFL_FLC nicht_aktiv not active * aktiv active PWM_SL_V wert_01 value 01 wert_02 value 02 * wert_03 value 03 wert_04 value 04 wert_05 value 05 NSW_FKT_SL aktiv active * nicht_aktiv not active HECKKL_SL_LOGIK aktiv active * nicht_aktiv not active PARKLICHT_MIT_SL_V aktiv active * nicht_aktiv not active PO_RL_FKT_MIT_SL_V * aktiv active nicht_aktiv not active SIGNALBILD_SL * nicht_aktiv not active sl_1 sl_2 sl_1_und_sl_2 SL_SCHALT_UMSCHALT_OPT wert_00 value 00 wert_01 value 01 * wert_02 value 02 wert_03 value 03 Last edited by Toad335; 03-13-2011 at 09:50 AM.. |
Appreciate
0
|
03-19-2011, 10:36 AM | #5 |
Captain
44
Rep 720
Posts |
Found a solution (not a coding solution though) in the forum..!
http://www.n54tech.com/forums/showthread.php?t=11714
__________________
E92 TiAg
|
Appreciate
0
|
03-19-2011, 12:08 PM | #6 | |
Private First Class
33
Rep 182
Posts |
Quote:
|
|
Appreciate
0
|
05-28-2011, 03:18 PM | #10 |
Major
63
Rep 1,300
Posts |
I believe the reference to the AE's is RL (ringlight)
Information provide to me via another member,
__________________
Brian
Black Sapphire, Black w/Burrwood Trim & Shifter, 162's, Mtec H8 AE's, DS1 HID 6000K |
Appreciate
0
|
05-29-2011, 10:03 AM | #11 |
Private First Class
33
Rep 182
Posts |
|
Appreciate
0
|
05-29-2011, 02:01 PM | #12 |
Brigadier General
309
Rep 4,370
Posts |
Yes I do actually know how
Basically read your NFRM/FRM. Then take the NETTODAT file and make a copy to compare from. Now change the AE wert_06 or whatever it is and change it to wert_01 and recode the car. Now read the module again and compare this NETTODAT file to the last. You'll find 2 bytes (values) that changed. Then you change them: 00 10 --> [0,0V] 55 05 --> [5,95V] DD 05 --> [6,6V] 21 06 --> [6,9V] 10 09 --> [10,2V] F4 09 --> [11,2V] D7 0A --> [12,2V] 49 0B --> [12,7V] 8D 0B --> [13,0V] BB 0B --> [13,2V] FF 0B --> [13,5V] 2C 0C --> [13,7V] 38 0E --> [16,0V] Save this NETTODAT and recode using the NETTODAT instead of the normal MAN file. PM me if you'd like more help. Be VERY careful upping the voltages. Cheers Last edited by Elliott@DetailAddict; 05-29-2011 at 02:14 PM.. |
Appreciate
0
|
05-29-2011, 04:49 PM | #13 | |
Major
63
Rep 1,300
Posts |
Quote:
__________________
Brian
Black Sapphire, Black w/Burrwood Trim & Shifter, 162's, Mtec H8 AE's, DS1 HID 6000K |
|
Appreciate
0
|
05-30-2011, 11:51 AM | #15 | |
Private First Class
33
Rep 182
Posts |
Quote:
|
|
Appreciate
0
|
05-31-2011, 01:01 AM | #16 |
Captain
44
Rep 720
Posts |
This looks promising.
If someone can post if it really worked and a step by step guide, that would be great. I get everything but am a little confused on 'Then you can change them: ... ... '. Do we use the exact values listed on the post and ignore the 2 bytes that changed? Or is this something that would differ depending on values changed? Also not really sure how to 'recode using the NETTODAT instead of the normal MAN file.'
__________________
E92 TiAg
|
Appreciate
0
|
05-31-2011, 02:08 PM | #17 |
Brigadier General
309
Rep 4,370
Posts |
The 2 bytes that change are just used to identify the string of numbers that show you it corresponds to the AE's.
Then replace the bytes that changed with the ones listed. Then rather than using the FSW use "coapiCodeSqByNettoData". |
Appreciate
0
|
06-01-2011, 03:22 AM | #18 |
Captain
44
Rep 720
Posts |
Thanks! I'll try it later this week when I have time!
__________________
E92 TiAg
|
Appreciate
0
|
06-17-2011, 03:17 PM | #19 |
Lieutenant Colonel
243
Rep 1,857
Posts |
did you get it to work?
__________________
|
Appreciate
0
|
06-18-2011, 11:23 PM | #20 |
Captain
44
Rep 720
Posts |
No I tried but failed.. because I don't know how to compare the NETTODAT.
The NETTODAT has hundreds of values so I'm not sure if I have to be looking at everything one by one to compare them.. I might try later again. |
Appreciate
0
|
06-24-2011, 06:38 PM | #22 |
Lieutenant
71
Rep 462
Posts |
|
Appreciate
0
|
Bookmarks |
Thread Tools | Search this Thread |
|
|