How to locate the value to disable a DTC:
1) Find the DTC you want to disable in the DTC table. The DTC is the Pxxxx value, and it is stored in hexadecimal, since all Pxxxx codes are actually already in hexadecimal.
2) Get the address of the DTC block: (address of the first of the four DTCs in the group).
3) Compute the DTC index: (address of DTC block - address of DTC table) / 8.
4) Find the value containing the DTC error code class for the DTC index: (DTC error code class table address + DTC index).
5) Set the value containing DTC error code class to zero to prevent the DTC from being stored.
hysterius wrote:I heard , even you set the fault class to zero sometimes the limpmode comes also but without DTC into the ecu !?
Can this be true ?
RPM freak wrote:hysterius wrote:I heard , even you set the fault class to zero sometimes the limpmode comes also but without DTC into the ecu !?
Can this be true ?
Yes
You will get Unknown DTC when you scan the ECU for errors.
deniss0 wrote:Some files use dtc in decimal as per vcds codes (16497, 16496 etc)
Some files use dtc in hex as per P-tsodes
But I have not seen edc16 files with dtc table in hex Pxxxx form.
Does anyone have these files?
or incorrect information here...
Users browsing this forum: Bing [Bot] and 11 guests