Hi all,
this script applies to all new Audi MLBevo cars like Audi A4 B9
It enables the simple High Beam Assist when absolutely no headlight assist is equipped.
There is an exception for the ultra new zFAS cameras with 85 Byte coding (VW Touareg 3) as this is not possible there with that script.
Cheers,
hadez16
this script applies to all new Audi MLBevo cars like Audi A4 B9
It enables the simple High Beam Assist when absolutely no headlight assist is equipped.
Code:
StartVCDS()
OpenUnit("A5")
TestComponent("BVS",1) ;coding does not apply on ultra new zFAS cameras like VW Touareg 3
ChangeCoding("21:5","")
CloseUnit()
OpenUnit("09")
ChangeCoding("5:0,5,6","")
CloseUnit()
ClearAllDTCs()
There is an exception for the ultra new zFAS cameras with 85 Byte coding (VW Touareg 3) as this is not possible there with that script.
Cheers,
hadez16