View Single Post
      08-12-2016, 06:49 AM   #94
Gabreigns
Major
Gabreigns's Avatar
494
Rep
1,076
Posts

Drives: F3x
Join Date: Jul 2015
Location: USA

iTrader: (0)

Quote:
Originally Posted by tmdals0213
Quote:
Originally Posted by Gabreigns
Quote:
Originally Posted by whyycharles
anyone got this to work with the new 2016 lci taillights?
Yes. I have helped a friend who has LCI tail lights to enable this. Also enabled their European brake force display on hard braking and emergency flashers to go on in the event of sudden baking and full stop and off again automatically when the car gets moving again.
so this below will work for 2016+ lci rear fogs

Rear fog lights

REM / 3061 / NSL_L_KALTUEBERWACHUNG /nicht_aktiv
REM / 3061 / NSL_L_WARMUEBERWACHUNG /nicht_aktiv
REM / 3061 / NSL_L_IS_LED /aktiv
REM / 3061 / NSL_R_KALTUEBERWACHUNG /nicht_aktiv
REM / 3061 / NSL_R_WARMUEBERWACHUNG /nicht_aktiv
REM / 3061 / NSL_R_IS_LED /aktiv



could you please post the values? lines? use for the brake force display and emergency flashers to go on in the event of sudden baking?

A thousand thanks!!!
Sure thing!

Great write up on f80 forum where I got it from.
Brake Force Display LCI http://f80.bimmerpost.com/forums/sho....php?t=1225913

For brake force display.
Code For Brake Force Display
FEM BODY
ESS_AKTIVIERBARER_AUSGANG
Change to bremslicht_blinkend

By default interior fog lights come on but don't blink in the US.
Code For Outer Light Flashing
REM
3062
MAPPING_BRAKEFORCED_L_OUTPUT
change to bl


Do the same for BRAKEFORCED_R_OUTPUT.

Code for Flashing Rate
REM
3064 LceConfiguration, 2B
ESS BLINKFREQ 1
ESS BLINKFREQ 2
Change to 05 or other higher number


For hazard flashing on hard braking and turning off once moving.
I got the hazard flashing info from
http://www.bimmerfest.com/forums/sho...d.php?t=675938
We don't have FRM module. I think it is under either REM or FEM BODY

WB_GB_ENABLE->aktiv (default in NA is nicht_aktiv)
Appreciate 0