Testbench setup?

   #221  

Ronaldo

Verified VCDS User
Verified
Joined
Feb 13, 2019
Messages
143
Reaction score
144
Location
Brazil
VCDS Serial number
C?ID=357813
Can you tell me what I must fixed in the code?
I don't install the jumper on the board.
Best
The line:
"kStatusBuf[0]=checkSum;"
Should be:
"kStatusBuf[0]=checkSum[ i ];"

And the interface only works with the jumper installed.
 
Last edited:
   #222  

Medusa852

Verified VCDS User
Verified
Joined
Oct 21, 2020
Messages
3
Reaction score
1
Location
Germany
VCDS Serial number
C?ID=39227
thank you,
i've now tested, and it works well.
 
   #223  

CretuMD

Verified VCDS User
Verified
Joined
Jan 26, 2021
Messages
5
Reaction score
0
Location
Bucharest, Romania
Got my CANbus signal generator improved a bit. Now I'm able to fool an instrument cluster into thinking it's racing at 260 km/h, at 7.000 RPM at 9th gear, while it's actually sitting calmly on a wood bench. There are a few issues yet to be fixed though, but I'm working on it. Thanks all for the inspiration.

7Y1Luxa.jpg
Hi Ronaldo,

Could you please share the code for arduino for running cluster speed and rpm ?
 
   #224  

iichel

Verified VCDS User
Verified
Joined
Aug 10, 2016
Messages
3,759
Reaction score
4,173
Location
Netherlands, eastern part
VCDS Serial number
C?ID=284912
Hi guys, I'm pretty impressed by the Arduino work shown above.
For my project of mounting MQB seats in my Polo, I'm looking for such a solution to tell the seats that Terminal 15 status is on.
The seat modules are only connected to +30, GND and CAN comfort. And the massage function for example only works with the T15 on.

Would somebody be able and willing to prove an Arduino with software to work with the MQB gateway and broadcast the T15 message?
I'd be able to purchase the MQB gateway myself and do all the wiring, as long as basic instructions are provided.
I'd be happy to pay for it to cover any costs and labour.

Thanks.
 
   #225  

Ronaldo

Verified VCDS User
Verified
Joined
Feb 13, 2019
Messages
143
Reaction score
144
Location
Brazil
VCDS Serial number
C?ID=357813
Hi Ronaldo,

Could you please share the code for arduino for running cluster speed and rpm ?
Sure, but the code is a little messy and full of unimportant lines of code that I kept while I was doing tests for other functions, so it can be a little confusing. I can PM it to you if you are interested.
 
   #226  

Ronaldo

Verified VCDS User
Verified
Joined
Feb 13, 2019
Messages
143
Reaction score
144
Location
Brazil
VCDS Serial number
C?ID=357813
Hi guys, I'm pretty impressed by the Arduino work shown above.
For my project of mounting MQB seats in my Polo, I'm looking for such a solution to tell the seats that Terminal 15 status is on.
The seat modules are only connected to +30, GND and CAN comfort. And the massage function for example only works with the T15 on.

Would somebody be able and willing to prove an Arduino with software to work with the MQB gateway and broadcast the T15 message?
I'd be able to purchase the MQB gateway myself and do all the wiring, as long as basic instructions are provided.
I'd be happy to pay for it to cover any costs and labour.

Thanks.
If all you need is to send the T15 ON message to your seats, you don't need to install a MQB gateway. The arduino board with a Canbus interface will do the job right?
 
   #227  

dnoermann

Verified VCDS User
Verified
Joined
Jan 3, 2019
Messages
237
Reaction score
488
Location
Germany
VCDS Serial number
C?ID=358118
Hi guys, I'm pretty impressed by the Arduino work shown above.
For my project of mounting MQB seats in my Polo, I'm looking for such a solution to tell the seats that Terminal 15 status is on.
The seat modules are only connected to +30, GND and CAN comfort. And the massage function for example only works with the T15 on.

Would somebody be able and willing to prove an Arduino with software to work with the MQB gateway and broadcast the T15 message?
I'd be able to purchase the MQB gateway myself and do all the wiring, as long as basic instructions are provided.
I'd be happy to pay for it to cover any costs and labour.

Thanks.

For Testbench you could use a Raspberry Pi and my Python Script to send Terminal 15 status is on.
Or any other simple thing that is able to send can Messages.
Have a look at the code for option "-MQB_Klemme_15_On" in my Script.
 
   #228  

DV52

Verified VCDS User
Verified
Joined
May 16, 2014
Messages
5,469
Reaction score
5,935
Location
Melbourne, Australia
VCDS Serial number
C?ID=194404
Hi guys, I'm pretty impressed by the Arduino work shown above.
For my project of mounting MQB seats in my Polo, I'm looking for such a solution to tell the seats that Terminal 15 status is on.
The seat modules are only connected to +30, GND and CAN comfort. And the massage function for example only works with the T15 on.

Would somebody be able and willing to prove an Arduino with software to work with the MQB gateway and broadcast the T15 message?
I'd be able to purchase the MQB gateway myself and do all the wiring, as long as basic instructions are provided.
I'd be happy to pay for it to cover any costs and labour.

Thanks.
miichel: I'm more than happy to accept the payment that you would have made for the "Arduino option" - but using my fix instead !!! Only kidding, of course - I only require your undying gratitude which is worth much more than money to me! :D

On a serious note and without intending any offense - are you sure about your facts? I ask because your "interracial" project doesn't appear to align with my MQB data.

I'm happy to be corrected by more informed colleagues - but looking at the CAN network arrangement for MQB vehicles like the Golf mk7 (i.e. SSP 517), I can't find any mention of the massage control unit - J740 participating on any CAN bus (including the Convenience CAN - which I assume is the MQB equivelent to the Polo "Comfort CAN" )

I've also looked at a couple of MQB WDs (VW and Audi) and I can find no J740 connections to the CAN network - this has been confirmed by the pin-out designation list for J740 on the WDs

Finally, to satisfy my confusion - I've just confirmed that the seat massage function on my Audi A3 8V (MQB platorm build) does indeed work with the ignition-OFF (i.e. sans CAN wake-up signal).

So, unless I'm missing the bleeding-obvious (not unlikely) - I reckon the answer to your Arduino option is to not use an Arduino!!

Don

EDIT: oops @Ronaldo - you posted first
 
   #229  

iichel

Verified VCDS User
Verified
Joined
Aug 10, 2016
Messages
3,759
Reaction score
4,173
Location
Netherlands, eastern part
VCDS Serial number
C?ID=284912
If all you need is to send the T15 ON message to your seats, you don't need to install a MQB gateway. The arduino board with a Canbus interface will do the job right?

Thank you for mixing in, I was hoping you'd blend in to the discussion. :thumbs:
Yes, probably, if it is able to send it on the comfort canbus. Then the arduino board itself should be sufficient.
No need for a gateway in such case.

miichel: I'm more than happy to accept the payment that you would have made for the "Arduino option" - but using my fix instead !!! Only kidding, of course - I only require your undying gratitude which is worth much more than money to me! :D

On a serious note and without intending any offense - are you sure about your facts? I ask because your "interracial" project doesn't appear to align with my MQB data.

I'm happy to be corrected by more informed colleagues - but looking at the CAN network arrangement for MQB vehicles like the Golf mk7 (i.e. SSP 517), I can't find any mention of the massage control unit - J740 participating on any CAN bus (including the Convenience CAN - which I assume is the MQB equivelent to the Polo "Comfort CAN" )

I've also looked at a couple of MQB WDs (VW and Audi) and I can find no J740 connections to the CAN network - this has been confirmed by the pin-out designation list for J740 on the WDs

Finally, to satisfy my confusion - I've just confirmed that the seat massage function on my Audi A3 8V (MQB platorm build) does indeed work with the ignition-OFF (i.e. sans CAN wake-up signal).

So, unless I'm missing the bleeding-obvious (not unlikely) - I reckon the answer to your Arduino option is to not use an Arduino!!

Don

EDIT: oops @Ronaldo - you posted first
Hi Don, it's always a pleasure to read your posts. :cool:
And yes you are completely right about the J740 being a dumb module. With no canbus and massage function.
The seats I laid my eye on, proverbially speaking, however are different.

There are, roughly speaking, two kinds of electrically adjustable seats.
You have the J740 version you're talking about, with adjustable backrest and massage function: 3AA959257

gFkT0Lb.png


And there is the J810 memory version with everything adjustable. 3AA959760A
Y02OwsV.png


There is absolutely zero need for such a memory seat in my humble Polo. But I do want it.
Not because of the memory function but I want them to adjust electrically in all ways.

I am uncertain about the exact details of your MQB Audi A3.
If it offers the memory seats, I'm completely satisfied I don't need the arduino.
If your Audi does offer the memory seats, you should have a canbus connection:

wI5sdpY.png


Let me know what you think :)
For Testbench you could use a Raspberry Pi and my Python Script to send Terminal 15 status is on.
Or any other simple thing that is able to send can Messages.
Have a look at the code for option "-MQB_Klemme_15_On" in my Script.

Thanks. I am well aware of many possibilities regarding the arduino and rPi like solutions
The problem is, I don't know too much about these things so I'd rather spend some money and ask somebody to do it for me.
That way I'm sure at least that parts works, and if it fails, it's due to something else I do understand. Like vehicle electrics :D
 
   #230  

DV52

Verified VCDS User
Verified
Joined
May 16, 2014
Messages
5,469
Reaction score
5,935
Location
Melbourne, Australia
VCDS Serial number
C?ID=194404
There are, roughly speaking, two kinds of electrically adjustable seats.
You have the J740 version you're talking about, with adjustable backrest and massage function: 3AA959257.......And there is the J810 memory version with everything adjustable. 3AA959760A

There is absolutely zero need for such a memory seat in my humble Polo. But I do want it.
Not because of the memory function but I want them to adjust electrically in all ways.

I am uncertain about the exact details of your MQB Audi A3.
If it offers the memory seats, I'm completely satisfied I don't need the arduino.
If your Audi does offer the memory seats, you should have a canbus connection:

Let me know what you think :)

hmm........... you are definitely a much more "courageous" person than me!!!

The exercise of crow-barring a set of front seats from a MQB platform car into a Polo (not sure which version) is daunting enough (for me), but you also want to include the additional complication of marrying together the protocols from the MQB Convenience CAN bus to a Polo "CAN Comfort" bus.

ALL this when there is a far simpler (albeit non-memory) solution; being MQB platform seats with stand-alone modules that require no integration of the potentially different CAN buses (which likely will have quite different mating protocols)!! Respect!!

I had assumed that faced with the 2 x options, the relatively high risk of the new seats becoming a stranded investment would have resulted in you choosing the simpler version seat - because of the untested and novel nature of the project. Particularly since it's unclear whether the only CAN message that J810 receives ( or sends?) for error free operation is for CAN wake up - and especially given that the CAN integration task across different build platforms appears to be a "virgin" exercise! Notwithstanding that you want to outsource the CAN work (big ask IMO), I repeat - very courageous, and again- respect!!

As for your specific question - yes, the Audi A3 8V has a similar arrangement for J810 to talk to the Convenience CAN (MQB protocols, of course)

Don
 
Last edited:
   #232  

torrebasetez

Verified VCDS User
Verified
Joined
Sep 21, 2018
Messages
118
Reaction score
18
Location
Spain
VCDS Serial number
C?ID=354490
hello. I have a test bench based on the audi 4G platform. I have some modules connected and they are recognized well. But I try to connect the door modules, and it recognizes it but does not allow access to it. I have connected according to the elsawin diagram, +, - and two CAN, which go to CAN COMFORT HIGH AND CAN COMFORT LOW. I have unit 46, but I don't have unit 09. I don't know if it influences that I don't have unit 09. Could you help? Thank you.
Code:
Thursday,27,January,2022,15:26:21:58101
VCDS -- Windows Based VAG/VAS Emulator Running on Windows 10 x64
VCDS Version: 21.9.0.1 (x64)  HEX-V2 CB: 0.4555.4
Data version: 20210824 DS330.0
www.Ross-Tech.com

Workshop Code: 123 12345 023456

VIN: WAUZZZ4G3HN002331   License Plate:


Chassis Type: 4G-AU57 (4G5)
Scan: 01 03 05 08 10 17 19 42 46 52 53 5F 62 72 47

VIN: WAUZZZ4G3HN002331   Mileage: 134330km-83468miles

01-Engine -- Status: Malfunction 0010
03-ABS Brakes -- Status: Malfunction 0010
05-Acc/Start Auth. -- Status: Malfunction 0010
08-Auto HVAC -- Status: Malfunction 0010
10-Park/Steer Assist -- Status: Malfunction 0010
17-Instruments -- Status: Malfunction 0110
19-CAN Gateway -- Status: Malfunction 0010
42-Door Elect, Driver -- Status: Malfunction 0010
46-Central Conv. -- Status: Malfunction 0010
52-Door Elect, Pass. -- Status: Malfunction 0110
53-Parking Brake -- Status: Malfunction 0010
5F-Information Electr. -- Status: Malfunction 0010
62-Door, Rear Left -- Status: Malfunction 0110
72-Door, Rear Right -- Status: OK 0000
-------------------------------------------------------------------------------
Address 01: Engine (J623-CNHA)       Labels:. 04L-907-309-V1.clb
   Part No SW: 04L 906 021 FQ    HW: 04L 907 309
   Component: R4 2,0L EDC   H23 1649 
   Revision: 85H23---    CVN: 00F3A24DC19C777100000000
   Coding: 0A254012242401080000
   Shop #: WSC 02391 785 00200
   ASAM Dataset: EV_ECM20TDI01104L906021FQ 002004
   ROD: EV_ECM20TDI01104L906021FQ_002.rod
   VCID: 79AFEFA639577D93E0C-802C
   VINID: 9D196AAAA1170D87800020C304BA3E7527

14 Faults Found:
4901 - Engine Mount Solenoid Valves (N144/N145)
          P1588 00 [039] - Open Circuit
          Not Confirmed - Tested Since Memory Clear
             Freeze Frame:
                    Fault Status: 00000001
                    Fault Priority: 2
                    Fault Frequency: 1
                    Mileage: 134330 km
                    Date: 2020.02.12
                    Time: 00:17:17

                    Engine RPM: 0.00 /min
                    Normed load value: 0.0 %
                    Vehicle speed: 255 km/h
                    Coolant temperature: 10 °C
                    Intake air temperature: -40 °C
                    Ambient air pressure: 1030 mbar
                    Voltage terminal 30: 11.880 V
                    Unlearning counter according OBD: 40
                    Engine mount 1 bank 1-Bits 0-7: 0

5132 - Valve for Fuel Metering (N290)
          P0090 00 [167] - Open Circuit
          MIL ON - Not Confirmed - Tested Since Memory Clear
             Freeze Frame:
                    Fault Status: 00000001
                    Fault Priority: 2
                    Fault Frequency: 1
                    Mileage: 134330 km
                    Date: 2020.02.12
                    Time: 00:17:16

                    Engine RPM: 0.00 /min
                    Normed load value: 0.0 %
                    Vehicle speed: 255 km/h
                    Coolant temperature: 10 °C
                    Intake air temperature: -40 °C
                    Ambient air pressure: 1030 mbar
                    Voltage terminal 30: 11.880 V
                    Unlearning counter according OBD: 40
                    Engine status: COENG_STANDBY
                    Engine status-Test_Program_Co Eng st COMPU VERB UBYTE: 0

5177 - Fuel Pressure Regulator Valve (N276)
          P2294 00 [167] - Open Circuit
          MIL ON - Not Confirmed - Tested Since Memory Clear
             Freeze Frame:
                    Fault Status: 00000001
                    Fault Priority: 2
                    Fault Frequency: 1
                    Mileage: 134330 km
                    Date: 2020.02.12
                    Time: 00:17:16

                    Engine RPM: 0.00 /min
                    Normed load value: 0.0 %
                    Vehicle speed: 255 km/h
                    Coolant temperature: 10 °C
                    Intake air temperature: -40 °C
                    Ambient air pressure: 1030 mbar
                    Voltage terminal 30: 11.880 V
                    Unlearning counter according OBD: 40
                    Engine status: COENG_STANDBY
                    Engine status-Test_Program_Co Eng st COMPU VERB UBYTE: 0

2813 - Accelerator Position Sensor (G79)
          P2122 00 [167] - Signal too Low
          MIL ON - Not Confirmed - Tested Since Memory Clear
             Freeze Frame:
                    Fault Status: 00000001
                    Fault Priority: 2
                    Fault Frequency: 1
                    Mileage: 134330 km
                    Date: 2020.02.12
                    Time: 00:17:16

                    Engine RPM: 0.00 /min
                    Normed load value: 0.0 %
                    Vehicle speed: 255 km/h
                    Coolant temperature: 10 °C
                    Intake air temperature: -40 °C
                    Ambient air pressure: 1030 mbar
                    Voltage terminal 30: 11.880 V
                    Unlearning counter according OBD: 40
                    Accelerator pedal travel: raw value: 0.00 %
                    Accelerator pedal: sensor voltage 1: 0.0 mV
                    Accelerator pedal: sensor voltage 2: 0.0 mV
                    Accelerator pedal: switch positions-Bits 0-7: 64
                    Starter control: Interlock- or P/N-signal-Bits 0-7: 17
                    Limitation: torque: 1000.0 Nm
                    Control Module temperature: 26.3 °C

2815 - Accelerator Position Sensor 2 (G185)
          P2127 00 [167] - Signal too Low
          MIL ON - Not Confirmed - Tested Since Memory Clear
             Freeze Frame:
                    Fault Status: 00000001
                    Fault Priority: 2
                    Fault Frequency: 1
                    Mileage: 134330 km
                    Date: 2020.02.12
                    Time: 00:17:16

                    Engine RPM: 0.00 /min
                    Normed load value: 0.0 %
                    Vehicle speed: 255 km/h
                    Coolant temperature: 10 °C
                    Intake air temperature: -40 °C
                    Ambient air pressure: 1030 mbar
                    Voltage terminal 30: 11.880 V
                    Unlearning counter according OBD: 40
                    Accelerator pedal travel: raw value: 0.00 %
                    Accelerator pedal: sensor voltage 1: 0.0 mV
                    Accelerator pedal: sensor voltage 2: 0.0 mV
                    Accelerator pedal: switch positions-Bits 0-7: 64
                    Starter control: Interlock- or P/N-signal-Bits 0-7: 17
                    Limitation: torque: 1000.0 Nm
                    Control Module temperature: 26.3 °C

5953 - Exhaust Gas Recirculation Sensor 2
          P0486 00 [039] - Electrical Malfunction
          Not Confirmed - Tested Since Memory Clear
             Freeze Frame:
                    Fault Status: 00000001
                    Fault Priority: 2
                    Fault Frequency: 1
                    Mileage: 134330 km
                    Date: 2020.02.12
                    Time: 00:17:16

                    Engine RPM: 0.00 /min
                    Normed load value: 0.0 %
                    Vehicle speed: 255 km/h
                    Coolant temperature: 10 °C
                    Intake air temperature: -40 °C
                    Ambient air pressure: 1030 mbar
                    Voltage terminal 30: 11.880 V
                    Unlearning counter according OBD: 40
                    Mass airflow sensor 1 bank 1 airflow: raw value: 0.0 mg/stroke
                    Exhaust recirc.valve 2 bank 1: posit.feedback - Specified value: 0.00 %
                    Exhaust recirc.valve 2 bank 1: posit.feedback - Actual value: 0.00 %
                    Exhaust recirc.valve 2 bank 1: posit.feedback - Offset closed: -0.09 %
                    Exhaust recirculation valve 2 bank 1: monitoring - status-Bits 0-7: 55
                    Exhaust recirculation valve 2 bank 1: monitoring - status-Bits 0-7: 0
                    Exhaust recirculation valve 2 bank 1: monitoring - status-Bits 0-7: 2
                    Exhaust recirculation valve 2 bank 1: monitoring - status-Bits 0-7: 3
                    Exhaust recirc.valve 2 bank 1: posit.feedback - Raw voltage: 4999.8 mV

4900 - EGR Sensor 1
          P0405 00 [039] - Signal too Low
          Not Confirmed - Tested Since Memory Clear
             Freeze Frame:
                    Fault Status: 00000001
                    Fault Priority: 2
                    Fault Frequency: 1
                    Mileage: 134330 km
                    Date: 2020.02.12
                    Time: 00:17:16

                    Engine RPM: 0.00 /min
                    Normed load value: 0.0 %
                    Vehicle speed: 255 km/h
                    Coolant temperature: 10 °C
                    Intake air temperature: -40 °C
                    Ambient air pressure: 1030 mbar
                    Voltage terminal 30: 11.880 V
                    Unlearning counter according OBD: 40
                    Mass airflow sensor 1 bank 1 airflow: raw value: 0.0 mg/stroke
                    Exhaust recirc.valve 1 bank 1: posit.feedback - Specified value: 0.00 %
                    Exhaust recirc.valve 1 bank 1: posit.feedback - Actual value: 0.00 %
                    Exhaust recirc.valve 1 bank 1: posit.feedback - Offset closed: -0.11 %
                    Exhaust recirculation valve 1 bank 1: monitoring - status-Bits 0-7: 55
                    Exhaust recirculation valve 1 bank 1: monitoring - status-Bits 0-7: 0
                    Exhaust recirculation valve 1 bank 1: monitoring - status-Bits 0-7: 3
                    Exhaust recirculation valve 1 bank 1: monitoring - status-Bits 0-7: 2
                    Exhaust recirc.valve 1 bank 1: posit.feedback - Raw voltage: 2.8 mV

5929 - Sensor for Exhaust Flap
          P048E 00 [039] - Short to Plus
          Not Confirmed - Tested Since Memory Clear
             Freeze Frame:
                    Fault Status: 00000001
                    Fault Priority: 2
                    Fault Frequency: 1
                    Mileage: 134330 km
                    Date: 2020.02.12
                    Time: 00:17:16

                    Engine RPM: 0.00 /min
                    Normed load value: 0.0 %
                    Vehicle speed: 255 km/h
                    Coolant temperature: 10 °C
                    Intake air temperature: -40 °C
                    Ambient air pressure: 1030 mbar
                    Voltage terminal 30: 11.880 V
                    Unlearning counter according OBD: 40
                    Particulate filter output: temp. sensor 1: bank 1: raw value: 1000.0 °C
                    Exh.recircul.valve 1 bank 1: pos.feedback - Specified value: 0.00 %
                    Exh.recircul.valve 1 bank 1: pos.feedback - Actual value: 0.00 %
                    Exh.recircul.valve 1 bank 1: pos.feedback - Offset closed: 0.48 %
                    Exhaust recirculation valve 1 bank 1: monitoring - status-Bits 0-7: 0
                    Exhaust recirculation valve 1 bank 1: monitoring - status-Bits 0-7: 0
                    Exhaust recirculation valve 1 bank 1: monitoring - status-Bits 0-7: 11
                    Exhaust recirculation valve 1 bank 1: monitoring - status-Bits 0-7: 55
                    Exh.recircul.valve 1 bank 1: pos.feedback - Raw voltage: 4999.8 mV

4967 - Fuel Temp. Sensor A (G81)
          P0183 00 [039] - Open or Short to Plus
          Not Confirmed - Tested Since Memory Clear
             Freeze Frame:
                    Fault Status: 00000001
                    Fault Priority: 2
                    Fault Frequency: 1
                    Mileage: 134330 km
                    Date: 2020.02.12
                    Time: 00:17:16

                    Engine RPM: 0.00 /min
                    Normed load value: 0.0 %
                    Vehicle speed: 255 km/h
                    Coolant temperature: 10 °C
                    Intake air temperature: -40 °C
                    Ambient air pressure: 1030 mbar
                    Voltage terminal 30: 11.880 V
                    Unlearning counter according OBD: 40
                    Fuel consumption: 0.00 l/h
                    Engine oil temperature: 79.3 °C
                    Oil warning threshold: 0.000 mm
                    Status of oil pressure switches-Bits 0-7: 0
                    Oil fill level: 127.500 mm
                    Outside temperature sensor 1: B1: raw value: -3549.8 °C
                    Fuel temperature sensor 1: B1: raw value: -40.0 °C

5169 - Manifold Pressure / Boost Sensor (G31)
          P0238 00 [167] - Signal too High
          MIL ON - Not Confirmed - Tested Since Memory Clear
             Freeze Frame:
                    Fault Status: 00000001
                    Fault Priority: 2
                    Fault Frequency: 1
                    Mileage: 134330 km
                    Date: 2020.02.12
                    Time: 00:17:16

                    Engine RPM: 0.00 /min
                    Normed load value: 0.0 %
                    Vehicle speed: 255 km/h
                    Coolant temperature: 10 °C
                    Intake air temperature: -40 °C
                    Ambient air pressure: 1030 mbar
                    Voltage terminal 30: 11.880 V
                    Unlearning counter according OBD: 40
                    Charge air cooler inlet: pressure sensor 1 bank 1: raw value: 4131.2 hPa
                    Engine status: COENG_STANDBY
                    Engine status-Test_Program_Co Eng st COMPU VERB UBYTE: 0

9764 - Exhaust Pressure Sensor 1
          P0470 00 [039] - Malfunction
          Not Confirmed - Tested Since Memory Clear
             Freeze Frame:
                    Fault Status: 00000001
                    Fault Priority: 2
                    Fault Frequency: 1
                    Mileage: 134330 km
                    Date: 2020.02.12
                    Time: 00:17:16

                    Engine RPM: 0.00 /min
                    Normed load value: 0.0 %
                    Vehicle speed: 255 km/h
                    Coolant temperature: 10 °C
                    Intake air temperature: -40 °C
                    Ambient air pressure: 1030 mbar
                    Voltage terminal 30: 11.880 V
                    Unlearning counter according OBD: 40
                    Mass airflow sensor 1 bank 1 airflow: raw value: 0.0 mg/stroke
                    Exhaust recirc.valve 2 bank 1: posit.feedback - Specified value: 0.00 %
                    Exhaust recirc.valve 2 bank 1: posit.feedback - Actual value: 0.00 %
                    Exhaust recirc.valve 2 bank 1: posit.feedback - Offset closed: -0.09 %
                    Exhaust recirculation valve 2 bank 1: monitoring - status-Bits 0-7: 55
                    Exhaust recirculation valve 2 bank 1: monitoring - status-Bits 0-7: 0
                    Exhaust recirculation valve 2 bank 1: monitoring - status-Bits 0-7: 2
                    Exhaust recirculation valve 2 bank 1: monitoring - status-Bits 0-7: 3
                    Exhaust recirc.valve 2 bank 1: posit.feedback - Raw voltage: 4999.8 mV

5253 - Particulate Filter; Differential Pressure Sensor
          P2452 00 [039] - Elect. Malfunction
          Not Confirmed - Tested Since Memory Clear
             Freeze Frame:
                    Fault Status: 00000001
                    Fault Priority: 2
                    Fault Frequency: 1
                    Mileage: 134330 km
                    Date: 2020.02.12
                    Time: 00:17:16

                    Engine RPM: 0.00 /min
                    Normed load value: 0.0 %
                    Vehicle speed: 255 km/h
                    Coolant temperature: 10 °C
                    Intake air temperature: -40 °C
                    Ambient air pressure: 1030 mbar
                    Voltage terminal 30: 11.880 V
                    Unlearning counter according OBD: 40
                    Particle filter: air pressure sensor 1 bank 1: raw value: 1057 hPa
                    Particl.filt.: different.press.sensor 1 bank 1: adaptat. value: 0 hPa
                    Par.fil: diff.pr.sens.1 bank 1: offset: 0 hPa
                    Particl.filt.: differential pressur.sensor 1 bank 1: dyn.offset: 2 hPa
                    Outside temperature sensor 1: B1: raw value: -3549.8 °C
                    Particle filter: soot mass measured: 19.27 g
                    Particle filter: soot mass calculated: 13.17 g

5305 - Throttle Position Sensor (G69)
          P0123 00 [167] - Signal too High
          MIL ON - Not Confirmed - Tested Since Memory Clear
             Freeze Frame:
                    Fault Status: 00000001
                    Fault Priority: 2
                    Fault Frequency: 1
                    Mileage: 134330 km
                    Date: 2020.02.12
                    Time: 00:17:16

                    Engine RPM: 0.00 /min
                    Normed load value: 0.0 %
                    Vehicle speed: 255 km/h
                    Coolant temperature: 10 °C
                    Intake air temperature: -40 °C
                    Ambient air pressure: 1030 mbar
                    Voltage terminal 30: 11.880 V
                    Unlearning counter according OBD: 40
                    Mass airflow sensor 1 bank 1 airflow: raw value: 0.0 mg/stroke
                    Throttl.valve adapt. 1 bank 1: posit feedback - Specified value: 0.00 %
                    Throttl.valve adapt. 1 bank 1: posit feedback - Actual value: 0.00 %
                    Throttl.valve adapt. 1 bank 1: posit feedback - Offset closed: -0.18 %
                    Throttle valve adapter 1 bank 1: monitoring - status-Bits 0-7: 0
                    Throttle valve adapter 1 bank 1: monitoring - status-Bits 0-7: 55
                    Throttle valve adapter 1 bank 1: monitoring - status-Bits 0-7: 0
                    Throttle valve adapter 1 bank 1: monitoring - status-Bits 0-7: 2
                    Throttl.valve adapt. 1 bank 1: posit feedback - Raw voltage: 4999.8 mV

18110 - Oxygen (Lambda) Sensor B1 S1: Heating Circuit
          P0030 00 [039] - Malfunction / Open Circuit
          Not Confirmed - Tested Since Memory Clear
             Freeze Frame:
                    Fault Status: 00000001
                    Fault Priority: 2
                    Fault Frequency: 1
                    Mileage: 134330 km
                    Date: 2020.02.12
                    Time: 00:17:16

                    Engine RPM: 0.00 /min
                    Normed load value: 0.0 %
                    Vehicle speed: 255 km/h
                    Coolant temperature: 10 °C
                    Intake air temperature: -40 °C
                    Ambient air pressure: 1030 mbar
                    Voltage terminal 30: 11.880 V
                    Unlearning counter according OBD: 40
                    Oxygen sensor bank 1 before oxi cat: signal qual. pump flow controller: 13
                    Oxygen sensor bank 1 before oxi cat: signal qual. temperature regulator: 13
                    Oxygen sensor bank 1 before oxi cat: electric. corrected Pump current: 0.0000000 A
                    Oxygen sensor bank 1 before oxi cat: heater activation: 0.000 %
                    Oxygen sensor bank 1 before oxi cat: electric. corrected Urie sensor value: 0.0000 V
                    Oxygen sensor bank 1 before oxi cat: adjustable resistor: 0.0 Ohm
                    Oxyg.sensor bank 1 before oxi cat: curr.pump curr.adaptation: 1.0000

Readiness: 0 0 0 0 1

-------------------------------------------------------------------------------
Address 03: ABS Brakes (J104)       Labels:. 4G0-907-379-V2.clb
   Part No SW: 4G0 907 379 S    HW: 4G0 907 379 S
   Component: ESP9 Premium  H01 0530 
   Revision: --------    Serial number: --------------
   Coding: 06A29E4960457992BB00
   Shop #: WSC 02391 785 00200
   ASAM Dataset: EV_ESP9BOSCHAU57X 004018
   ROD: EV_ESP9BOSCHAU57X.rod
   VCID: 41DF47461107E553E8C-8014

62 Faults Found:
11264 - Function Restricted due to Missing Message(s)
          U1111 00 [047] - -
          [ComScl_PDU_Airbag_01_Timeout]
          Confirmed - Tested Since Memory Clear
             Freeze Frame:
                    Fault Status: 00000001
                    Fault Priority: 6
                    Fault Frequency: 1
                    Mileage: 134330 km
                    Date: 2020.02.12
                    Time: 00:17:16

                    VzRef: 00
                    Bit Info 1: 40
                    Bit Info 2: 27
                    Bit Info 3: 20
                    Bit Info 4: 1F
                    Uz: 98
                    Unlearning counter according OBD: 40

371968 - Function Restricted due to Missing Message(s)
          U1111 00 [047] - -
          [ComScl_PDU_Airbag_03_Timeout]
          Confirmed - Tested Since Memory Clear
             Freeze Frame:
                    Fault Status: 00000001
                    Fault Priority: 6
                    Fault Frequency: 1
                    Mileage: 134330 km
                    Date: 2020.02.12
                    Time: 00:17:17

                    VzRef: 00
                    Bit Info 1: 40
                    Bit Info 2: 27
                    Bit Info 3: 20
                    Bit Info 4: 1F
                    Uz: 98
                    Unlearning counter according OBD: 40

11776 - Function Restricted due to Missing Message(s)
          U1111 00 [047] - -
          [ComScl_PDU_Anhaenger_01_Timeout]
          Confirmed - Tested Since Memory Clear
             Freeze Frame:
                    Fault Status: 00000001
                    Fault Priority: 6
                    Fault Frequency: 1
                    Mileage: 134330 km
                    Date: 2020.02.12
                    Time: 00:17:15

                    VzRef: 00
                    Bit Info 1: 40
                    Bit Info 2: 27
                    Bit Info 3: 20
                    Bit Info 4: 1F
                    Uz: 98
                    Unlearning counter according OBD: 40

171264 - Function Restricted due to Missing Message(s)
          U1111 00 [047] - -
          [ComScl_PDU_Dimmung_01_Timeout]
          Confirmed - Tested Since Memory Clear
             Freeze Frame:
                    Fault Status: 00000001
                    Fault Priority: 6
                    Fault Frequency: 1
                    Mileage: 134330 km
                    Date: 2020.02.12
                    Time: 00:17:15

                    VzRef: 00
                    Bit Info 1: 40
                    Bit Info 2: 27
                    Bit Info 3: 20
                    Bit Info 4: 1F
                    Uz: 98
                    Unlearning counter according OBD: 40

14848 - Function Restricted due to Missing Message(s)
          U1111 00 [047] - -
          [ComScl_PDU_Getriebe_01_Timeout]
          Confirmed - Tested Since Memory Clear
             Freeze Frame:
                    Fault Status: 00000001
                    Fault Priority: 6
                    Fault Frequency: 1
                    Mileage: 134330 km
                    Date: 2020.02.12
                    Time: 00:17:14

                    VzRef: 00
                    Bit Info 1: 40
                    Bit Info 2: 07
                    Bit Info 3: 20
                    Bit Info 4: 1F
                    Uz: 98
                    Unlearning counter according OBD: 40

15360 - Function Restricted due to Missing Message(s)
          U1111 00 [047] - -
          [ComScl_PDU_Getriebe_03_Timeout]
          Confirmed - Tested Since Memory Clear
             Freeze Frame:
                    Fault Status: 00000001
                    Fault Priority: 6
                    Fault Frequency: 1
                    Mileage: 134330 km
                    Date: 2020.02.12
                    Time: 00:17:16

                    VzRef: 00
                    Bit Info 1: 40
                    Bit Info 2: 27
                    Bit Info 3: 20
                    Bit Info 4: 1F
                    Uz: 98
                    Unlearning counter according OBD: 40

15616 - Function Restricted due to Missing Message(s)
          U1111 00 [047] - -
          [ComScl_PDU_Getriebe_04_Timeout]
          Confirmed - Tested Since Memory Clear
             Freeze Frame:
                    Fault Status: 00000001
                    Fault Priority: 6
                    Fault Frequency: 1
                    Mileage: 134330 km
                    Date: 2020.02.12
                    Time: 00:17:15

                    VzRef: 00
                    Bit Info 1: 40
                    Bit Info 2: 27
                    Bit Info 3: 20
                    Bit Info 4: 1F
                    Uz: 98
                    Unlearning counter according OBD: 40

172544 - Function Restricted due to Missing Message(s)
          U1111 00 [047] - -
          [ComScl_PDU_LH_EPS_02_Timeout]
          Confirmed - Tested Since Memory Clear
             Freeze Frame:
                    Fault Status: 00000001
                    Fault Priority: 6
                    Fault Frequency: 1
                    Mileage: 134330 km
                    Date: 2020.02.12
                    Time: 00:17:16

                    VzRef: 00
                    Bit Info 1: 40
                    Bit Info 2: 27
                    Bit Info 3: 20
                    Bit Info 4: 1F
                    Uz: 98
                    Unlearning counter according OBD: 40

120064 - Function Restricted due to Missing Message(s)
          U1111 00 [035] - -
          [ComScl_PDU_LH_EPS_03_Timeout]
          Not Confirmed - Tested Since Memory Clear

17152 - Function Restricted due to Missing Message(s)
          U1111 00 [163] - -
          [ComScl_PDU_LWI_01_Timeout]
          MIL ON - Not Confirmed - Tested Since Memory Clear

199936 - Function Restricted due to Missing Message(s)
          U1111 00 [047] - -
          [ComScl_PDU_LWR_AFS_01_Timeout]
          Confirmed - Tested Since Memory Clear
             Freeze Frame:
                    Fault Status: 00000001
                    Fault Priority: 6
                    Fault Frequency: 1
                    Mileage: 134330 km
                    Date: 2020.02.12
                    Time: 00:17:15

                    VzRef: 00
                    Bit Info 1: 40
                    Bit Info 2: 27
                    Bit Info 3: 20
                    Bit Info 4: 1F
                    Uz: 98
                    Unlearning counter according OBD: 40

132608 - Function Restricted due to Missing Message(s)
          U1111 00 [163] - -
          [ComScl_PDU_SARA_06_Timeout]
          MIL ON - Not Confirmed - Tested Since Memory Clear

124416 - Function Restriction due to Faults in Other Modules
          U1113 00 [047] - -
          [Ldm_ApbFailureState]
          Confirmed - Tested Since Memory Clear
             Freeze Frame:
                    Fault Status: 00000001
                    Fault Priority: 6
                    Fault Frequency: 1
                    Mileage: 134330 km
                    Date: 2020.02.12
                    Time: 00:17:14

                    VzRef: 00
                    Bit Info 1: 40
                    Bit Info 2: 27
                    Bit Info 3: 20
                    Bit Info 4: 1F
                    Uz: 98
                    Unlearning counter according OBD: 40

44288 - Hydraulic Unit in Brake Electronics
          C1015 04 [035] - Internal System Fault
          Not Confirmed - Tested Since Memory Clear

44544 - Hydraulic Unit in Brake Electronics
          C1015 04 [035] - Internal System Fault
          Not Confirmed - Tested Since Memory Clear

176128 - Function Restriction due to Implausible Message(s)
          U1112 00 [035] - -
          [SCL_DI_01_KL_58d_Invalid]
          Not Confirmed - Tested Since Memory Clear

176640 - Function Restriction due to Faults in Other Modules
          U1113 00 [035] - -
          [SCL_EPB_Schalterposition_Error]
          Not Confirmed - Tested Since Memory Clear

176896 - Function Restriction due to Implausible Message(s)
          U1112 00 [035] - -
          [SCL_EPB_Schalterposition_Invalid]
          Not Confirmed - Tested Since Memory Clear

177152 - Function Restriction due to Faults in Other Modules
          U1113 00 [035] - -
          [SCL_EPB_Spannkraft_Error]
          Not Confirmed - Tested Since Memory Clear

177408 - Function Restriction due to Implausible Message(s)
          U1112 00 [035] - -
          [SCL_EPB_Spannkraft_Invalid]
          Not Confirmed - Tested Since Memory Clear

177664 - Function Restriction due to Implausible Message(s)
          U1112 00 [035] - -
          [SCL_EPB_Status_Invalid]
          Not Confirmed - Tested Since Memory Clear

178176 - Function Restriction due to Implausible Message(s)
          U1112 00 [035] - -
          [SCL_EPS_DSR_Status_Invalid]
          Not Confirmed - Tested Since Memory Clear

178688 - Function Restriction due to Implausible Message(s)
          U1112 00 [035] - -
          [SCL_EPS_Lenkmoment_Invalid]
          Not Confirmed - Tested Since Memory Clear

178944 - Function Restriction due to Implausible Message(s)
          U1112 00 [035] - -
          [SCL_EPS_Lenkungstyp_Invalid]
          Not Confirmed - Tested Since Memory Clear

179456 - Function Restriction due to Implausible Message(s)
          U1112 00 [035] - -
          [SCL_EPS_Unterstuetzungsleistung_Invalid]
          Not Confirmed - Tested Since Memory Clear

218880 - Function Restriction due to Implausible Message(s)
          U1112 00 [035] - -
          [SCL_GE_Uefkt_Invalid]
          Not Confirmed - Tested Since Memory Clear

209920 - Function Restriction due to Implausible Message(s)
          U1112 00 [035] - -
          [SCL_GE_Verlustmoment_Invalid]
          Not Confirmed - Tested Since Memory Clear

182528 - Function Restriction due to Implausible Message(s)
          U1112 00 [035] - -
          [SCL_GE_Waehlhebel_Invalid]
          Not Confirmed - Tested Since Memory Clear

183040 - Function Restriction due to Implausible Message(s)
          U1112 00 [035] - -
          [SCL_GE_Zielgang_Invalid]
          Not Confirmed - Tested Since Memory Clear

122368 - Function Restricted due to Missing Message(s)
          U1111 00 [047] - -
          [SCL_Gateway_05_BCM1_01_alt]
          Confirmed - Tested Since Memory Clear
             Freeze Frame:
                    Fault Status: 00000001
                    Fault Priority: 6
                    Fault Frequency: 1
                    Mileage: 134330 km
                    Date: 2020.02.12
                    Time: 00:17:15

                    VzRef: 00
                    Bit Info 1: 40
                    Bit Info 2: 27
                    Bit Info 3: 20
                    Bit Info 4: 1F
                    Uz: 94
                    Unlearning counter according OBD: 40

122112 - Function Restricted due to Missing Message(s)
          U1111 00 [047] - -
          [SCL_Gateway_05_Wischer_01_alt_01]
          Confirmed - Tested Since Memory Clear
             Freeze Frame:
                    Fault Status: 00000001
                    Fault Priority: 6
                    Fault Frequency: 1
                    Mileage: 134330 km
                    Date: 2020.02.12
                    Time: 00:17:17

                    VzRef: 00
                    Bit Info 1: 40
                    Bit Info 2: 27
                    Bit Info 3: 20
                    Bit Info 4: 1F
                    Uz: 98
                    Unlearning counter according OBD: 40

183552 - Function Restriction due to Implausible Message(s)
          U1112 00 [047] - -
          [SCL_KBI_AussenTempGef_Invalid]
          Confirmed - Tested Since Memory Clear
             Freeze Frame:
                    Fault Status: 00000001
                    Fault Priority: 2
                    Fault Frequency: 1
                    Mileage: 134330 km
                    Date: 2020.02.12
                    Time: 00:17:16

                    VzRef: 00
                    Bit Info 1: 40
                    Bit Info 2: 27
                    Bit Info 3: 20
                    Bit Info 4: 1F
                    Uz: 98
                    Unlearning counter according OBD: 40

200192 - Function Restriction due to Implausible Message(s)
          U1112 00 [035] - -
          [SCL_LWR_Hoehenwert_HL_Invalid]
          Not Confirmed - Tested Since Memory Clear

185344 - Function Restriction due to Faults in Other Modules
          U1113 00 [175] - -
          [Scl_MO_Fahrpedalrohwert_01_Error]
          MIL ON - Confirmed - Tested Since Memory Clear
             Freeze Frame:
                    Fault Status: 00000001
                    Fault Priority: 6
                    Fault Frequency: 2
                    Mileage: 134330 km
                    Date: 2020.02.12
                    Time: 00:04:07

                    VzRef: 00
                    Bit Info 1: 40
                    Bit Info 2: 27
                    Bit Info 3: 20
                    Bit Info 4: 1F
                    Uz: 98
                    Unlearning counter according OBD: 40

185600 - Function Restriction due to Implausible Message(s)
          U1112 00 [163] - -
          [SCL_MO_Fahrpedalrohwert_01_Invalid]
          MIL ON - Not Confirmed - Tested Since Memory Clear

214528 - Function Restriction due to Faults in Other Modules
          U1113 00 [163] - -
          [SCL_MO_Mom_Begrenzung_Invalid]
          MIL ON - Not Confirmed - Tested Since Memory Clear

186112 - Function Restriction due to Implausible Message(s)
          U1112 00 [163] - -
          [SCL_MO_Mom_Fahrerwunsch_Invalid]
          MIL ON - Not Confirmed - Tested Since Memory Clear

186624 - Function Restriction due to Implausible Message(s)
          U1112 00 [163] - -
          [SCL_MO_Mom_Verlust_Invalid]
          MIL ON - Not Confirmed - Tested Since Memory Clear

187136 - Function Restriction due to Implausible Message(s)
          U1112 00 [163] - -
          [SCL_MO_Mom_m_ex_Invalid]
          MIL ON - Not Confirmed - Tested Since Memory Clear

201472 - Function Restriction due to Implausible Message(s)
          U1112 00 [163] - -
          [SCL_MO_Motormomente_Invalid]
          MIL ON - Not Confirmed - Tested Since Memory Clear

205568 - Function Restriction due to Implausible Message(s)
          U1112 00 [163] - -
          [SCL_SARA_Accel_X_010_Invalid]
          MIL ON - Not Confirmed - Tested Since Memory Clear

205824 - Function Restriction due to Implausible Message(s)
          U1112 00 [163] - -
          [SCL_SARA_Accel_Y_010_Invalid]
          MIL ON - Not Confirmed - Tested Since Memory Clear

206080 - Function Restriction due to Implausible Message(s)
          U1112 00 [163] - -
          [SCL_SARA_Omega_Z_010_Invalid]
          MIL ON - Not Confirmed - Tested Since Memory Clear

264192 - Brake Boost Pressure Sensor
          C054C 00 [047] - Short to Plus
          Confirmed - Tested Since Memory Clear
             Freeze Frame:
                    Fault Status: 00000001
                    Fault Priority: 2
                    Fault Frequency: 1
                    Mileage: 134330 km
                    Date: 2020.02.12
                    Time: 00:17:15

                    VzRef: 00
                    Bit Info 1: 40
                    Bit Info 2: 27
                    Bit Info 3: 20
                    Bit Info 4: 1F
                    Uz: 98
                    Unlearning counter according OBD: 40

263680 - Implausible Data Received from Pressure Sensor for Brake Booster
          U043E 00 [035] - -
          [VacSent1Transmission]
          Not Confirmed - Tested Since Memory Clear

130048 - Control Module Incorrectly Coded
          U1014 00 [253] - -
          [WrongSystemConfigESPACC]
          MIL ON - Confirmed - Not Tested Since Memory Clear
             Freeze Frame:
                    Fault Status: 00000001
                    Fault Priority: 4
                    Fault Frequency: 1
                    Date: 2000.00.00
                    Time: 00:00:00

                    VzRef: 00
                    Bit Info 1: 40
                    Bit Info 2: 0F
                    Bit Info 3: 20
                    Bit Info 4: 1F
                    Uz: 9A
                    Unlearning counter according OBD: 40

90880 - Front Left Wheel Speed Sensor
          C101A 14 [175] - Open or Short to Ground
          MIL ON - Confirmed - Tested Since Memory Clear
             Freeze Frame:
                    Fault Status: 00000001
                    Fault Priority: 2
                    Fault Frequency: 1
                    Mileage: 134330 km
                    Date: 2020.02.12
                    Time: 00:17:15

                    VzRef: 00
                    Bit Info 1: 40
                    Bit Info 2: 27
                    Bit Info 3: 20
                    Bit Info 4: 1F
                    Uz: 98
                    Unlearning counter according OBD: 40

91648 - Front Left Wheel Speed Sensor
          C101A 01 [163] - Electrical Failure
          MIL ON - Not Confirmed - Tested Since Memory Clear

203520 - Front Left Wheel Speed Sensor
          C101A 01 [163] - Electrical Failure
          MIL ON - Not Confirmed - Tested Since Memory Clear

93440 - Front Right Wheel Speed Sensor
          C101B 14 [175] - Open or Short to Ground
          MIL ON - Confirmed - Tested Since Memory Clear
             Freeze Frame:
                    Fault Status: 00000001
                    Fault Priority: 2
                    Fault Frequency: 1
                    Mileage: 134330 km
                    Date: 2020.02.12
                    Time: 00:17:16

                    VzRef: 00
                    Bit Info 1: 40
                    Bit Info 2: 27
                    Bit Info 3: 20
                    Bit Info 4: 1F
                    Uz: 98
                    Unlearning counter according OBD: 40

94208 - Front Right Wheel Speed Sensor
          C101B 01 [163] - Electrical Failure
          MIL ON - Not Confirmed - Tested Since Memory Clear

203776 - Front Right Wheel Speed Sensor
          C101B 01 [163] - Electrical Failure
          MIL ON - Not Confirmed - Tested Since Memory Clear

96000 - Rear Left Wheel Speed Sensor
          C101C 14 [175] - Open or Short to Ground
          MIL ON - Confirmed - Tested Since Memory Clear
             Freeze Frame:
                    Fault Status: 00000001
                    Fault Priority: 2
                    Fault Frequency: 1
                    Mileage: 134330 km
                    Date: 2020.02.12
                    Time: 00:17:15

                    VzRef: 00
                    Bit Info 1: 40
                    Bit Info 2: 27
                    Bit Info 3: 20
                    Bit Info 4: 1F
                    Uz: 98
                    Unlearning counter according OBD: 40

96768 - Rear Left Wheel Speed Sensor
          C101C 01 [163] - Electrical Failure
          MIL ON - Not Confirmed - Tested Since Memory Clear

204032 - Rear Left Wheel Speed Sensor
          C101C 01 [163] - Electrical Failure
          MIL ON - Not Confirmed - Tested Since Memory Clear

98560 - Rear Right Wheel Speed Sensor
          C101D 14 [175] - Open or Short to Ground
          MIL ON - Confirmed - Tested Since Memory Clear
             Freeze Frame:
                    Fault Status: 00000001
                    Fault Priority: 2
                    Fault Frequency: 1
                    Mileage: 134330 km
                    Date: 2020.02.12
                    Time: 00:17:16

                    VzRef: 00
                    Bit Info 1: 40
                    Bit Info 2: 27
                    Bit Info 3: 20
                    Bit Info 4: 1F
                    Uz: 98
                    Unlearning counter according OBD: 40

99328 - Rear Right Wheel Speed Sensor
          C101D 01 [163] - Electrical Failure
          MIL ON - Not Confirmed - Tested Since Memory Clear

204288 - Rear Right Wheel Speed Sensor
          C101D 01 [163] - Electrical Failure
          MIL ON - Not Confirmed - Tested Since Memory Clear

100352 - Front Left Wheel Speed Sensor
          C101A 01 [163] - Electrical Failure
          MIL ON - Not Confirmed - Tested Since Memory Clear

100608 - Front Right Wheel Speed Sensor
          C101B 01 [163] - Electrical Failure
          MIL ON - Not Confirmed - Tested Since Memory Clear

100864 - Rear Left Wheel Speed Sensor
          C101C 01 [163] - Electrical Failure
          MIL ON - Not Confirmed - Tested Since Memory Clear

101120 - Rear Right Wheel Speed Sensor
          C101D 01 [163] - Electrical Failure
          MIL ON - Not Confirmed - Tested Since Memory Clear


-------------------------------------------------------------------------------
Address 05: Acc/Start Auth. (J393)       Labels:. 8K0-907-064-05.clb
   Part No SW: 4H0 907 064 HN    HW: 4H0 907 064 HN
   Component: BCM2 2.0      H61 0825 
   Revision: 00002001   
   Coding: 01B8704E000000000000
   Shop #: WSC 02391 785 00200
   VCID: 7CA1F6B236E548BBFBA-8028

3 Faults Found:
01330 - Central Control Module for Central Convenience (J393)
            013 - Check DTC Memory
             Freeze Frame:
                    Fault Status: 01101101
                    Fault Priority: 6
                    Fault Frequency: 1
                    Reset counter: 8
                    Mileage: 134330 km
                    Time Indication: 0
                    Date: 2020.02.12
                    Time: 00:17:12

02811 - Control Module for Electronic Steering Column Lock (J764)
            004 - No Signal/Communication
             Freeze Frame:
                    Fault Status: 01100100
                    Fault Priority: 2
                    Fault Frequency: 1
                    Reset counter: 8
                    Mileage: 134330 km
                    Time Indication: 0
                    Date: 2020.02.12
                    Time: 00:17:14

01128 - Immobilizer Pickup Coil (D2)
            004 - No Signal/Communication
             Freeze Frame:
                    Fault Status: 01100100
                    Fault Priority: 2
                    Fault Frequency: 1
                    Reset counter: 8
                    Mileage: 134330 km
                    Time Indication: 0
                    Date: 2020.02.12
                    Time: 00:19:30


-------------------------------------------------------------------------------
Address 08: Auto HVAC (J255)       Labels:| 4G0-820-043-2Z.clb
   Part No SW: 4G0 820 043 N    HW: 4G0 820 043 N
   Component: KLIMA 2 ZONEN H10 0033 
   Serial number: 26071000040001
   Coding: 0000000000
   Shop #: WSC 00000 000 00000
   ASAM Dataset: EV_AirCondiBasisUDS 002025
   ROD: EV_AirCondiBasisUDS_002.rod
   VCID: 2A0D00EA8C71060BD96-807E

1 Fault Found:
0379 - Supply Voltage Terminal 30 for Coolant Pump
          B11D5 01 [009] - Electrical Failure
          Confirmed - Tested Since Memory Clear
             Freeze Frame:
                    Fault Status: 00000001
                    Fault Priority: 3
                    Fault Frequency: 1
                    Reset counter: 8


-------------------------------------------------------------------------------
Address 10: Park/Steer Assist (J791)       Labels:| 4H0-919-475-7X5.clb
   Part No SW: 4G0 919 475 H    HW: 4H0 919 475 E
   Component: PARKHILFE PLA H06 0080 
   Revision: --------    Serial number: 56231534303149
   Coding: B82314
   Shop #: WSC 02391 785 00200
   ASAM Dataset: EV_EPHVA2CAU64X0000 001014
   ROD: EV_EPHVA2CAU64X0000.rod
   VCID: 3635249A48C952EB4DE-8062

2 Faults Found:
1080340 - Parking Aid Speaker
          B107C 14 [009] - Open or Short to Ground
          Confirmed - Tested Since Memory Clear
             Freeze Frame:
                    Fault Status: 00000001
                    Fault Priority: 3
                    Fault Frequency: 1
                    Reset counter: 8
                    Mileage: 134330 km
                    Date: 2020.02.12
                    Time: 00:17:14

1111316 - Speaker for Front Parking Aid
          B10F5 14 [009] - Open or Short to Ground
          Confirmed - Tested Since Memory Clear
             Freeze Frame:
                    Fault Status: 00000001
                    Fault Priority: 3
                    Fault Frequency: 1
                    Reset counter: 8
                    Mileage: 134330 km
                    Date: 2020.02.12
                    Time: 00:17:14


-------------------------------------------------------------------------------
Address 17: Instruments (J285)       Labels:| 4H0-920-xxx-17.clb-SRI1
   Part No SW: 4G8 920 900 Q    HW: 4G8 920 900 Q
   Component: MDieRdw       H43 0604 
   Revision: 29450306    Serial number: 658240915592034
   Coding: 13A712000A410008000000
   Shop #: WSC 02391 785 00200
   ASAM Dataset: EV_RBC7KMID 004050
   ROD: EV_RBC7KMID.rod (VIN: N/A)
   VCID: 38292AA242DDA49B5F2-806C

5 Faults Found:
9453074 - Fuel Level Sensor 1
          B103E 1B [009] - Resistance Too High
          Confirmed - Tested Since Memory Clear
             Freeze Frame:
                    Fault Status: 00000001
                    Fault Priority: 2
                    Fault Frequency: 1
                    Reset counter: 8
                    Mileage: 134330 km
                    Date: 2020.02.12
                    Time: 00:17:14

9459739 - Fuel Level Sensor 2
          B1058 1B [009] - Resistance Too High
          Confirmed - Tested Since Memory Clear
             Freeze Frame:
                    Fault Status: 00000001
                    Fault Priority: 2
                    Fault Frequency: 1
                    Reset counter: 8
                    Mileage: 134330 km
                    Date: 2020.02.12
                    Time: 00:17:14

15360768 - Component Protection
          U1101 00 [009] - Active
          Confirmed - Tested Since Memory Clear
             Freeze Frame:
                    Fault Status: 00000001
                    Fault Priority: 4
                    Fault Frequency: 1
                    Reset counter: 8
                    Mileage: 134330 km
                    Date: 2020.02.12
                    Time: 00:17:14

16776977 - Function Restricted due to Missing Message(s)
          U1111 00 [009] - -
          [Gateway_04: Veraltet Bit]
          Confirmed - Tested Since Memory Clear
             Freeze Frame:
                    Fault Status: 00000001
                    Fault Priority: 6
                    Fault Frequency: 1
                    Reset counter: 8
                    Mileage: 134330 km
                    Date: 2020.02.12
                    Time: 00:17:14

1048580 - Button for Trip Odometer Reset
          B11FE 13 [009] - Open Circuit
          Confirmed - Tested Since Memory Clear
             Freeze Frame:
                    Fault Status: 00000001
                    Fault Priority: 6
                    Fault Frequency: 1
                    Reset counter: 8
                    Mileage: 134330 km
                    Date: 2020.02.12
                    Time: 00:17:14


-------------------------------------------------------------------------------
Address 19: CAN Gateway (J533)       Labels:| 4H0-907-468.clb
   Part No SW: 4G5 907 468 F    HW: 4G0 907 468 AC
   Component: J533--Gateway H14 0083 
   Revision: --------    Serial number: 00000002085041
   Coding: C0CD074418
   Shop #: WSC 02391 785 00200
   GVL: B5206800D860400000040000
   ASAM Dataset: EV_GatewPkoUDS 001028
   ROD: EV_GatewPkoUDS_001_AU57.rod (VIN: N/A)
   VCID: 38292AA242DDA49B5F2-806C

   Battery Monitoring Control Module:

   Voltage stabilizer:

3 Faults Found:
5073 - Door Control Module - Passenger's Door
          U0200 00 [009] - No Communications
          Confirmed - Tested Since Memory Clear
             Freeze Frame:
                    Fault Status: 00000001
                    Fault Priority: 2
                    Fault Frequency: 1
                    Reset counter: 8
                    Mileage: 134330 km
                    Date: 2020.02.12
                    Time: 00:17:14

                    Voltage terminal 30: 11.7 V
                    Voltage terminal 15: 11.6 V
                    Control Module temperature: 27 °C
                    System status: Terminal 15 on
                    IN ESP_standstill flag: no standstill detected
                    Engine running: OFF
                    IN ZAS_Te_X: OFF
                    Terminal 15 status via CAN: OFF
                    Terminal 15 status: On
                    Datenfeld: 0

5074 - Door Control Module - Rear Left
          U0201 00 [009] - No Communications
          Confirmed - Tested Since Memory Clear
             Freeze Frame:
                    Fault Status: 00000001
                    Fault Priority: 2
                    Fault Frequency: 1
                    Reset counter: 8
                    Mileage: 134330 km
                    Date: 2020.02.12
                    Time: 00:17:14

                    Voltage terminal 30: 11.7 V
                    Voltage terminal 15: 11.6 V
                    Control Module temperature: 27 °C
                    System status: Terminal 15 on
                    IN ESP_standstill flag: no standstill detected
                    Engine running: OFF
                    IN ZAS_Te_X: OFF
                    Terminal 15 status via CAN: OFF
                    Terminal 15 status: On
                    Datenfeld: 0

0020 - Terminal 15 via CAN
          B11D8 29 [009] - Signal Implausible
          Confirmed - Tested Since Memory Clear
             Freeze Frame:
                    Fault Status: 00000001
                    Fault Priority: 3
                    Fault Frequency: 1
                    Reset counter: 8
                    Mileage: 134330 km
                    Date: 2020.02.12
                    Time: 00:17:15

                    Voltage terminal 30: 11.7 V
                    Voltage terminal 15: 11.6 V
                    Control Module temperature: 27 °C
                    System status: Terminal 15 on
                    IN ESP_standstill flag: no standstill detected
                    Engine running: OFF
                    IN ZAS_Te_X: OFF
                    Terminal 15 status via CAN: OFF
                    Terminal 15 status: On
                    Datenfeld: 0


-------------------------------------------------------------------------------
Address 42: Door Elect, Driver
Cannot be reached

-------------------------------------------------------------------------------
Address 46: Central Conv. (J393)       Labels:. 4H0-907-064-46.clb
   Part No SW: 4H0 907 064 HN    HW: 4H0 907 064 HN
   Component: BCM2 2.0      H61 0825 
   Revision: 00002001    Serial number: 0439733782   
   Coding: 0100062280B93080C320080500010E470000000000000000000000000000
   Shop #: WSC 12345 123 23456
   VCID: 7CA1F6B236E548BBFBA-8028

12 Faults Found:
01501 - Bulb for Blinkers; Rear Left (M6)
            012 - Electrical Fault in Circuit - MIL ON
             Freeze Frame:
                    Fault Status: 11101100
                    Fault Priority: 2
                    Fault Frequency: 1
                    Reset counter: 8
                    Mileage: 134330 km
                    Time Indication: 0
                    Date: 2020.02.12
                    Time: 00:17:12

01505 - Bulb for Blinkers; Rear Right (M8)
            012 - Electrical Fault in Circuit - MIL ON
             Freeze Frame:
                    Fault Status: 11101100
                    Fault Priority: 2
                    Fault Frequency: 1
                    Reset counter: 8
                    Mileage: 134330 km
                    Time Indication: 0
                    Date: 2020.02.12
                    Time: 00:17:12

00185 - Control Circuit; Relay for Supply Voltage Terminal 15
            011 - Open Circuit
             Freeze Frame:
                    Fault Status: 01101011
                    Fault Priority: 2
                    Fault Frequency: 1
                    Reset counter: 8
                    Mileage: 134330 km
                    Time Indication: 0
                    Date: 2020.02.12
                    Time: 00:17:17

00457 - Central Electronics Control Module / BCM (J519)
            004 - No Signal/Communication
             Freeze Frame:
                    Fault Status: 01100100
                    Fault Priority: 6
                    Fault Frequency: 1
                    Reset counter: 8
                    Mileage: 134330 km
                    Time Indication: 0
                    Date: 2020.02.12
                    Time: 00:17:12

01315 - Transmission Control Module
            004 - No Signal/Communication
             Freeze Frame:
                    Fault Status: 01100100
                    Fault Priority: 6
                    Fault Frequency: 1
                    Reset counter: 8
                    Mileage: 134330 km
                    Time Indication: 0
                    Date: 2020.02.12
                    Time: 00:17:12

03544 - Left Brake Light Lamp 2
            012 - Electrical Fault in Circuit - MIL ON
             Freeze Frame:
                    Fault Status: 11101100
                    Fault Priority: 2
                    Fault Frequency: 1
                    Reset counter: 8
                    Mileage: 134330 km
                    Time Indication: 0
                    Date: 2020.02.12
                    Time: 00:17:12

03545 - Right Brake Light Lamp 2
            012 - Electrical Fault in Circuit - MIL ON
             Freeze Frame:
                    Fault Status: 11101100
                    Fault Priority: 2
                    Fault Frequency: 1
                    Reset counter: 8
                    Mileage: 134330 km
                    Time Indication: 0
                    Date: 2020.02.12
                    Time: 00:17:12

01503 - Bulb for 3rd Brake Light (M25)
            012 - Electrical Fault in Circuit - MIL ON
             Freeze Frame:
                    Fault Status: 11101100
                    Fault Priority: 2
                    Fault Frequency: 1
                    Reset counter: 8
                    Mileage: 134330 km
                    Time Indication: 0
                    Date: 2020.02.12
                    Time: 00:17:12

00987 - Lamp for Brake Light; Left (M9)
            012 - Electrical Fault in Circuit - MIL ON
             Freeze Frame:
                    Fault Status: 11101100
                    Fault Priority: 2
                    Fault Frequency: 1
                    Reset counter: 8
                    Mileage: 134330 km
                    Time Indication: 0
                    Date: 2020.02.12
                    Time: 00:17:12

00988 - Lamp for Brake Light; Right (M10)
            012 - Electrical Fault in Circuit - MIL ON
             Freeze Frame:
                    Fault Status: 11101100
                    Fault Priority: 2
                    Fault Frequency: 1
                    Reset counter: 8
                    Mileage: 134330 km
                    Time Indication: 0
                    Date: 2020.02.12
                    Time: 00:17:12

03192 - Lamp 2 for Blinker; Rear Left
            012 - Electrical Fault in Circuit - MIL ON
             Freeze Frame:
                    Fault Status: 11101100
                    Fault Priority: 2
                    Fault Frequency: 1
                    Reset counter: 8
                    Mileage: 134330 km
                    Time Indication: 0
                    Date: 2020.02.12
                    Time: 00:17:12

03193 - Lamp 2 for Blinker; Rear Right
            012 - Electrical Fault in Circuit - MIL ON
             Freeze Frame:
                    Fault Status: 11101100
                    Fault Priority: 2
                    Fault Frequency: 1
                    Reset counter: 8
                    Mileage: 134330 km
                    Time Indication: 0
                    Date: 2020.02.12
                    Time: 00:17:12


-------------------------------------------------------------------------------
Address 52: Door Elect, Pass.
Cannot be reached

-------------------------------------------------------------------------------
Address 53: Parking Brake (----)       Labels: 4H0-907-801.clb
   Part No SW: 4H0 907 801 H    HW: 4H0 907 801 A
   Component: EPB-4         H04 0015 
   Revision: --------    Serial number: 00000001570030
   ASAM Dataset: EV_ParkiBrake 001028
   ROD: EV_ParkiBrake_VW51.rod
   VCID: 2D070BF6BD9F11333C4-8078

3 Faults Found:
70912 - Left Parking Brake Motor Voltage Supply
          C100D 13 [137] - Electrical Malfunction
          MIL ON - Confirmed - Tested Since Memory Clear
             Freeze Frame:
                    Fault Status: 00000001
                    Fault Priority: 1
                    Fault Frequency: 1
                    Reset counter: 8
                    Mileage: 134330 km
                    Date: 2020.02.12
                    Time: 00:17:15

                    Voltage terminal 30: 11.5 V
                    Internal Fault ID: 26
                    Vehicle speed: 510 km/h
                    Network management state: normal
                    Function light in parking brake button: OFF
                    Red operating lamp: OFF
                    Red warning lamp: OFF
                    Green operating lamp: OFF
                    Yellow warning lamp: OFF
                    Terminal 15 status: OFF
                    RWU: not active
                    DSD: not active
                    HTR: not active
                    ECD: not active
                    ACC requested apply: not active
                    Auto Adjust: not active
                    General Inspection Function: not active
                    Internal Parking Brake state: Emergency running mode
                    Status of parking brake button: Open circuit
                    Status ParkingBrake left: Open
                    Status ParkingBrake right: Open

71168 - Right Parking Brake Motor Voltage Supply
          C100E 13 [137] - Electrical Malfunction
          MIL ON - Confirmed - Tested Since Memory Clear
             Freeze Frame:
                    Fault Status: 00000001
                    Fault Priority: 1
                    Fault Frequency: 1
                    Reset counter: 8
                    Mileage: 134330 km
                    Date: 2020.02.12
                    Time: 00:17:15

                    Voltage terminal 30: 11.7 V
                    Internal Fault ID: 27
                    Vehicle speed: 510 km/h
                    Network management state: normal
                    Function light in parking brake button: OFF
                    Red operating lamp: OFF
                    Red warning lamp: OFF
                    Green operating lamp: OFF
                    Yellow warning lamp: On
                    Terminal 15 status: OFF
                    RWU: not active
                    DSD: not active
                    HTR: not active
                    ECD: not active
                    ACC requested apply: not active
                    Auto Adjust: not active
                    General Inspection Function: not active
                    Internal Parking Brake state: Emergency running mode
                    Status of parking brake button: Open circuit
                    Status ParkingBrake left: Open
                    Status ParkingBrake right: Open

131840 - Switch for Electric Parking Brake
          C100C 13 [137] - Open Circuit
          MIL ON - Confirmed - Tested Since Memory Clear
             Freeze Frame:
                    Fault Status: 00000001
                    Fault Priority: 2
                    Fault Frequency: 1
                    Reset counter: 8
                    Mileage: 134330 km
                    Date: 2020.02.12
                    Time: 00:17:14

                    Voltage terminal 30: 11.7 V
                    Internal Fault ID: 34
                    Vehicle speed: 510 km/h
                    Network management state: normal
                    Function light in parking brake button: OFF
                    Red operating lamp: OFF
                    Red warning lamp: OFF
                    Green operating lamp: OFF
                    Yellow warning lamp: On
                    Terminal 15 status: OFF
                    RWU: not active
                    DSD: not active
                    HTR: not active
                    ECD: not active
                    ACC requested apply: not active
                    Auto Adjust: not active
                    General Inspection Function: not active
                    Internal Parking Brake state: Emergency running mode
                    Status of parking brake button: Open circuit
                    Status ParkingBrake left: Open
                    Status ParkingBrake right: Open


-------------------------------------------------------------------------------
Address 5F: Information Electr. (J794)       Labels:| 4G1-035-MIB-HGH2.clb
   Part No SW: 4G1 035 044 M    HW: 4G1 035 044
   Component: MU-H-LN-EU    H33 1425 
   Serial number: A277I0E7507056
   Coding: 01750201FF0A000013110001000A00102F0006E5F1700100DF
   Shop #: WSC 02391 785 00200
   ASAM Dataset: EV_MUHig6C3Gen2HBAS 001115
   ROD: EV_MUHig6C3Gen2HBAS_AU57.rod
   VCID: 290FFFE689770D13D0C-807C

   Data carrier:
   Subsystem 1 - Part No SW: V03 959 802 TN    HW: -----------
   Component: ECE 2022  --- 0195
   Serial number: --------------------

   Compact disc data bank:
   Subsystem 2 - Part No SW: V03 959 800 EG    HW: -----------
   Component: Gracenote  --- 1010
   Serial number: --------------------

7 Faults Found:
15360512 - Component Protection
          U1101 00 [009] - Active
          [Anti-theft protection - component protection active (0xEA6200)]
          Confirmed - Tested Since Memory Clear
             Freeze Frame:
                    Fault Status: 00000001
                    Fault Priority: 4
                    Fault Frequency: 1
                    Reset counter: 8
                    Mileage: 134330 km
                    Date: 2020.02.12
                    Time: 00:17:15

                    Voltage terminal 30: 11.8 V

3073 - Cellular Antenna
          B1053 13 [009] - Open Circuit
          [GSM/UMTS aerial - open circuit]
          Confirmed - Tested Since Memory Clear
             Freeze Frame:
                    Fault Status: 00000001
                    Fault Priority: 4
                    Fault Frequency: 1
                    Reset counter: 8
                    Mileage: 134330 km
                    Date: 2020.02.12
                    Time: 00:17:16

                    Voltage terminal 30: 11.9 V

3084 - GSM antenna 2
          B1533 13 [009] - Open Circuit
          Confirmed - Tested Since Memory Clear
             Freeze Frame:
                    Fault Status: 00000001
                    Fault Priority: 4
                    Fault Frequency: 1
                    Reset counter: 8
                    Mileage: 134330 km
                    Date: 2020.02.12
                    Time: 00:17:16

                    Voltage terminal 30: 11.9 V

2565 - GPS Antenna
          B1054 13 [009] - Open Circuit
          [GPS aerial - open circuit]
          Confirmed - Tested Since Memory Clear
             Freeze Frame:
                    Fault Status: 00000001
                    Fault Priority: 4
                    Fault Frequency: 1
                    Reset counter: 8
                    Mileage: 134330 km
                    Date: 2020.02.12
                    Time: 00:17:16

                    Voltage terminal 30: 11.9 V

1564 - Microphone 1
          B129B 13 [009] - Open Circuit
          Confirmed - Tested Since Memory Clear
             Freeze Frame:
                    Fault Status: 00000001
                    Fault Priority: 4
                    Fault Frequency: 1
                    Reset counter: 8
                    Mileage: 134330 km
                    Date: 2020.02.12
                    Time: 00:17:15

                    Voltage terminal 30: 11.8 V

1567 - Microphone 2
          B129C 13 [009] - Open Circuit
          Confirmed - Tested Since Memory Clear
             Freeze Frame:
                    Fault Status: 00000001
                    Fault Priority: 4
                    Fault Frequency: 1
                    Reset counter: 8
                    Mileage: 134330 km
                    Date: 2020.02.12
                    Time: 00:17:15

                    Voltage terminal 30: 11.8 V

6666 - Optical data bus
          U1049 00 [009] - Open circuit
          Confirmed - Tested Since Memory Clear
             Freeze Frame:
                    Fault Status: 00000001
                    Fault Priority: 6
                    Fault Frequency: 1
                    Reset counter: 8
                    Mileage: 134330 km
                    Date: 2020.02.12
                    Time: 00:17:34

                    Voltage terminal 30: 11.8 V
                    Temperature of MOST transceiver-max.value: -50 °C
                    Temperature of MOST transceiver-min.value: -5 °C
                    Temperature of MOST transceiver-Up-to-date: 30 °C


-------------------------------------------------------------------------------
Address 62: Door, Rear Left
Cannot be reached

-------------------------------------------------------------------------------
Address 72: Door, Rear Right
Cannot be reached

End----(Elapsed Time: 02:23, VBatt start/end: 11.8V/11.8V. VIgn 11.7V)-----
 
   #235  

torrebasetez

Verified VCDS User
Verified
Joined
Sep 21, 2018
Messages
118
Reaction score
18
Location
Spain
VCDS Serial number
C?ID=354490
I also do not understand why if I have connected modules 42 and 72, the scanner also shows modules 52 and 62, if they are not present. I do not get it.
 
   #236  

DV52

Verified VCDS User
Verified
Joined
May 16, 2014
Messages
5,469
Reaction score
5,935
Location
Melbourne, Australia
VCDS Serial number
C?ID=194404
@torrebasetez: Hi. Just guessing, check Installation list settings in hex19 module and check CAN polarity on door module connector - maybe?

Don

PS: there is a term that is used in quantum mechanics to describe what happens if a human falls into a black-hole: Spaghettification.
Not sure why, but your pictures reminded me of the term. Please don't take offense- my test bench suffers from the same problem!! ;)
 
   #237  

torrebasetez

Verified VCDS User
Verified
Joined
Sep 21, 2018
Messages
118
Reaction score
18
Location
Spain
VCDS Serial number
C?ID=354490
:othanks.... the truth is that I'll see if I have time and order the wiring a bit, and I'll leave it better. As for the problem, check the installation list of module 19, and units 42,52,62 and 72. Regarding the connection of the CAN, I did it in the GATEWAY unit in numbers 4 and 20, where the comfort low and high can is. I do not understand why if connecting the two can and the positive and negative one should not be able to access the module. I don't understand? I don't know if I would be missing any more connection... but in elsa I don't see it
 
   #238  

DV52

Verified VCDS User
Verified
Joined
May 16, 2014
Messages
5,469
Reaction score
5,935
Location
Melbourne, Australia
VCDS Serial number
C?ID=194404
Regarding the connection of the CAN, I did it in the GATEWAY unit in numbers 4 and 20, where the comfort low and high can is. I do not understand why if connecting the two can and the positive and negative one should not be able to access the module. I don't understand? I don't know if I would be missing any more connection... but in elsa I don't see it
Hmm...... OK, there really are only the 4 x connections required for comms to work on these simpler modules; battery volts and CAN wires. I'm not sure of the pin numbers for J533 on MLB platform cars - but I assume that you have checked the WD.

Again just guessing - but perhaps one of the door modules is shorting-out the Convenience CAN bus (maybe)? Try adding the door modules one-at-a-time to the CAN (maybe?) - check auto-scan results after each module is added

Don
 
   #239  

torrebasetez

Verified VCDS User
Verified
Joined
Sep 21, 2018
Messages
118
Reaction score
18
Location
Spain
VCDS Serial number
C?ID=354490
Code:
Monday,14,February,2022,15:42:31:58101
VCDS -- Windows Based VAG/VAS Emulator Running on Windows 7 x86
VCDS Version: 21.9.0.2  HEX-V2 CB: 0.4555.4
Data version: 20210903 DS330.0
www.Ross-Tech.com


VIN: WAUZZZ4G3HN002331   License Plate:


Chassis Type: 4G-AU57 (4G5)
Scan: 01 03 05 08 10 17 19 42 46 53 5F 47

VIN: WAUZZZ4G3HN002331   Mileage: 134330km-83468miles

01-Engine -- Status: Malfunction 0010
03-ABS Brakes -- Status: Malfunction 0010
05-Acc/Start Auth. -- Status: Malfunction 0010
08-Auto HVAC -- Status: Malfunction 0010
10-Park/Steer Assist -- Status: Malfunction 0010
17-Instruments -- Status: Malfunction 0110
19-CAN Gateway -- Status: Malfunction 0010
42-Door Elect, Driver -- Status: Malfunction 0010
46-Central Conv. -- Status: Malfunction 0010
53-Parking Brake -- Status: Malfunction 0010
5F-Information Electr. -- Status: Malfunction 0010
-------------------------------------------------------------------------------
Address 01: Engine (J623-CNHA)       Labels:. 04L-907-309-V1.clb
   Part No SW: 04L 906 021 FQ    HW: 04L 907 309
   Component: R4 2,0L EDC   H23 1649
   Revision: 85H23---    CVN: 00F3A24DC19C777100000000
   Coding: 0A254012242401080000
   Shop #: WSC 02391 785 00200
   ASAM Dataset: EV_ECM20TDI01104L906021FQ 002004
   ROD: EV_ECM20TDI01104L906021FQ_002.rod
   VCID: 79AFEFA639577D93E0F-802C
   VINID: 9D196AAAA1170D87800020C304BA3E7527

14 Faults Found:
4901 - Engine Mount Solenoid Valves (N144/N145)
          P1588 00 [039] - Open Circuit
          Not Confirmed - Tested Since Memory Clear
             Freeze Frame:
                    Fault Status: 00000001
                    Fault Priority: 2
                    Fault Frequency: 1
                    Mileage: 134330 km
                    Date: 2020.02.12
                    Time: 00:11:16

                    Engine RPM: 0.00 /min
                    Normed load value: 0.0 %
                    Vehicle speed: 255 km/h
                    Coolant temperature: 10 °C
                    Intake air temperature: -40 °C
                    Ambient air pressure: 1010 mbar
                    Voltage terminal 30: 8.160 V
                    Unlearning counter according OBD: 40
                    Engine mount 1 bank 1-Bits 0-7: 0

5132 - Valve for Fuel Metering (N290)
          P0090 00 [167] - Open Circuit
          MIL ON - Not Confirmed - Tested Since Memory Clear
             Freeze Frame:
                    Fault Status: 00000001
                    Fault Priority: 2
                    Fault Frequency: 1
                    Mileage: 134330 km
                    Date: 2020.02.12
                    Time: 00:12:48

                    Engine RPM: 0.00 /min
                    Normed load value: 0.0 %
                    Vehicle speed: 255 km/h
                    Coolant temperature: 10 °C
                    Intake air temperature: -40 °C
                    Ambient air pressure: 1010 mbar
                    Voltage terminal 30: 12.220 V
                    Unlearning counter according OBD: 40
                    Engine status: COENG_STANDBY
                    Engine status-Test_Program_Co Eng st COMPU VERB UBYTE: 0

5177 - Fuel Pressure Regulator Valve (N276)
          P2294 00 [167] - Open Circuit
          MIL ON - Not Confirmed - Tested Since Memory Clear
             Freeze Frame:
                    Fault Status: 00000001
                    Fault Priority: 2
                    Fault Frequency: 1
                    Mileage: 134330 km
                    Date: 2020.02.12
                    Time: 00:12:48

                    Engine RPM: 0.00 /min
                    Normed load value: 0.0 %
                    Vehicle speed: 255 km/h
                    Coolant temperature: 10 °C
                    Intake air temperature: -40 °C
                    Ambient air pressure: 1010 mbar
                    Voltage terminal 30: 11.280 V
                    Unlearning counter according OBD: 40
                    Engine status: COENG_STANDBY
                    Engine status-Test_Program_Co Eng st COMPU VERB UBYTE: 0

2813 - Accelerator Position Sensor (G79)
          P2122 00 [167] - Signal too Low
          MIL ON - Not Confirmed - Tested Since Memory Clear
             Freeze Frame:
                    Fault Status: 00000001
                    Fault Priority: 2
                    Fault Frequency: 1
                    Mileage: 134330 km
                    Date: 2020.02.12
                    Time: 00:11:15

                    Engine RPM: 0.00 /min
                    Normed load value: 0.0 %
                    Vehicle speed: 255 km/h
                    Coolant temperature: 10 °C
                    Intake air temperature: -40 °C
                    Ambient air pressure: 1010 mbar
                    Voltage terminal 30: 8.100 V
                    Unlearning counter according OBD: 40
                    Accelerator pedal travel: raw value: 0.00 %
                    Accelerator pedal: sensor voltage 1: 0.0 mV
                    Accelerator pedal: sensor voltage 2: 0.0 mV
                    Accelerator pedal: switch positions-Bits 0-7: 64
                    Starter control: Interlock- or P/N-signal-Bits 0-7: 17
                    Limitation: torque: 1000.0 Nm
                    Control Module temperature: 29.2 °C

2815 - Accelerator Position Sensor 2 (G185)
          P2127 00 [167] - Signal too Low
          MIL ON - Not Confirmed - Tested Since Memory Clear
             Freeze Frame:
                    Fault Status: 00000001
                    Fault Priority: 2
                    Fault Frequency: 1
                    Mileage: 134330 km
                    Date: 2020.02.12
                    Time: 00:11:15

                    Engine RPM: 0.00 /min
                    Normed load value: 0.0 %
                    Vehicle speed: 255 km/h
                    Coolant temperature: 10 °C
                    Intake air temperature: -40 °C
                    Ambient air pressure: 1010 mbar
                    Voltage terminal 30: 8.100 V
                    Unlearning counter according OBD: 40
                    Accelerator pedal travel: raw value: 0.00 %
                    Accelerator pedal: sensor voltage 1: 0.0 mV
                    Accelerator pedal: sensor voltage 2: 0.0 mV
                    Accelerator pedal: switch positions-Bits 0-7: 64
                    Starter control: Interlock- or P/N-signal-Bits 0-7: 17
                    Limitation: torque: 1000.0 Nm
                    Control Module temperature: 29.2 °C

5953 - Exhaust Gas Recirculation Sensor 2
          P0486 00 [039] - Electrical Malfunction
          Not Confirmed - Tested Since Memory Clear
             Freeze Frame:
                    Fault Status: 00000001
                    Fault Priority: 2
                    Fault Frequency: 1
                    Mileage: 134330 km
                    Date: 2020.02.12
                    Time: 00:12:10

                    Engine RPM: 0.00 /min
                    Normed load value: 0.0 %
                    Vehicle speed: 255 km/h
                    Coolant temperature: 10 °C
                    Intake air temperature: -40 °C
                    Ambient air pressure: 1010 mbar
                    Voltage terminal 30: 9.520 V
                    Unlearning counter according OBD: 40
                    Mass airflow sensor 1 bank 1 airflow: raw value: 0.0 mg/stroke
                    Exhaust recirc.valve 2 bank 1: posit.feedback - Specified value: 0.00 %
                    Exhaust recirc.valve 2 bank 1: posit.feedback - Actual value: 0.00 %
                    Exhaust recirc.valve 2 bank 1: posit.feedback - Offset closed: -0.09 %
                    Exhaust recirculation valve 2 bank 1: monitoring - status-Bits 0-7: 55
                    Exhaust recirculation valve 2 bank 1: monitoring - status-Bits 0-7: 0
                    Exhaust recirculation valve 2 bank 1: monitoring - status-Bits 0-7: 2
                    Exhaust recirculation valve 2 bank 1: monitoring - status-Bits 0-7: 3
                    Exhaust recirc.valve 2 bank 1: posit.feedback - Raw voltage: 4999.8 mV

4900 - EGR Sensor 1
          P0405 00 [039] - Signal too Low
          Not Confirmed - Tested Since Memory Clear
             Freeze Frame:
                    Fault Status: 00000001
                    Fault Priority: 2
                    Fault Frequency: 1
                    Mileage: 134330 km
                    Date: 2020.02.12
                    Time: 00:12:10

                    Engine RPM: 0.00 /min
                    Normed load value: 0.0 %
                    Vehicle speed: 255 km/h
                    Coolant temperature: 10 °C
                    Intake air temperature: -40 °C
                    Ambient air pressure: 1010 mbar
                    Voltage terminal 30: 9.520 V
                    Unlearning counter according OBD: 40
                    Mass airflow sensor 1 bank 1 airflow: raw value: 0.0 mg/stroke
                    Exhaust recirc.valve 1 bank 1: posit.feedback - Specified value: 0.00 %
                    Exhaust recirc.valve 1 bank 1: posit.feedback - Actual value: 0.00 %
                    Exhaust recirc.valve 1 bank 1: posit.feedback - Offset closed: -0.11 %
                    Exhaust recirculation valve 1 bank 1: monitoring - status-Bits 0-7: 55
                    Exhaust recirculation valve 1 bank 1: monitoring - status-Bits 0-7: 0
                    Exhaust recirculation valve 1 bank 1: monitoring - status-Bits 0-7: 3
                    Exhaust recirculation valve 1 bank 1: monitoring - status-Bits 0-7: 2
                    Exhaust recirc.valve 1 bank 1: posit.feedback - Raw voltage: 1.8 mV

5929 - Sensor for Exhaust Flap
          P048E 00 [039] - Short to Plus
          Not Confirmed - Tested Since Memory Clear
             Freeze Frame:
                    Fault Status: 00000001
                    Fault Priority: 2
                    Fault Frequency: 1
                    Mileage: 134330 km
                    Date: 2020.02.12
                    Time: 00:12:10

                    Engine RPM: 0.00 /min
                    Normed load value: 0.0 %
                    Vehicle speed: 255 km/h
                    Coolant temperature: 10 °C
                    Intake air temperature: -40 °C
                    Ambient air pressure: 1010 mbar
                    Voltage terminal 30: 9.520 V
                    Unlearning counter according OBD: 40
                    Particulate filter output: temp. sensor 1: bank 1: raw value: 1000.0 °C
                    Exh.recircul.valve 1 bank 1: pos.feedback - Specified value: 0.00 %
                    Exh.recircul.valve 1 bank 1: pos.feedback - Actual value: 0.00 %
                    Exh.recircul.valve 1 bank 1: pos.feedback - Offset closed: 0.48 %
                    Exhaust recirculation valve 1 bank 1: monitoring - status-Bits 0-7: 0
                    Exhaust recirculation valve 1 bank 1: monitoring - status-Bits 0-7: 0
                    Exhaust recirculation valve 1 bank 1: monitoring - status-Bits 0-7: 11
                    Exhaust recirculation valve 1 bank 1: monitoring - status-Bits 0-7: 55
                    Exh.recircul.valve 1 bank 1: pos.feedback - Raw voltage: 4999.8 mV

4967 - Fuel Temp. Sensor A (G81)
          P0183 00 [039] - Open or Short to Plus
          Not Confirmed - Tested Since Memory Clear
             Freeze Frame:
                    Fault Status: 00000001
                    Fault Priority: 2
                    Fault Frequency: 1
                    Mileage: 134330 km
                    Date: 2020.02.12
                    Time: 00:11:16

                    Engine RPM: 0.00 /min
                    Normed load value: 0.0 %
                    Vehicle speed: 255 km/h
                    Coolant temperature: 10 °C
                    Intake air temperature: -40 °C
                    Ambient air pressure: 1010 mbar
                    Voltage terminal 30: 8.160 V
                    Unlearning counter according OBD: 40
                    Fuel consumption: 0.00 l/h
                    Engine oil temperature: 79.3 °C
                    Oil warning threshold: 0.000 mm
                    Status of oil pressure switches-Bits 0-7: 0
                    Oil fill level: 127.500 mm
                    Outside temperature sensor 1: B1: raw value: -3549.8 °C
                    Fuel temperature sensor 1: B1: raw value: -40.0 °C

5169 - Manifold Pressure / Boost Sensor (G31)
          P0238 00 [167] - Signal too High
          MIL ON - Not Confirmed - Tested Since Memory Clear
             Freeze Frame:
                    Fault Status: 00000001
                    Fault Priority: 2
                    Fault Frequency: 1
                    Mileage: 134330 km
                    Date: 2020.02.12
                    Time: 00:11:16

                    Engine RPM: 0.00 /min
                    Normed load value: 0.0 %
                    Vehicle speed: 255 km/h
                    Coolant temperature: 10 °C
                    Intake air temperature: -40 °C
                    Ambient air pressure: 1010 mbar
                    Voltage terminal 30: 8.140 V
                    Unlearning counter according OBD: 40
                    Charge air cooler inlet: pressure sensor 1 bank 1: raw value: 4131.2 hPa
                    Engine status: COENG_STANDBY
                    Engine status-Test_Program_Co Eng st COMPU VERB UBYTE: 0

9764 - Exhaust Pressure Sensor 1
          P0470 00 [039] - Malfunction
          Not Confirmed - Tested Since Memory Clear
             Freeze Frame:
                    Fault Status: 00000001
                    Fault Priority: 2
                    Fault Frequency: 1
                    Mileage: 134330 km
                    Date: 2020.02.12
                    Time: 00:11:16

                    Engine RPM: 0.00 /min
                    Normed load value: 0.0 %
                    Vehicle speed: 255 km/h
                    Coolant temperature: 10 °C
                    Intake air temperature: -40 °C
                    Ambient air pressure: 1010 mbar
                    Voltage terminal 30: 8.160 V
                    Unlearning counter according OBD: 40
                    Mass airflow sensor 1 bank 1 airflow: raw value: 0.0 mg/stroke
                    Exhaust recirc.valve 2 bank 1: posit.feedback - Specified value: 0.00 %
                    Exhaust recirc.valve 2 bank 1: posit.feedback - Actual value: 0.00 %
                    Exhaust recirc.valve 2 bank 1: posit.feedback - Offset closed: -0.09 %
                    Exhaust recirculation valve 2 bank 1: monitoring - status-Bits 0-7: 55
                    Exhaust recirculation valve 2 bank 1: monitoring - status-Bits 0-7: 0
                    Exhaust recirculation valve 2 bank 1: monitoring - status-Bits 0-7: 18
                    Exhaust recirculation valve 2 bank 1: monitoring - status-Bits 0-7: 0
                    Exhaust recirc.valve 2 bank 1: posit.feedback - Raw voltage: 4999.8 mV

5253 - Particulate Filter; Differential Pressure Sensor
          P2452 00 [039] - Elect. Malfunction
          Not Confirmed - Tested Since Memory Clear
             Freeze Frame:
                    Fault Status: 00000001
                    Fault Priority: 2
                    Fault Frequency: 1
                    Mileage: 134330 km
                    Date: 2020.02.12
                    Time: 00:11:16

                    Engine RPM: 0.00 /min
                    Normed load value: 0.0 %
                    Vehicle speed: 255 km/h
                    Coolant temperature: 10 °C
                    Intake air temperature: -40 °C
                    Ambient air pressure: 1010 mbar
                    Voltage terminal 30: 8.160 V
                    Unlearning counter according OBD: 40
                    Particle filter: air pressure sensor 1 bank 1: raw value: 1057 hPa
                    Particl.filt.: different.press.sensor 1 bank 1: adaptat. value: 0 hPa
                    Par.fil: diff.pr.sens.1 bank 1: offset: 0 hPa
                    Particl.filt.: differential pressur.sensor 1 bank 1: dyn.offset: 2 hPa
                    Outside temperature sensor 1: B1: raw value: -3549.8 °C
                    Particle filter: soot mass measured: 19.27 g
                    Particle filter: soot mass calculated: 13.17 g

5305 - Throttle Position Sensor (G69)
          P0123 00 [167] - Signal too High
          MIL ON - Not Confirmed - Tested Since Memory Clear
             Freeze Frame:
                    Fault Status: 00000001
                    Fault Priority: 2
                    Fault Frequency: 1
                    Mileage: 134330 km
                    Date: 2020.02.12
                    Time: 00:12:10

                    Engine RPM: 0.00 /min
                    Normed load value: 0.0 %
                    Vehicle speed: 255 km/h
                    Coolant temperature: 10 °C
                    Intake air temperature: -40 °C
                    Ambient air pressure: 1010 mbar
                    Voltage terminal 30: 9.520 V
                    Unlearning counter according OBD: 40
                    Mass airflow sensor 1 bank 1 airflow: raw value: 0.0 mg/stroke
                    Throttl.valve adapt. 1 bank 1: posit feedback - Specified value: 0.00 %
                    Throttl.valve adapt. 1 bank 1: posit feedback - Actual value: 0.00 %
                    Throttl.valve adapt. 1 bank 1: posit feedback - Offset closed: -0.18 %
                    Throttle valve adapter 1 bank 1: monitoring - status-Bits 0-7: 0
                    Throttle valve adapter 1 bank 1: monitoring - status-Bits 0-7: 55
                    Throttle valve adapter 1 bank 1: monitoring - status-Bits 0-7: 0
                    Throttle valve adapter 1 bank 1: monitoring - status-Bits 0-7: 2
                    Throttl.valve adapt. 1 bank 1: posit feedback - Raw voltage: 4999.8 mV

18110 - Oxygen (Lambda) Sensor B1 S1: Heating Circuit
          P0030 00 [039] - Malfunction / Open Circuit
          Not Confirmed - Tested Since Memory Clear
             Freeze Frame:
                    Fault Status: 00000001
                    Fault Priority: 2
                    Fault Frequency: 1
                    Mileage: 134330 km
                    Date: 2020.02.12
                    Time: 00:11:16

                    Engine RPM: 0.00 /min
                    Normed load value: 0.0 %
                    Vehicle speed: 255 km/h
                    Coolant temperature: 10 °C
                    Intake air temperature: -40 °C
                    Ambient air pressure: 1010 mbar
                    Voltage terminal 30: 8.160 V
                    Unlearning counter according OBD: 40
                    Oxygen sensor bank 1 before oxi cat: signal qual. pump flow controller: 13
                    Oxygen sensor bank 1 before oxi cat: signal qual. temperature regulator: 13
                    Oxygen sensor bank 1 before oxi cat: electric. corrected Pump current: 0.0000000 A
                    Oxygen sensor bank 1 before oxi cat: heater activation: 0.000 %
                    Oxygen sensor bank 1 before oxi cat: electric. corrected Urie sensor value: 0.0000 V
                    Oxygen sensor bank 1 before oxi cat: adjustable resistor: 0.0 Ohm
                    Oxyg.sensor bank 1 before oxi cat: curr.pump curr.adaptation: 1.0000

Readiness: 0 0 0 0 1

-------------------------------------------------------------------------------
Address 03: ABS Brakes (J104)       Labels:. 4G0-907-379-V2.clb
   Part No SW: 4G0 907 379 S    HW: 4G0 907 379 S
   Component: ESP9 Premium  H01 0530
   Revision: --------    Serial number: --------------
   Coding: 06A29E4960457992BB00
   Shop #: WSC 02391 785 00200
   ASAM Dataset: EV_ESP9BOSCHAU57X 004018
   ROD: EV_ESP9BOSCHAU57X.rod
   VCID: 41DF47461107E553E8F-8014

No Faults Found
  or DTCs not supported by controller
  or a communication error occurred

-------------------------------------------------------------------------------
Address 05: Acc/Start Auth. (J393)       Labels:. 8K0-907-064-05.clb
   Part No SW: 4H0 907 064 HN    HW: 4H0 907 064 HN
   Component: BCM2 2.0      H61 0825
   Revision: 00002001 
   Coding: 01B8704E000000000000
   Shop #: WSC 02391 785 00200
   VCID: 7CA1F6B236E548BBFB9-8028

4 Faults Found:
00446 - Function Limitation due to Under-Voltage
            002 - Lower Limit Exceeded - Intermittent
             Freeze Frame:
                    Fault Status: 00100010
                    Fault Priority: 2
                    Fault Frequency: 1
                    Reset counter: 48
                    Mileage: 134330 km
                    Time Indication: 0
                    Date: 2020.02.12
                    Time: 00:11:13

01330 - Central Control Module for Central Convenience (J393)
            013 - Check DTC Memory
             Freeze Frame:
                    Fault Status: 01101101
                    Fault Priority: 6
                    Fault Frequency: 1
                    Reset counter: 8
                    Mileage: 134330 km
                    Time Indication: 0
                    Date: 2020.02.12
                    Time: 00:12:08

02811 - Control Module for Electronic Steering Column Lock (J764)
            004 - No Signal/Communication
             Freeze Frame:
                    Fault Status: 01100100
                    Fault Priority: 2
                    Fault Frequency: 1
                    Reset counter: 8
                    Mileage: 134330 km
                    Time Indication: 0
                    Date: 2020.02.12
                    Time: 00:12:10

01128 - Immobilizer Pickup Coil (D2)
            004 - No Signal/Communication
             Freeze Frame:
                    Fault Status: 01100100
                    Fault Priority: 2
                    Fault Frequency: 1
                    Reset counter: 8
                    Mileage: 134330 km
                    Time Indication: 0
                    Date: 2020.02.12
                    Time: 00:13:52


-------------------------------------------------------------------------------
Address 08: Auto HVAC (J255)       Labels:| 4G0-820-043-2Z.clb
   Part No SW: 4G0 820 043 N    HW: 4G0 820 043 N
   Component: KLIMA 2 ZONEN H10 0033
   Serial number: 26071000040001
   Coding: 0000000000
   Shop #: WSC 00000 000 00000
   ASAM Dataset: EV_AirCondiBasisUDS 002025
   ROD: EV_AirCondiBasisUDS_002.rod
   VCID: 2A0D00EA8C71060BD95-807E

1 Fault Found:
0379 - Supply Voltage Terminal 30 for Coolant Pump
          B11D5 01 [009] - Electrical Failure
          Confirmed - Tested Since Memory Clear
             Freeze Frame:
                    Fault Status: 00000001
                    Fault Priority: 3
                    Fault Frequency: 1
                    Reset counter: 8


-------------------------------------------------------------------------------
Address 10: Park/Steer Assist (J791)       Labels:| 4H0-919-475-7X5.clb
   Part No SW: 4G0 919 475 H    HW: 4H0 919 475 E
   Component: PARKHILFE PLA H06 0080
   Revision: --------    Serial number: 56231534303149
   Coding: B82314
   Shop #: WSC 02391 785 00200
   ASAM Dataset: EV_EPHVA2CAU64X0000 001014
   ROD: EV_EPHVA2CAU64X0000.rod
   VCID: 3635249A48C952EB4DD-8062

3 Faults Found:
1080340 - Parking Aid Speaker
          B107C 14 [009] - Open or Short to Ground
          Confirmed - Tested Since Memory Clear
             Freeze Frame:
                    Fault Status: 00000001
                    Fault Priority: 3
                    Fault Frequency: 1
                    Reset counter: 8
                    Mileage: 134330 km
                    Date: 2020.02.12
                    Time: 00:12:08

1111316 - Speaker for Front Parking Aid
          B10F5 14 [009] - Open or Short to Ground
          Confirmed - Tested Since Memory Clear
             Freeze Frame:
                    Fault Status: 00000001
                    Fault Priority: 3
                    Fault Frequency: 1
                    Reset counter: 8
                    Mileage: 134330 km
                    Date: 2020.02.12
                    Time: 00:12:08

13893632 - Function Restricted due to Insufficient Voltage
          U1400 00 [008] - -
          [Funktionseinschränkung durch Unterspannung - unterer Grenzwert unterschritten]
          Intermittent - Confirmed - Tested Since Memory Clear
             Freeze Frame:
                    Fault Status: 00000001
                    Fault Priority: 6
                    Fault Frequency: 1
                    Reset counter: 48
                    Mileage: 134330 km
                    Date: 2020.02.12
                    Time: 00:11:13


-------------------------------------------------------------------------------
Address 17: Instruments (J285)       Labels:| 4H0-920-xxx-17.clb-SRI1
   Part No SW: 4G8 920 900 Q    HW: 4G8 920 900 Q
   Component: MDieRdw       H43 0604
   Revision: 29450306    Serial number: 658240915592034
   Coding: 13A712000A410008000000
   Shop #: WSC 02391 785 00200
   ASAM Dataset: EV_RBC7KMID 004050
   ROD: EV_RBC7KMID.rod (VIN: N/A)
   VCID: 38292AA242DDA49B5F1-806C

5 Faults Found:
9453074 - Fuel Level Sensor 1
          B103E 1B [009] - Resistance Too High
          Confirmed - Tested Since Memory Clear
             Freeze Frame:
                    Fault Status: 00000001
                    Fault Priority: 2
                    Fault Frequency: 1
                    Reset counter: 8
                    Mileage: 134330 km
                    Date: 2020.02.12
                    Time: 00:12:08

9459739 - Fuel Level Sensor 2
          B1058 1B [009] - Resistance Too High
          Confirmed - Tested Since Memory Clear
             Freeze Frame:
                    Fault Status: 00000001
                    Fault Priority: 2
                    Fault Frequency: 1
                    Reset counter: 8
                    Mileage: 134330 km
                    Date: 2020.02.12
                    Time: 00:12:08

15360768 - Component Protection
          U1101 00 [009] - Active
          Confirmed - Tested Since Memory Clear
             Freeze Frame:
                    Fault Status: 00000001
                    Fault Priority: 4
                    Fault Frequency: 1
                    Reset counter: 8
                    Mileage: 134330 km
                    Date: 2020.02.12
                    Time: 00:11:13

16776977 - Function Restricted due to Missing Message(s)
          U1111 00 [009] - -
          [Gateway_04: Veraltet Bit]
          Confirmed - Tested Since Memory Clear
             Freeze Frame:
                    Fault Status: 00000001
                    Fault Priority: 6
                    Fault Frequency: 1
                    Reset counter: 8
                    Mileage: 134330 km
                    Date: 2020.02.12
                    Time: 00:12:51

1048580 - Button for Trip Odometer Reset
          B11FE 13 [009] - Open Circuit
          Confirmed - Tested Since Memory Clear
             Freeze Frame:
                    Fault Status: 00000001
                    Fault Priority: 6
                    Fault Frequency: 1
                    Reset counter: 8
                    Mileage: 134330 km
                    Date: 2020.02.12
                    Time: 00:12:08


-------------------------------------------------------------------------------
Address 19: CAN Gateway (J533)       Labels:| 4H0-907-468.clb
   Part No SW: 4G5 907 468 F    HW: 4G0 907 468 AC
   Component: J533--Gateway H14 0083
   Revision: --------    Serial number: 00000002085041
   Coding: C0CD074418
   Shop #: WSC 02391 785 00200
   GVL: B5206800C840000000040000
   ASAM Dataset: EV_GatewPkoUDS 001028
   ROD: EV_GatewPkoUDS_001_AU57.rod (VIN: N/A)
   VCID: 38292AA242DDA49B5F1-806C

   Battery Monitoring Control Module:

   Voltage stabilizer:

1 Fault Found:
0020 - Terminal 15 via CAN
          B11D8 29 [009] - Signal Implausible
          Confirmed - Tested Since Memory Clear
             Freeze Frame:
                    Fault Status: 00000001
                    Fault Priority: 3
                    Fault Frequency: 1
                    Reset counter: 8
                    Mileage: 134330 km
                    Date: 2020.02.12
                    Time: 00:12:09

                    Voltage terminal 30: 9.2 V
                    Voltage terminal 15: 9.2 V
                    Control Module temperature: 29 °C
                    System status: Terminal 15 on
                    IN ESP_standstill flag: no standstill detected
                    Engine running: OFF
                    IN ZAS_Te_X: OFF
                    Terminal 15 status via CAN: OFF
                    Terminal 15 status: On
                    Datenfeld: 0


-------------------------------------------------------------------------------
Address 42: Door Elect, Driver
Cannot be reached

-------------------------------------------------------------------------------
Address 46: Central Conv. (J393)       Labels:. 4H0-907-064-46.clb
   Part No SW: 4H0 907 064 HN    HW: 4H0 907 064 HN
   Component: BCM2 2.0      H61 0825
   Revision: 00002001    Serial number: 0439733782 
   Coding: 0100062280B93080C320080500010E470000000000000000000000000000
   Shop #: WSC 12345 123 23456
   VCID: 7CA1F6B236E548BBFB9-8028

12 Faults Found:
03545 - Right Brake Light Lamp 2
            012 - Electrical Fault in Circuit - MIL ON
             Freeze Frame:
                    Fault Status: 11101100
                    Fault Priority: 2
                    Fault Frequency: 1
                    Reset counter: 8
                    Mileage: 134330 km
                    Time Indication: 0
                    Date: 2020.02.12
                    Time: 00:12:49

01501 - Bulb for Blinkers; Rear Left (M6)
            012 - Electrical Fault in Circuit - MIL ON
             Freeze Frame:
                    Fault Status: 11101100
                    Fault Priority: 2
                    Fault Frequency: 1
                    Reset counter: 8
                    Mileage: 134330 km
                    Time Indication: 0
                    Date: 2020.02.12
                    Time: 00:12:50

03193 - Lamp 2 for Blinker; Rear Right
            012 - Electrical Fault in Circuit - MIL ON
             Freeze Frame:
                    Fault Status: 11101100
                    Fault Priority: 2
                    Fault Frequency: 1
                    Reset counter: 8
                    Mileage: 134330 km
                    Time Indication: 0
                    Date: 2020.02.12
                    Time: 00:12:50

03192 - Lamp 2 for Blinker; Rear Left
            012 - Electrical Fault in Circuit - MIL ON
             Freeze Frame:
                    Fault Status: 11101100
                    Fault Priority: 2
                    Fault Frequency: 1
                    Reset counter: 8
                    Mileage: 134330 km
                    Time Indication: 0
                    Date: 2020.02.12
                    Time: 00:12:51

01505 - Bulb for Blinkers; Rear Right (M8)
            012 - Electrical Fault in Circuit - MIL ON
             Freeze Frame:
                    Fault Status: 11101100
                    Fault Priority: 2
                    Fault Frequency: 1
                    Reset counter: 8
                    Mileage: 134330 km
                    Time Indication: 0
                    Date: 2020.02.12
                    Time: 00:12:52

00457 - Central Electronics Control Module / BCM (J519)
            004 - No Signal/Communication
             Freeze Frame:
                    Fault Status: 01100100
                    Fault Priority: 6
                    Fault Frequency: 1
                    Reset counter: 8
                    Mileage: 134330 km
                    Time Indication: 0
                    Date: 2020.02.12
                    Time: 00:12:09

01316 - ABS Control Module
            013 - Check DTC Memory
             Freeze Frame:
                    Fault Status: 01101101
                    Fault Priority: 6
                    Fault Frequency: 1
                    Reset counter: 8
                    Mileage: 134330 km
                    Time Indication: 0
                    Date: 2020.02.12
                    Time: 00:12:13

00185 - Control Circuit; Relay for Supply Voltage Terminal 15
            011 - Open Circuit
             Freeze Frame:
                    Fault Status: 01101011
                    Fault Priority: 2
                    Fault Frequency: 1
                    Reset counter: 8
                    Mileage: 134330 km
                    Time Indication: 0
                    Date: 2020.02.12
                    Time: 00:12:13

01503 - Bulb for 3rd Brake Light (M25)
            012 - Electrical Fault in Circuit - MIL ON
             Freeze Frame:
                    Fault Status: 11101100
                    Fault Priority: 2
                    Fault Frequency: 1
                    Reset counter: 8
                    Mileage: 134330 km
                    Time Indication: 0
                    Date: 2020.02.12
                    Time: 00:12:49

00987 - Lamp for Brake Light; Left (M9)
            012 - Electrical Fault in Circuit - MIL ON
             Freeze Frame:
                    Fault Status: 11101100
                    Fault Priority: 2
                    Fault Frequency: 1
                    Reset counter: 8
                    Mileage: 134330 km
                    Time Indication: 0
                    Date: 2020.02.12
                    Time: 00:12:49

00988 - Lamp for Brake Light; Right (M10)
            012 - Electrical Fault in Circuit - MIL ON
             Freeze Frame:
                    Fault Status: 11101100
                    Fault Priority: 2
                    Fault Frequency: 1
                    Reset counter: 8
                    Mileage: 134330 km
                    Time Indication: 0
                    Date: 2020.02.12
                    Time: 00:12:49

03544 - Left Brake Light Lamp 2
            012 - Electrical Fault in Circuit - MIL ON
             Freeze Frame:
                    Fault Status: 11101100
                    Fault Priority: 2
                    Fault Frequency: 1
                    Reset counter: 8
                    Mileage: 134330 km
                    Time Indication: 0
                    Date: 2020.02.12
                    Time: 00:12:49


-------------------------------------------------------------------------------
Address 53: Parking Brake (----)       Labels: 4H0-907-801.clb
   Part No SW: 4H0 907 801 H    HW: 4H0 907 801 A
   Component: EPB-4         H04 0015
   Revision: --------    Serial number: 00000001570030
   ASAM Dataset: EV_ParkiBrake 001028
   ROD: EV_ParkiBrake_VW51.rod
   VCID: 2D070BF6BD9F11333C7-8078

1 Fault Found:
131840 - Switch for Electric Parking Brake
          C100C 13 [137] - Open Circuit
          MIL ON - Confirmed - Tested Since Memory Clear
             Freeze Frame:
                    Fault Status: 00000001
                    Fault Priority: 2
                    Fault Frequency: 1
                    Reset counter: 8
                    Mileage: 134330 km
                    Date: 2020.02.12
                    Time: 00:12:08

                    Voltage terminal 30: 9.4 V
                    Internal Fault ID: 34
                    Vehicle speed: 510 km/h
                    Network management state: Ready for busstat
                    Function light in parking brake button: OFF
                    Red operating lamp: OFF
                    Red warning lamp: OFF
                    Green operating lamp: OFF
                    Yellow warning lamp: OFF
                    Terminal 15 status: OFF
                    RWU: not active
                    DSD: not active
                    HTR: not active
                    ECD: not active
                    ACC requested apply: not active
                    Auto Adjust: not active
                    General Inspection Function: not active
                    Internal Parking Brake state: Emergency running mode
                    Status of parking brake button: Open circuit
                    Status ParkingBrake left: Open
                    Status ParkingBrake right: Open


-------------------------------------------------------------------------------
Address 5F: Information Electr. (J794)       Labels:| 4G1-035-MIB-HGH2.clb
   Part No SW: 4G1 035 044 M    HW: 4G1 035 044
   Component: MU-H-LN-EU    H33 1425
   Serial number: A277I0E7507056
   Coding: 01750201FF0A000013110001000A00102F0006E5F1700100DF
   Shop #: WSC 02391 785 00200
   ASAM Dataset: EV_MUHig6C3Gen2HBAS 001115
   ROD: EV_MUHig6C3Gen2HBAS_AU57.rod
   VCID: 290FFFE689770D13D0F-807C

   Data carrier:
   Subsystem 1 - Part No SW: V03 959 802 TN    HW: -----------
   Component: ECE 2022  --- 0195
   Serial number: --------------------

   Multimedia System 1:
   Subsystem 2 - Part No SW: 8V0 919 604 C    HW: 8V0 919 604 C
   Component: DU High  H49 0014
   Serial number: AUZ8Z9GY207G52   

   Multimedia system control head:
   Subsystem 3 - Part No SW: 4G1 919 610 B    HW: 4G1 919 610 B
   Component: E380 BDT C7  H11 0204
   Serial number: 90349NF5000DK     

   Compact disc data bank:
   Subsystem 4 - Part No SW: V03 959 800 EG    HW: -----------
   Component: Gracenote2  --- 1017
   Serial number: --------------------

6 Faults Found:
3073 - Cellular Antenna
          B1053 13 [009] - Open Circuit
          [GSM/UMTS aerial - open circuit]
          Confirmed - Tested Since Memory Clear
             Freeze Frame:
                    Fault Status: 00000001
                    Fault Priority: 4
                    Fault Frequency: 1
                    Reset counter: 8
                    Mileage: 134330 km
                    Date: 2020.02.12
                    Time: 00:13:43

                    Voltage terminal 30: 12.9 V

3084 - GSM antenna 2
          B1533 13 [009] - Open Circuit
          Confirmed - Tested Since Memory Clear
             Freeze Frame:
                    Fault Status: 00000001
                    Fault Priority: 4
                    Fault Frequency: 1
                    Reset counter: 8
                    Mileage: 134330 km
                    Date: 2020.02.12
                    Time: 00:13:43

                    Voltage terminal 30: 12.9 V

2565 - GPS Antenna
          B1054 13 [009] - Open Circuit
          [GPS aerial - open circuit]
          Confirmed - Tested Since Memory Clear
             Freeze Frame:
                    Fault Status: 00000001
                    Fault Priority: 4
                    Fault Frequency: 1
                    Reset counter: 8
                    Mileage: 134330 km
                    Date: 2020.02.12
                    Time: 00:13:39

                    Voltage terminal 30: 12.9 V

1564 - Microphone 1
          B129B 13 [009] - Open Circuit
          Confirmed - Tested Since Memory Clear
             Freeze Frame:
                    Fault Status: 00000001
                    Fault Priority: 4
                    Fault Frequency: 1
                    Reset counter: 8
                    Mileage: 134330 km
                    Date: 2020.02.12
                    Time: 00:13:16

                    Voltage terminal 30: 12.8 V

1567 - Microphone 2
          B129C 13 [009] - Open Circuit
          Confirmed - Tested Since Memory Clear
             Freeze Frame:
                    Fault Status: 00000001
                    Fault Priority: 4
                    Fault Frequency: 1
                    Reset counter: 8
                    Mileage: 134330 km
                    Date: 2020.02.12
                    Time: 00:13:16

                    Voltage terminal 30: 12.8 V

6696 - Instrument Cluster Control Module on Optical Bus
          U10C0 00 [009] - No Communication
          [Control module for instrument cluster display: no communication]
          Confirmed - Tested Since Memory Clear
             Freeze Frame:
                    Fault Status: 00000001
                    Fault Priority: 6
                    Fault Frequency: 1
                    Reset counter: 8
                    Mileage: 134330 km
                    Date: 2020.02.12
                    Time: 00:13:40

                    Voltage terminal 30: 12.9 V


End----------(Elapsed Time: 01:12, VBatt start/end: 12.6V/12.7V)-----------
 
   #240  

torrebasetez

Verified VCDS User
Verified
Joined
Sep 21, 2018
Messages
118
Reaction score
18
Location
Spain
VCDS Serial number
C?ID=354490
Hi. I can't get module 42 to appear.....

I have also installed the MIB2, screen and keyboard, and I would like to be able to play by doing tests with bluetooh, carplay, etc... in it, but it asks me to give the contact to the vehicle, I think it is Terminal 15, but no I know how to fix it so that it recognizes the contact….
 
Back
Top