05-23-2022, 07:01 PM | #1 |
Brigadier General
![]() ![]() 11034
Rep 4,557
Posts
Drives: 2015 328d xDrive
Join Date: Aug 2010
Location: NoVA
|
Coding Fogs To Auto On - Button Still Works
Disclaimer: My car is a Pre-LCI F30 with halogen headlights (LED bulbs).
Long story short, I got my foglights on with the DRLs and can still use them as fog lights. The trick here is that instead of recoding the front fogs (nebelschw), you recode the cornering lamps (abbiegel). This allows the fog functionality to remain intact (at the cost of the cornering lamp function that I'm sure most of us don't use or care about). For the coding below, I did 04 since I wanted my fogs to be automatically on with the DRLs: FEM 3062 LceLampMapping1 MAPPING_ABBIEGEL_L_FUNCTION = 04 MAPPING_ABBIEGEL_R_FUNCTION = 04 01 = Front Parking Light L 02 = Front Parking Light R 03 = Low Beam 04 = DRL 05 = High Beam 06 = Blinker L 07 = Blinker R 08 = Fog Lights 09 = Cornering Light L 0A = Cornering Light R 0C = Brake Light 0D = Brake Force Light 0E = Rear Fog Lights 0F = Reverse Lights 10 = Rear Parking Light L 11 = Rear Parking Light R To turn off the dimming effect (soft on/hard on): MAPPING_ABBIEGEL_L_DIMMED > not_active (0x00) MAPPING_ABBIEGEL_R_DIMMED > not_active (0x00) Functionality-wise, you can turn the DRLs on/off in iDrive as normal and this will also control the DRL cornering lights (fogs). The front fogs can be manually turned on/off with the headlights as normal, and they will also work with the high beams if you've coded that function in separately. As normal, you cannot turn the front fogs on/off with the button while the headlight switch set to off. You can turn them on/off in the parking light setting if you've coded that function on and if you've chosen any option that isn't DRL (04) or parking light (1,2,10,11). Results of coding (04) with dimming effect turned on: And the same thing but dimming effect turned off: A big thanks to oranga and Takkey for the info.
__________________
Last edited by AndrewC1989; 05-23-2022 at 08:41 PM.. |
06-06-2022, 11:38 AM | #2 |
Private First Class
![]() ![]() 36
Rep 171
Posts |
Thanks for sharing! I'm not sure I got this clearly, the fog lights will go on autmatically with the low beams, but can you switch them off with the button when this happens?
What I would like is to have them go on automatically with highbeams, but maintain the ability to switch them off in certain cases. Thanks! Maz |
Appreciate
0
|
06-06-2022, 11:43 AM | #3 | |
Brigadier General
![]() ![]() 11034
Rep 4,557
Posts
Drives: 2015 328d xDrive
Join Date: Aug 2010
Location: NoVA
|
Quote:
Unrelated side note: you could also technically assign the auto on fog function to two different light groups since the fog lights work with both the fog and cornering light functions, however you'd give up any manual control by doing this.
__________________
|
|
Appreciate
1
NYC Bimmer259.50 |
06-07-2022, 10:58 AM | #4 |
Private First Class
![]() ![]() 36
Rep 171
Posts |
Cool, thanks man, I really need the manual off feature becasue its technically illegal to drive with fogs on. So i want to possibility to switch them off when i want to be more "stealth"
|
Appreciate
0
|
06-07-2022, 11:10 AM | #5 |
Brigadier General
![]() ![]() 11034
Rep 4,557
Posts
Drives: 2015 328d xDrive
Join Date: Aug 2010
Location: NoVA
|
This is why I chose to use auto on with the DRL. Looks cool, doesn't blind anyone during the day, and can be shut off in iDrive if need be.
__________________
|
Appreciate
1
NYC Bimmer259.50 |
06-10-2022, 04:54 PM | #6 |
Second Lieutenant
![]() ![]() 55
Rep 291
Posts |
High beam flash
Guys I coded the fogs as described above. All working perfect but now my high beam flash with DRL auto mode isn't working, fogs and High beam flash work fine in every light setting apart from DRL auto. Any ideas how to revert them back? They were working ok before
__________________
Martin
|
Appreciate
0
|
06-10-2022, 05:56 PM | #7 | |
Brigadier General
![]() ![]() 11034
Rep 4,557
Posts
Drives: 2015 328d xDrive
Join Date: Aug 2010
Location: NoVA
|
Quote:
__________________
|
|
Appreciate
1
NYC Bimmer259.50 |
06-10-2022, 06:05 PM | #8 |
Second Lieutenant
![]() ![]() 55
Rep 291
Posts |
Thanks mate for your Reply, I agree i think I made an error coding fogs. I've coded so much in expert mode, backup I can do but I'll lose all the coding I've done! And that's a headache trust me, I think it's my only option, not what I wanted to do. For example I changed the wing mirror leds to swipe leds and trying to code those was a nightmare for welcome lights. Anyway like I said it's probably my only option. Now when I press the front fog switch all lights come on which is perfect, just that damn high beam flash with DRL
__________________
Martin
|
Appreciate
0
|
06-10-2022, 06:06 PM | #9 | |
Brigadier General
![]() ![]() 11034
Rep 4,557
Posts
Drives: 2015 328d xDrive
Join Date: Aug 2010
Location: NoVA
|
Quote:
Another option is to go in manually and select a the default setting for each option. Worst case scenario if the default setting isn't listed you can use the legend I posted above.
__________________
|
|
Appreciate
1
NYC Bimmer259.50 |
06-11-2022, 05:03 PM | #10 |
Second Lieutenant
![]() ![]() 55
Rep 291
Posts |
Thanks for the information, update is my first night time drive, the main beam is flashing in DRL auto setting, but won't flash during daylight hours. Strange! It can't be the sensor as they flash setting 4
__________________
Martin
|
Appreciate
0
|
06-16-2022, 07:06 AM | #12 | |
Brigadier General
![]() ![]() 11034
Rep 4,557
Posts
Drives: 2015 328d xDrive
Join Date: Aug 2010
Location: NoVA
|
Quote:
__________________
|
|
Appreciate
1
NYC Bimmer259.50 |
06-17-2022, 09:21 AM | #13 |
Second Lieutenant
![]() ![]() 55
Rep 291
Posts |
DRL auto setting high beam flash
The consensus seems to be that the high beam is blocked by the light sensor in daylight as the system detects that high beam is not needed in daylight hours. That's why it only works at dusk, low light or night time
__________________
Martin
|
Appreciate
0
|
06-17-2022, 09:24 AM | #14 |
Brigadier General
![]() ![]() 11034
Rep 4,557
Posts
Drives: 2015 328d xDrive
Join Date: Aug 2010
Location: NoVA
|
Oh I see what you mean now, I misunderstood what you were trying to say before. Yes, that's perfectly normal, the high beam push setting will not work with the low beams off, but the pull (flash) setting should work. I thought you were saying the pull setting wasn't working.
__________________
|
Appreciate
1
NYC Bimmer259.50 |
06-17-2022, 09:32 AM | #15 |
Second Lieutenant
![]() ![]() 55
Rep 291
Posts |
Sorry if I didn't explain correctly, in DRL auto mode it is normal for the high beam not to be able to stay on as a constant. I thought it would be able to flash to pass but it doesn't. I coded the fogs to flash in DRL auto so at least I have that feature to let someone in and out etc. doesn't seem to be anyway to have both fogs and high beam flash at the same time in DRL auto. But does in light setting 4
__________________
Martin
|
Appreciate
0
|
06-17-2022, 09:37 AM | #17 | |
Brigadier General
![]() ![]() 11034
Rep 4,557
Posts
Drives: 2015 328d xDrive
Join Date: Aug 2010
Location: NoVA
|
Quote:
It would be easier to understand if you posted a video.
__________________
|
|
Appreciate
1
NYC Bimmer259.50 |
06-17-2022, 09:41 AM | #18 |
Second Lieutenant
![]() ![]() 55
Rep 291
Posts |
No, everything works correctly in low Beam setting, when I pull the lever towards me in Auto light setting, the high beam won't flash, but the fogs flash as that's what I coded. I can't seem to find a way to have both flash at the same time
__________________
Martin
|
Appreciate
0
|
06-17-2022, 09:43 AM | #19 | |
Brigadier General
![]() ![]() 11034
Rep 4,557
Posts
Drives: 2015 328d xDrive
Join Date: Aug 2010
Location: NoVA
|
Quote:
What did you code? MAPPING_ABBIEGEL_FUNCTION = 05?
__________________
|
|
Appreciate
1
NYC Bimmer259.50 |
06-17-2022, 09:46 AM | #20 |
Second Lieutenant
![]() ![]() 55
Rep 291
Posts |
Thanks mate, here's the image in DRL auto setting. As you can see, the left hand side Angel eye isn't flashing upon pulling the stalk
__________________
Martin
|
Appreciate
0
|
Post Reply |
Bookmarks |
Thread Tools | Search this Thread |
|
|