rufus
New Member
Posts: 2
|
Post by rufus on Mar 26, 2018 13:56:57 GMT
Hello together,
I would like to program the Trail Assist. I have the instructions for this. However, there is talk of a STG 10. My OBD11 does not know STG10 but only a 76th.
Is this the same?
Or does someone have the exact OBD11 programming for this? Area View, trailer hitch etc are available
thx a lot
|
|
|
Post by vwjap on Mar 26, 2018 20:53:09 GMT
So not this one? (Dunno where I found it, I just had it saved for some reason)
Select Park Assist Module (76) Coding Byte 0, Tick Bit 3
Select Instruments Module Coding Byte 12, Tick Bit 5
Select Reversing Camera Module Coding Byte 10, Tick Bit 3
Not tried myself as I have it as a factory option
But I know you need park assist (12 sensors) High line camera (the one with the moving lines)
|
|
rufus
New Member
Posts: 2
|
Post by rufus on Mar 28, 2018 11:18:41 GMT
Yes i have the 12 sensors and the high line camera. I do this coding but i got a mistake. If i do this, the i don't have the parking System on the discover media
|
|
|
Post by andreashakansson on Mar 19, 2019 11:09:05 GMT
Same problem for me
|
|
|
Post by Carolco on Mar 30, 2019 14:40:00 GMT
Any solution?
|
|
|
Post by wilsoff on Jul 26, 2019 7:27:48 GMT
I have 2019 Tiguan and have fitted oem spec tow bar from eBay. Swivel down type. I have fitted original harness and module and all works but I can’t get towbar to release using the switch in the boot.
Does anyone know what I need to change to get this to work. I can release the tow bar using OBDeleven app. So I know it’s wired correctly etc.
Can anyone with help and maybe upload a full scan log?
|
|
|
Post by vwgolf7dk on Jan 19, 2020 19:11:05 GMT
Has anyone succesfully activated Trailer Assist?
|
|
|
Post by jeroenm on Jan 21, 2020 7:29:24 GMT
I found the following on a different forum, maybe this works? I didn't try it myself
Enable trailer assist
StartVCDS()
CheckForUnits("6C,69",1) ;RVC and trailer as a requirement otherwise error
OpenUnit("6C")
TestComponent("Areaview",1) ; it is most likely that one already has the AreaView RVC
ChangeCoding("10:3","")
CloseUnit()
OpenUnit("10")
TestComponent("PLA 3.0",1) ; PLA required
LoginToUnit("71679")
ChangeCoding("0:3","")
CloseUnit()
OpenUnit("5F")
ChangeAdpChannel("menu_display_trailer_assistant","not activated")
ChangeAdpChannel("menu_display_trailer_assistant_over_threshold_high","not activated")
ChangeAdpChannel("Trailer_Assistant_0x36","not activated")
ChangeAdpChannel("Trailer_Assistant_msg_bus_0x36","Comfort data bus")
CloseUnit()
OpenUnit("17")
ChangeCoding("12:5","")
CloseUnit()
ClearAllDTCs()
|
|