发表于 2007-06-28 17:15 IP属地:未知
The following is the label file for 16 – Steering Wheel which needs to be rejigerred.
* 0?xxxxx: Vehicle Type
o 0 = Normal
o 1 = Special Purpose (e.g., Taxi)
* 0x?xxxx: Transmission
o 0 = Manual Transmission
o 1 = Automatic Transmission
* 0xx?xxx: Steering Wheel
o 0 = Steering Wheel without Multifunction
o 1 = 3-Spoke Steering Wheel without Multifunction
o 2 = 3/4-Spoke Steering Wheel with Multifunction without Cruise Control
o 3 = 3/4-Spoke Steering Wheel with Multifunction with Cruise Control
* 0xxx?xx: Additional Equipment
o +1 = Tiptronic (Shift Paddles)
* 0xxxx?x: Board Computer / Cruise Control System (CCS)
o 0 = w/o Board Computer and w/o Cruise Control System (CCS)
o 1 = with Board Computer and w/o Cruise Control System (CCS)
o 2 = w/o Board Computer and with Cruise Control System (CCS)
o 4 = with Board Computer and with Cruise Control System (CCS)
* 0xxxxx?: Rear Wiper
o 1 = Rear Wiper not installed
o 2 = Rear Wiper installed
The original soft code on my car was as follows:
00xxxxx = normal vehicle type
0x1xxxx = automatic transmission
0xx0xxx = steering wheel w/o multifunction
0xxx0xx = no shift paddles
0xxxx2x = w/o MFD and w/ cruise control
0xxxxx1 = no rear wiper
0010021 = old soft code
The revised code was as follows:
00xxxxx = normal vehicle type
0x1xxxx = automatic transmission
0xx2xxx = 3-spoke steering wheel w/ multifunction
0xxx0xx = no shift paddles
0xxxx2x = w/o MFD and w/ cruise control
0xxxxx1 = no rear wiper
0012021 = new soft code (note that 0013021 might also work)