ACC to Regular Cruise 2016 Touareg

Status
Not open for further replies.
   #41  

rolandogarzacano

New Member
Joined
Dec 20, 2023
Messages
1
Reaction score
0
Location
Mexico
My observation from 7P ACC DeFit:

Warnings!!!​

  • Possible instrument cluster fuckups - DO NOT TRY TO CODE INSTRUMENT CLUSTER!. Got checksum error once. Luckily managed to fix it with special tools.
  • Instrument cluster does not show CCS speed and state (may be some coding or smth)
  • Some modules will have error codes

Physical modifications​

Remove SC49 fuse from drivers side fuse box (acc fuse)


Code:
Coding
01-Engine
BYTE 5:

BIT 5: 0 -> 1
BIT 6: 1 -> 0

02-Auto trans
Needs basic settings

03-ABS Brakes
Bytes 5,7,9,11,13 contains car vin code.
Correlate Bytes:


BYTE 4/12


BYTE 6:

BIT 1: 1 -> 0
BIT 3: 1 -> 0

BYTE 14:

BIT 4: 1 -> 0
BIT 6: 1 -> 0

10: Park/Steer Assist (J446)
BYTE 1:

BIT 3: 1 -> 0

16: Steering wheel (J527)
BYTE 2:

BIT 3: 1 -> 0

17: Instruments (J285)
CAUTION: possible checksum error
BYTE 4:

BIT 2: 1 -> 0

19: CAN Gateway (J533)
Installation list

34: Level Control (J197)
BYTE 3:

BIT 0: 1 -> 0

46: Central Conv. (J393)
BYTE 12:

BIT 2: 1 -> 0



5F-Information electr.
From green menu:


disable "adaptive cruise control and front assist (swa?)
BYTE 6:

BIT 3: 1 -> 0

8F: Pretens. Frt Left (J854)
BYTE 1:

BIT 5: 1 -> 0
BIT 6: 1 -> 0

BYTE 2:

BIT 1: 1 -> 0
BIT 2: 1 -> 0

BYTE 7:

BIT 0: 1 -> 0
BIT 1: 1 -> 0
BIT 2: 1 -> 0
BIT 3: 1 -> 0
BIT 4: 1 -> 0
BIT 5: 1 -> 0
BIT 6: 1 -> 0

BYTE 13:

BIT 2: 0 -> 1

BYTE 14:

BIT 3: 0 -> 1

90: Pretens. Frt Right (J855)
BYTE 1:

BIT 5: 1 -> 0
BIT 6: 1 -> 0

BYTE 2:

BIT 1: 1 -> 0
BIT 2: 1 -> 0

BYTE 7:

BIT 0: 1 -> 0
BIT 1: 1 -> 0
BIT 2: 1 -> 0
BIT 3: 1 -> 0
BIT 4: 1 -> 0
BIT 5: 1 -> 0
BIT 6: 1 -> 0

BYTE 13:

BIT 2: 0 -> 1

BYTE 14:

BIT 3: 0 -> 1
I don’t understand the steps for auto trans and abs brakes modules, can someone explain what needs to be done to those, Please.
 
Status
Not open for further replies.
Back
Top