View Single Post
      08-06-2012, 03:20 PM   #1
arc1880
Second Lieutenant
United_States
13
Rep
258
Posts

Drives: '07 335i (e92)
Join Date: Jun 2010
Location: San Diego, CA

iTrader: (1)

[SOLVED] Is it possible to code rear turn signals as welcome lights?

I have a 2007 E92 with a production date of 04/2007. I have been trying to code the rear turn signals on as welcome lights WL_BLK_H but I've always run into an error writing the NFRM module back to the car.

I could have sworn I was able to code this before. Everything else in the NFRM I have been able to code as I just recently coded the LCI Taillight retrofit.

Any assistance would be greatly appreciated. Thanks.

UPDATE SOLVED: WARNING I WAS COMFORTABLE ENOUGH TO DO THIS TO MY CAR.

Quote:
So I was able to program WL_BLK_H finally. I had to use NCS Dummy to disassemble the FRM2_E89.C09 module file. I then opened the disassembled text file FRM2_E89.C09.txt and looked for WL_BLK_H. Here is the before and after the added values are in red:

BEFORE:

PARZUWEISUNG_FSW : {00003405} 0000000B 0001 0E52 {} (C0) {h} {} // WL_BLK_H
PARZUWEISUNG_PSW1 : 0009 (00) // nicht_aktiv

AFTER:

PARZUWEISUNG_FSW : {00003405} 0000000B 0001 0E52 {} (C0) {h} {} // WL_BLK_H
PARZUWEISUNG_PSW1 : 0009 (00) // nicht_aktiv
PARZUWEISUNG_PSW1 : 0492 (01) // soft_einschalten
PARZUWEISUNG_PSW1 : 0493 (02) // hart_einschalten


After changing the disassembled text file. I made sure to save a copy of the original FRM2_E89.C09. I then used NCS Dummy to browse for the disassembled text file for assembly and saved. I then copied the changed FRM2_E89.C09 into the location in the NCSEXPER\DATEN\E89

I then proceeded to code the NFRM module and changed the WL_BLK_H to either soft_einschalten or hart_einschalten. NOTE: It did not seem to matter if I set it to soft or hart. The rear blinkers will just turn on to full.

Last edited by arc1880; 08-15-2012 at 01:49 PM.. Reason: Solved
Appreciate 0