|
Post by TyrannosauRussX on Feb 5, 2020 1:21:57 GMT
Rear indicators are not very noticeable. I want to make them stand out a bit more. How about having part of tail light flashing alternately with indicators? Or rear fog light (next to left indicator) and reverse light (next to right indicator) flashing alternately or with rear indicators? I know the lights assignments, but no idea how to code it. Does anybody know?
Thanks
Leuchte18BLK HLA71 - rear left indicator (taillights) - blinker hinten links (rückleuchten) Leuchte19BLK HRC10 - rear right indicator (taillights) - blinker hinten rechts (rückleuchten) Leuchte20BR LA70 - rear left brake light (taillights) - bremsleuchte hinten links (rückleuchten) Leuchte21BR RC8 - rear right brake light (taillights) - bremsleuchte hinten rechts (rückleuchten) Leuchte22BR MC9 - rear top brake light (3rd brake light) - bremsleuchte hinten mitte (drittes bremslicht) Leuchte23SL HLC7 - rear left parking light (taillights) - standlicht hinten links (rückleuchten) Leuchte24SL HRA69 - rear right parking light (taillights) - standlicht hinten links (rückleuchten)
Leuchte26NSL A65 - rear fog light (taillights) - nebelschlussleuchte (rückleuchten)
Leuchte28RFL C3 - reversing light (taillights) - rückfahrlicht (rückleuchten)
|
|
ViĆ
Full Member
Posts: 185
|
Post by ViĆ on Feb 5, 2020 18:50:08 GMT
You seem to have done some coding and understand partially on how to code "DRLs dimming with Indicators"once you enter the correct "Leuchte" that you wanna modify you probably have seen a long list of values under "Lichtfuntion" Lets start with "Links" and "Rechts" which is basically "Left" and "Right", easy to remember which is which because they start with the same letter. Dont change "Lichtfunktion A" in any leuchte thats the lights basic function, and you will most likely get error/faults when you scan the car. Here is few of the first on the list, nicht aktiv = Not active Aktiv 100% = Constantly on even with ignition/engine off Blinken Links Hellphase = When left indicator is used light flashes with/dimmed/turns off with indicator depending on Dimming direction (Minimize/Maximize) and dimming value under Dimmwert
Blinken Links Dunkelphase = When left indicator is used light flashes alternately/dimmed/turns off alternately to indicator depending on Dimming direction (Minimize/Maximize) and dimming value under Dimmwert
Blinken Rechts Hellphase = When right indicator is used light flashes with/dimmed/turns off with indicator depending on Dimming direction (Minimize/Maximize) and dimming value under Dimmwert
Blinken Rechts Dunkelphase = When right indicator is used light flashes alternately/turns off alternately to indicator depending on Dimming direction (Minimize/Maximize) and dimming value under Dimmwert
Blinken Links aktiv = When left indicator is used light is constantly on/dimmed/off depending on Dimming direction (Minimize/Maximize) and dimming value under Dimmwert
Blinken Rechts aktiv = When right indicator is used light is constantly on/dimmed/off depending on Dimming direction (Minimize/Maximize) and dimming value under Dimmwert
You can easily use google translate for the rest on the list and pretty easy to understand Always have a backup of the car modules so you can easily revert back to stock. ------------ Let say you want to make your rear parking light to flash alternately to the indicator only when your are driving with light switch on 0 Leuchte23SL HLC7 Find a "Lichtfunktion" group that is free from a funktion already coded or shares same dimming direction and dimmwert in this example i choose "Lichtfunktion E 23" Change nicht aktiv to Blinken Links Dunkelphase Dimmwert EF 23: 100 Dimming Direction EF 23: Maximize dont forget to do the same coding for right side "Leuchte 24" but use Rechts funktion instead of Links ---- with that said go out and explore thats the fastest way to understand.
|
|
|
Post by TyrannosauRussX on Feb 5, 2020 20:29:02 GMT
Thank you for your comprehensive answer. This is exactly what I've been looking for! The best answer I could find to Blinken links Hellphase/Blinken links Dunkelphase was Flashing left light phase/Flashing left dark phase. Didn't make any sense to me. Thanks ViĆ
|
|
ViĆ
Full Member
Posts: 185
|
Post by ViĆ on Feb 8, 2020 11:46:40 GMT
No worries man, cheers !
|
|
|
Post by TyrannosauRussX on Feb 23, 2020 20:17:52 GMT
Based on ViĆ advice I was able to code my taillights the way I wanted, matching my front DRLs. (see link) Although he mixed up the dunkelphase and helphase commands, its the other way round.
Cheers
Taillights flashing in phase with indicators (flashing with…) Control Unit 09 - Central Electronics - Adaptation - Leuchte23SL HLC7 (Left Taillight):Light Function_G_23: Blinken Links DunkelphaseDimming_GH_23: 0Dimming_Direction_GH_23: minimizeControl Unit 09 - Central Electronics - Adaptation - Leuchte24SL HRA69 (Right Taillight):Light Function_G_24: Blinken Rechts DunkelphaseDimming_GH_24: 0Dimming_Direction_GH_24: minimizeTaillights flashing out of phase with indicators (flashing alternately…)Control Unit 09 - Central Electronics - Adaptation - Leuchte23SL HLC7 (Left Taillight):Light Function_G_23: Blinken Links HellphaseDimming_GH_23: 0Dimming_Direction_GH_23: minimizeControl Unit 09 - Central Electronics - Adaptation - Leuchte24SL HRA69 (Right Taillight):Light Function_G_24: Blinken Rechts HellphaseDimming_GH_24: 0Dimming_Direction_GH_24: minimize
Enabe taillights with DRLs Control Unit 09 - Central Electronics - Adaptation - Daytime running lights: Tagfahrlicht-Dauerfahrlicht aktiviert zusaetzlich Standlicht: active Control Unit 09 - Central Electronics - Adaptation - Leuchte23SL HLC7 (Left Taillight): Light Function_D_23: Tagfahrlicht Dimming_CD_23: 100 Dimming_Direction_CD_23: maximize Dimming_AB_23: 100 Control Unit 09 - Central Electronics - Adaptation - Leuchte24SL HRA69 (Right Taillight): Light Function_D_24: Tagfahrlicht Dimming_CD_24: 100 Dimming_Direction_CD_24: maximize Dimming_AB_24: 100
|
|
ViĆ
Full Member
Posts: 185
|
Post by ViĆ on Feb 29, 2020 11:59:56 GMT
^^ As i wrote it all depends on your dimming direction, my "guide" iss based on Maximize (which i forgot to mention), which makes the light turn on to flash. You are using minimize which is turning the light off, then yes my guide is "wrong" and the opposite.
nice work getting it done, you seem to understand the leuchte programming which isnt that hard once you get it.
|
|