How turn on Alarm Light when the door is open!!

   #1  

Papa Leguas

Verified VCDS User
Verified
Joined
May 6, 2017
Messages
60
Reaction score
6
Location
Brazil
VCDS Serial number
C?ID=307965
Hi everyone,

A two weeks i am trying do one spexifi coding.

I wanna turn on alarm light on the door (MQB Plataform) when open the door.

Exemplo: If the door stay open, the light will stay on. When the door closed, the light alarm door turn off.

Look the video below.

https://www.instagram.com/p/BvQMaDJlBiL/?igshid=s9zct903i9ng

Tks a lot if somebody help me.

Best regards.
 
   #2  

TBAx

Verified VCDS User
Verified
Joined
Dec 3, 2016
Messages
719
Reaction score
630
Location
Germany
VCDS Serial number
C?ID=287144
Only possible in MQB-A0 cars, that have a set of light functions in the BCM adaptions, like this:

Code:
ENG124876-ENG115252-Leuchte15 SAFE LED C55-Dimming_AB_15,100 ,16
ENG124876-ENG115256-Leuchte15 SAFE LED C55-Dimming_CD_15,0 ,16
ENG124876-ENG115257-Leuchte15 SAFE LED C55-Dimming_Direction_CD_15,maximize ,16
ENG124876-ENG115261-Leuchte15 SAFE LED C55-Dimming_Direction_EF_15,maximize ,16
ENG124876-ENG115265-Leuchte15 SAFE LED C55-Dimming_Direction_GH_15,maximize ,16
ENG124876-ENG115260-Leuchte15 SAFE LED C55-Dimming_EF_15,0 ,16
ENG124876-ENG115264-Leuchte15 SAFE LED C55-Dimming_GH_15,0 ,16
ENG124876-ENG126590-Leuchte15 SAFE LED C55-Fehlerort_mittleres_Byte_DTC-DFCC_15,00 ,16
ENG124876-ENG115800-Leuchte15 SAFE LED C55-Lampendefektbit_Position_15,00 ,16
ENG124876-ENG115253-Leuchte15 SAFE LED C55-Light_Control_HD_AB_15,Always ,16
ENG124876-ENG115250-Leuchte15 SAFE LED C55-Light_Function_A_15,SafeLED ,16
ENG124876-ENG115251-Leuchte15 SAFE LED C55-Light_Function_B_15,nicht aktiv ,16
ENG124876-ENG115254-Leuchte15 SAFE LED C55-Light_Function_C_15,nicht aktiv ,16
ENG124876-ENG115255-Leuchte15 SAFE LED C55-Light_Function_D_15,nicht aktiv ,16
ENG124876-ENG115258-Leuchte15 SAFE LED C55-Light_Function_E_15,nicht aktiv ,16
ENG124876-ENG115259-Leuchte15 SAFE LED C55-Light_Function_F_15,nicht aktiv ,16
ENG124876-ENG115262-Leuchte15 SAFE LED C55-Light_Function_G_15,nicht aktiv ,16
ENG124876-ENG115263-Leuchte15 SAFE LED C55-Light_Function_H_15,nicht aktiv ,16

When you have those, the rest is a cheap trick.
 
   #3  

Papa Leguas

Verified VCDS User
Verified
Joined
May 6, 2017
Messages
60
Reaction score
6
Location
Brazil
VCDS Serial number
C?ID=307965
Yes, the plataform is MQB (new polo, virtus, golf, a3 and etc). Do you have this cheap trick? :)
Tks a lot.
 
   #4  

Papa Leguas

Verified VCDS User
Verified
Joined
May 6, 2017
Messages
60
Reaction score
6
Location
Brazil
VCDS Serial number
C?ID=307965
I think that the "trick" is on Central Eletric 9 adaptation, ok? But know what change is the secret!! :(
 
   #5  

TBAx

Verified VCDS User
Verified
Joined
Dec 3, 2016
Messages
719
Reaction score
630
Location
Germany
VCDS Serial number
C?ID=287144
It‘s not possible on a Golf, since it is MQB-A1 (or -GEN1). On Polo for instance it is possible.

Just change Leuchte15 SAFE LED C55-Light_Function_B_15 to the desired light function (i. e. „Door open“).
 
   #6  

Papa Leguas

Verified VCDS User
Verified
Joined
May 6, 2017
Messages
60
Reaction score
6
Location
Brazil
VCDS Serial number
C?ID=307965
It‘s not possible on a Golf, since it is MQB-A1 (or -GEN1). On Polo for instance it is possible.

Just change Leuchte15 SAFE LED C55-Light_Function_B_15 to the desired light function (i. e. „Door open“).

thanks a lot!
Breno
 
Back
Top