|
Post by pompom on Mar 9, 2020 22:13:52 GMT
Hi everyone,
I am looking for some help to polish cornering light activation on HID headlamp (8IH). Originally, the weather light does not support cornering light and when activated if you activate the turning signal the weather light of this side light off (weird functioning because you need more light in this side to turn safely).
Original setting : fog_light_config : foglight_at_all_weather_light fog_light : not_active all_weather_light : active skl_config : not_active skl_output : skl_via_can
So the following modification activate the cornering light : fog_light_config : static_cornering_light_via_foglightpin skl_config : cornering_light_fmvss skl_output : skl_via_bcm1
or
fog_light_config : static_cornering_light_via_foglightpin skl_config : skl_R119 skl_output : skl_via_bcm1
But I lose the ability to light on the weather light by the fog button (all weather button); in auto, I am able only to force the HID light on as previously but no weather light nor cornering light working.
If I make this modification fog_light_config : foglight_via_foglightpin fog_light : active The weather light can be light on by the fog button (all weather button) and the weather light remains active with the turn signal but no cornering light.
So, is someone have a good idea to have the cornering light in the all weather light and activate both weather light with the fog button ?
Thanks in advance, Seb
|
|
|
Post by pompom on Mar 13, 2020 15:58:58 GMT
Hi!
Does someone know how to have cornering light and fog light routed to the foglightpin ? Like to have static_cornering_light_via_foglightpin and foglight_via_foglightpin simultaneously in the fog_light_config.
Thanks ! Seb
|
|
|
Post by pompom on Apr 1, 2020 16:43:51 GMT
Hi everyone,
So, I made some investigation and I need some help. The settings in long coding values are the following for : - foglight_via_foglightpin : - BYTE 03 bit 0 = 1 - BYTE 03 bit 1 = 0 - BYTE 03 bit 2 = 0 - foglight_at_all_weather_light : - BYTE 03 bit 0 = 0 - BYTE 03 bit 1 = 1 - BYTE 03 bit 2 = 0 - static_cornering_light_via_foglightpin : - BYTE 03 bit 0 = 0 - BYTE 03 bit 1 = 0 - BYTE 03 bit 2 = 1
So I tried the following coding to have foglight_via_foglightpin and static_cornering_light_via_foglightpin simultaneously activated : - BYTE 03 bit 0 = 1 - BYTE 03 bit 1 = 0 - BYTE 03 bit 2 = 1 But I had the following error "function not supported".
Is an error given by OBDeleven App (limitation of the app) or is an error send by the Central Electrics 09 module which does not allow BYTE 03 bit 0 and BYTE 03 bit 2 simultaneously set at 1 ?
Does someone have an idea to bypass this issue ?
Thanks, Seb
|
|