| Author |
Message |
mansab Guest
Free account, no CAN development support
|
28-07-2005, 13:50 Subject: Trailer |
Quote |
|
How can I activate the trailer indicator light control? (Applicable to VW T5 and other vehicles like the Seat Ibiza, etc.)
Thank you very much, Manfred.
Translated on 04-07-2026, 21:41.
|
|
| Back to top |
|
 |
dieselschrauber Administrator


Joined: 04/12/2002 Posts: 18003 Karma: +784 / -0 Location: St.Gallen 2018 Volkswagen T6 
|
28-07-2005, 16:40 Subject: Trailer |
Quote |
|
Hello Manfred,
Is the coding in the body control module (address 09) adjusted?
Bit 1 (weight: 2) must be set.
Best regards, Rainer.
Translated on 04-07-2026, 21:42.
|
|
| Back to top |
Profile PM WWW Garage |
 |
mansab Guest
Free account, no CAN development support
|
29-07-2005, 18:33 Subject: Trailer |
Quote |
|
Thank you for the quick response.
'What is the value of bit 1?'
Best regards,
Manfred
Translated on 04-07-2026, 21:42.
|
|
| Back to top |
|
 |
dieselschrauber Administrator


Joined: 04/12/2002 Posts: 18003 Karma: +784 / -0 Location: St.Gallen 2018 Volkswagen T6 
|
29-07-2005, 22:36 Subject: Trailer |
Quote |
|
Hi,
Bit 1 of the value indicates whether or not the vehicle has a trailer hitch.
Example: Trailer hitch disabled; the old value is encoded as 17 (this is an arbitrarily chosen value; read yours and write it down!).
17 = 16 (Bit 4) + 1 (Bit 0) = binary 10001.
The binary representation 10011 corresponds to the decimal value 19.
Best regards, Rainer.
Translated on 04-07-2026, 21:43.
|
|
| Back to top |
Profile PM WWW Garage |
 |
Ross-Tech-Support Profi-Schrauber

Joined: 05/30/2005 Posts: 646 Karma: +8 / -0
Support
|
30-07-2005, 0:04 Subject: Trailer |
Quote |
|
To cut to the chase...
For the T5, Rainer is correct; simply add 2 to the current encoding.
However, with the Ibiza, it's different; there, it's 1 (bit 0).
Translated on 04-07-2026, 21:44.
|
|
| Back to top |
Profile PM |
 |