Zitat:
Original geschrieben von earnie
Hallo, unter dem Link
http://wiki.ross-tech.com/index.php/VW_Tiguan_%285N%29
könnt ihr alles über die Programmierung vom Tiguan nachlesen
hier ist auch die Bedeutung vom STG 09 RLS:
Byte 00: Rain Sensor Correction (Infrared Transperency at 880nm)
Byte 01: Light Sensor Correction (Transperency)
Byte 02: Options
+1 = Highway Light
+2 = Rain Light
+4 = Rain Closing
Notes
If a coding needs to be altered, it has to be converted from decimal (dec) to hexadecimal (hex).
Bytes are counted from right to left, starting with 0. This is backwards from what you may be used to from editing Long Codings.
Bits are counted from right to left, starting with 0.
Once converted to hex each byte has to be converted to decimal seperately.
Byte 02 coding is the sum of the individual options.
Example
Coding is "00217165" (dec) = "03504D" (hex)
Byte 00 = 4D (hex) = 77 (dec) = Rain Sensor Correction value is 77%
Byte 01 = 50 (hex) = 80 (dec) = Light Sensor Correction value is 80%
Byte 02 = 03 (hex) = 03 (dec) = 01+02 = Options 01 (Highway Light) and 02 (Rain Light) set
Damit ist die Bedeutung von dem Code 00208933:
Rain Sensor Correction Value is 25%
Light Sensor Correction Value is 30%
Highway Light und Rain Light ist aktiviert
die Bedeutung vom Code 00471077:
Rain Sensor Correction Value is 25%
Light Sensor Correction Value is 30%
Highway Light , Rain Light und Rain Closing ist aktiviert
Gruß
earnie
Hallo Earnie.
Kann man eventuell auch den Sensor für das automatische einschalten des Lichtes
empfindlicher einstellen? Mein Licht geht meiner Meinung nach ziemlich spät an.
Ich hatte heute einen Passat CC und dort ging das Licht wesentlich früher an.
Habe meinen Händler gefragt, aber der wußte es nicht.
Servus
Kmmchen