Thread: X2 coded!
View Single Post
      01-22-2022, 11:15 AM   #69
rice_rocket88
Major
No_Country
298
Rep
1,079
Posts

Drives: E60 F48 F39
Join Date: Mar 2019
Location: Boston

iTrader: (0)

I was going to set off to do this today for fun, but poking around I see a lot of discrepancy and I haven't decided which way to go:

e30lover318i has a link to the F30 forums which is "easier" since there's less lines:

FEM_BODY / 3060 LCEMaster 1C / NSL_Verbaut = Verbaut

REM / 3063 LCELampMapping 2 / Mapping_Nebelschlussl_L_output = nsl_l
REM / 3063 LCELampMapping 2 / Mapping_Nebelschlussl_L_Function = nebelschlusslicht
REM / 3063 LCELampMapping 2 / Mapping_Nebelschlussl_R_output = nsl_l
REM / 3063 LCELampMapping 2 / Mapping_Nebelschlussl_R_Function = nebelschlusslicht

However, I just popped into the X1 forums being a little newer, and there's a ton more lines and different "Modules" to code.

X1 Forum
Activate rear fog lights with light control switch with rear fog light switch (must have switch):

Code 1:
BDC_Body: -->

1) 3068 --> NSL_Verbaut = Verbault
2) 3064 --> Mapping_Nebelschlussl_L_Output --> NSL_L (hex 1C)
3) 3064 --> " " _L_function --> nebelschlusslicht
(hex 0E)
4) 3064 --> Mapping_Nebelschlussl_R_Output --> NSL_R (HEX 1D)
5) 3064 --> " " _R_function --> nebelschlusslicht
(hex 0E)
6) 3064 --> Mapping_Nebelschlussl_L_PWM1 --> 87
7) 3064 --> Mapping_Nebelschlussl_R_PWM1 --> 87



So, which way to go? Sounds like both methods work, but I'm not sure which to choose. I don't see myself using it too much, but every time I say that I get a nice misty yucky day and I was thinking.. I should do this.. haha.
Appreciate 0