View Single Post
      06-20-2021, 02:23 AM   #77
nightwalkerbg
New Member
Bulgaria
0
Rep
5
Posts

Drives: F31 / Yaris II
Join Date: May 2021
Location: Sofia

iTrader: (0)

front Foglights on with High Beams

Hello, I have F31 2014
I'm trying to code front Foglights on with High Beams, like when blinking with High Beams or just turning on High Beams to have Foglights on and try this one with eSys :
Quote:
There are 2 stages to the coding process; the first prevents the fogs from automatically turning off when the high beams are active, the 2nd stage maps the high beams #2 (L&R) outputs to the (L&R) foglight hex addresses respectively.
CODE: SELECT ALL

FEM_01
>
3060 LceMaster
NSW_AUS_BEI_FL = nicht_aktiv
<
3063 LceLampMapping2
MAPPING_FERNL_2_L_OUTPUT = 0x0B
MAPPING_FERNL_2_R_OUTPUT = 0X0C
But in eSys I can't find 0x0B or OC so I guess coding with eSys, in this case, is a little bit different, can you help me plz.

As I'm understanding right I don't want to use next coding (with 05)
Quote:
Originally Posted by oranga View Post
Not true, if you code the following:
MAPPING_NEBELSCHW_L_FUNCTION = 03
MAPPING_NEBELSCHW_R_FUNCTION = 03
the fog lights will come on with the low beams.

Basically what those lines are doing is telling the computer to treat the fog lights not as fog lights anymore, but as a different light function, denoted by a number as outlined in Takkey's post. ......
So my computer will treat fog light as High Beam and I will not be able to turn foglights when let's say, there is fog - only with low beam? am I right.
So what is the right way to code "front Foglights on with High Beams" but still to have your foglight?

I hope I ask my question right.
Thank you in advance!
Appreciate 0