View Single Post
      10-29-2013, 10:01 PM   #23
d1saster
Captain
Bulgaria
60
Rep
675
Posts

Drives: F15 N55 & E93 N51
Join Date: Oct 2012
Location: Las Vegas

iTrader: (0)

Successfully coded the following features:

Close Windows/Roof with key fob
CAS
KOMFORTSCHLIESSUNG_FB
aktiv

Unlock Doors when eject key fob (turn off engine with CA)
CAS
ER_KEYOUT_AUTOVR
aktiv

Auto eject key after ignition off while holding Start/Stop button (Not sure if this one is needed with CA but my doors unlock immediately afetr turn off engine)
CAS
KOMFORT_EJECT
aktiv

TIME TO HOLD START/STOP BUTTON FOR AUTOMATICALLY EJECTING KEY [TIME_MS=DATA*50] (LINKED TO [KOMFORT_EJECT])
CAS
KOMFORT_AUS_IN_50MS
wert_03 OE =15*50=750ms (I didn't change this one, wert_03 is the OEM setting)

Wiper wipes to End position after turning engine off
2JBBF
ZYCLUS_VOLLEND_KLR_AUS
aktiv

Auto Headlight Sensitivity adjustment from BC Button
KOMBI
LICHT_AUT_WERT_1 aktiv
LICHT_AUT_WERT_2 aktiv
LICHT_AUT_WERT_3 aktiv

Digital Speed
KOMBI
BC_DIGITAL_V
aktiv

True digital speed
KOMBI
BC_DIGITAL_V_KORREKTUR
nicht_aktiv

Remove blanc line from BC menu
KOMBI
BC_LEERZEILE
nicht_aktiv

Side Marker Delete US
NFRM
SIDEMARKER_US_MIT_FRA_V
nicht_aktiv

Disable windows safety feature. Opening doors will not interrupt window roll up operation.
NFRM
FH_TUERAUF_STOP_MAUT_3R
aktiv

Double Blink Hazards
NFRM
DOPPELBLINKIMPULS_WARNBLK
aktiv

Changed the number of turn signal blinks. It's a setting for each key, so there are four settings to change. Use nettodat method:
NFRM
MIND_ANZ_ZYKL_TIPP_BLK

AC off with auto mode. Seasonal setting.
KLIMA_MIT_AUTO - four lines need to be changed
nicht_aktiv


Still researching about the following features:

Enable the parked car ventilation option. I can't read 2URAD module. NCSExper gives me an error. Can't access 2URAD module with K+DCAN cable.
2URAD
STANDHEIZUNG
aktiv

Recirculating air memory
IHK
UMLUFT_MEMORY
aktiv

Eco pro remember last state. Tested but not working. Eco-pro still defaults to OFF when engine is restarted.
IHK
ECO_PRO_LAST_FU
aktiv

Fuel Tank Reserve Warning. I like to put gas when I'm at quarter tank. Currently it warns me at around 1/8.
KOMBI
C08_TANK_SCHWELLE_RESERVE
wert_01

Gear shift indicator in OBC. Tested but not working. Gear indicator is still standard D while driving.
KOMBI
SCHALT_PKT_BC
aktiv

True analog speed. Disable correction. Found other options. Doesn't work.
KOMBI
BC_V_KORREKTUR
nicht_aktiv

Found the following options that reflect the analog speed, but haven't played with:
C08_K_ZAHL_TACHO - IMPULSES PER KILOMETER FOR SPEEDOMETER
wert_06 77,5B E84

C08_K_ZAHL_TACHO_KOMPL - IMPULSES PER KILOMETER FOR SPEEDOMETER (COMPLEMENTARY)
wert_06 88,A4 E84

C08_K_ZAHL_WEG - IMPULSES PER KILOMETER FOR ODOMETER
wert_06 D2,5C E84

C08_K_ZAHL_WEG_KOMPL - IMPULSES PER KILOMETER FOR ODOMETER (COMPLEMENTARY)
wert_06 2D,A3 E84

Freezing temp warning (lower limit)
KOMBI
AUSSENTEMP_ANZ_FEHLER_1
wert_03 36

Increase Angel Eyes Brightness
NFRM
PWM_SL_1_FKT_SL_TFL
wert_09 currenly at this setting

Eyebrows on with DRL
Angel eyes different brightness at different stages
Rear lights at different stages

Last edited by d1saster; 10-31-2013 at 08:58 AM..
Appreciate 0