Pages: 1 ... 8 9 [10] 11 12 ... 26
Author Topic: Emissions delete and setting actual readiness  (Read 337009 times)
professor
Sr. Member
****

Karma: +25/-0
Offline Offline

Posts: 409



« Reply #135 on: October 08, 2012, 12:25:05 PM »

You must have done something wrong.

I turned off just post cat O2 sensor heater with ESKONF and associated codewords and it had no effect on readiness.

Have you changed the codewords for SAI also, or just ESKONF?
No only CWKONABG = 0 (no cat) and CDKAT.
CLASLV, CLASLVE, CDSLS which one should i touch?
I read what you have wrote but my rear O2 is in position and its new.
Logged

Seat Ibiza MK4 Cupra 1.8t 20V, stg3.
"Those 1.8T 20V machines are really tough" ©
rob.mwpropane
Sr. Member
****

Karma: +32/-0
Offline Offline

Posts: 370


WWW
« Reply #136 on: October 09, 2012, 05:10:19 AM »

You must have done something wrong.

I turned off just post cat O2 sensor heater with ESKONF and associated codewords and it had no effect on readiness.

Have you changed the codewords for SAI also, or just ESKONF?

With all this set, do your fuel trims still learn?
Logged

This has nothing to do with cars but you can see my glorifying job at,

www.MWPropane.com
phila_dot
Hero Member
*****

Karma: +171/-11
Offline Offline

Posts: 1709


« Reply #137 on: October 09, 2012, 05:42:40 AM »

With all this set, do your fuel trims still learn?

Yes, but just to be clear, I have only done post cat O2's.
Logged
rob.mwpropane
Sr. Member
****

Karma: +32/-0
Offline Offline

Posts: 370


WWW
« Reply #138 on: October 09, 2012, 05:56:25 AM »

Yes, but just to be clear, I have only done post cat O2's.

Thanks phila, so setting both bits set 00 (slp/slv/etc) leaves it untested/skipped is the way the way I understand it? Thanks for your clarification. Previous statements imply that setting bits to 01 and not 00 would leave it tested, but no faults set...

Thanks goes to elRey too, I know he's been preaching ESKONF for a while now...
Logged

This has nothing to do with cars but you can see my glorifying job at,

www.MWPropane.com
phila_dot
Hero Member
*****

Karma: +171/-11
Offline Offline

Posts: 1709


« Reply #139 on: October 09, 2012, 06:17:54 AM »

No only CWKONABG = 0 (no cat) and CDKAT.
CLASLV, CLASLVE, CDSLS which one should i touch?
I read what you have wrote but my rear O2 is in position and its new.

I haven't looked into SAI, but if done properly you do not need the error classes.

I will have to double-check, but IIRC CWKONABG and CDSLS will affect evsup1.

Anyway, in my last post I was trying to say that it sounded like you got some bits wrong when you modified ESKONF.
Logged
phila_dot
Hero Member
*****

Karma: +171/-11
Offline Offline

Posts: 1709


« Reply #140 on: October 09, 2012, 06:23:59 AM »

Thanks phila, so setting both bits set 00 (slp/slv/etc) leaves it untested/skipped is the way the way I understand it? Thanks for your clarification. Previous statements imply that setting bits to 01 and not 00 would leave it tested, but no faults set...

Thanks goes to elRey too, I know he's been preaching ESKONF for a while now...

You need to set the bit pair to 11 to disable it. The ME7.5 FR describes setting a whole block (one byte or four bit pairs) to 10 to skip the block, but from what I can tell setting the bit pair (11) is the way to go. The hard part is to accurately identify the bit pairs.
Logged
professor
Sr. Member
****

Karma: +25/-0
Offline Offline

Posts: 409



« Reply #141 on: October 09, 2012, 06:58:31 AM »

I haven't looked into SAI, but if done properly you do not need the error classes.

I will have to double-check, but IIRC CWKONABG and CDSLS will affect evsup1.

Anyway, in my last post I was trying to say that it sounded like you got some bits wrong when you modified ESKONF.
Oh i see allow me to describe my way of disabling it:

According to documentation:
5 / .. 920 / 1 | NC | NC | ERP 65 | SLP 66 | 11 11 10 11 = 251

032RP eskonf:
170   255   0   48   207   248   48
So 248 == 11 11 10 00 meaning SLP has 00 -> active diagnosis.
Then to disable it since is not connected SLP == 01 so: 11 11 10 01 == 249.

Is there something miscalculated?




Logged

Seat Ibiza MK4 Cupra 1.8t 20V, stg3.
"Those 1.8T 20V machines are really tough" ©
phila_dot
Hero Member
*****

Karma: +171/-11
Offline Offline

Posts: 1709


« Reply #142 on: October 09, 2012, 07:10:13 AM »

Oh i see allow me to describe my way of disabling it:

According to documentation:
5 / .. 920 / 1 | NC | NC | ERP 65 | SLP 66 | 11 11 10 11 = 251

032RP eskonf:
170   255   0   48   207   248   48
So 248 == 11 11 10 00 meaning SLP has 00 -> active diagnosis.
Then to disable it since is not connected SLP == 01 so: 11 11 10 01 == 249.

Is there something miscalculated?

The bit locations are ECU specific, so unless your ECU is specifically described in the FR then the layout of ESKNOF may be different.

Why are you using 01 vice 11?
Logged
professor
Sr. Member
****

Karma: +25/-0
Offline Offline

Posts: 409



« Reply #143 on: October 09, 2012, 07:19:45 AM »

The bit locations are ECU specific, so unless your ECU is specifically described in the FR then the layout of ESKNOF may be different.

Why are you using 01 vice 11?
I see. 248 value can be analysed only this way i wrote. No other combination can give as result 248 dec value. So those bits are self explanatory in every ECU.
I use 01 instead of 11 since i dont want diagnosis to start in any stage.
Same philosophy i used for remove N75, N249, N112 and works as should be.
Always i am open to read and understand something new, so i am so eager to read your approach.
Logged

Seat Ibiza MK4 Cupra 1.8t 20V, stg3.
"Those 1.8T 20V machines are really tough" ©
phila_dot
Hero Member
*****

Karma: +171/-11
Offline Offline

Posts: 1709


« Reply #144 on: October 09, 2012, 07:45:58 AM »

I see. 248 value can be analysed only this way i wrote. No other combination can give as result 248 dec value. So those bits are self explanatory in every ECU.
I use 01 instead of 11 since i dont want diagnosis to start in any stage.
Same philosophy i used for remove N75, N249, N112 and works as should be.
Always i am open to read and understand something new, so i am so eager to read your approach.

By layout, I am talking about what functions the bit pairs represent. I have compared 5 different binaries, and none of them exactly matched any of the layouts decribed in either FR.

AFAIK, the only way to completely disable diagnosis is with 11, which represents component not included. The nc fields are represented as 11 in binary.
Logged
nyet
Administrator
Hero Member
*****

Karma: +604/-166
Offline Offline

Posts: 12233


WWW
« Reply #145 on: October 09, 2012, 08:32:05 AM »

The bit locations are ECU specific, so unless your ECU is specifically described in the FR then the layout of ESKNOF may be different.

I think he means that there is only one contiguous '00' in 248... and that must be SLP
Logged

ME7.1 tuning guide (READ FIRST)
ECUx Plot
ME7Sum checksum checker/corrrector for ME7.x

Please do not ask me for tunes. I'm here to help people make their own.

Do not PM me technical questions! Please, ask all questions on the forums! Doing so will ensure the next person with the same issue gets the opportunity to learn from your experience.
masterj
Hero Member
*****

Karma: +61/-5
Offline Offline

Posts: 1049



WWW
« Reply #146 on: October 09, 2012, 09:21:57 AM »

I've tried solution as phila_dot suggested, but no luck... What is extremely weird is that over time my o2 sensor shows richer and richer mixture while leaning it....
After about 10 minutes of driving i see this even in idle (idle.xls)

READLINESS STILL NOT PASSED  Huh

Additionally I did some logging with me7logger (lambda_20121009_184254.csv)

Lats file attached: my current bin...
Logged

phila_dot
Hero Member
*****

Karma: +171/-11
Offline Offline

Posts: 1709


« Reply #147 on: October 09, 2012, 09:54:39 AM »

I think he means that there is only one contiguous '00' in 248... and that must be SLP

Yes, but that is only one of seven bytes.

I would log the cycle (Z_) and error (E_) flags associated with whichever readiness test is failing. That will show you the root of the failure. Also evsup1, but I can't provide the location for his ECU.

I'll check CWKONABG, but IIRC that should only affect ready.0.

professor, if you post our bin, I will try to check it out sometime.
Logged
phila_dot
Hero Member
*****

Karma: +171/-11
Offline Offline

Posts: 1709


« Reply #148 on: October 09, 2012, 09:58:18 AM »

I've tried solution as phila_dot suggested, but no luck... What is extremely weird is that over time my o2 sensor shows richer and richer mixture while leaning it....
After about 10 minutes of driving i see this even in idle (idle.xls)

READLINESS STILL NOT PASSED  Huh

Additionally I did some logging with me7logger (lambda_20121009_184254.csv)

Lats file attached: my current bin...

The bit pair that I provided should only remove diagnosis of the post cat O2 heater amplifier.

That looks like the same ME7L log posted the other day. Did you get those other issues sorted?
Logged
masterj
Hero Member
*****

Karma: +61/-5
Offline Offline

Posts: 1049



WWW
« Reply #149 on: October 09, 2012, 10:22:34 AM »

The bit pair that I provided should only remove diagnosis of the post cat O2 heater amplifier.

That looks like the same ME7L log posted the other day. Did you get those other issues sorted?

My only real issue atm is with front o2 sensor freaking out over time... I mean it goes from 1V to ~0.7 in 10 minutes (at idle)... Sensor is brand new, I've tried also with maf unplugged just to be sure, but same result...

BTW: Log is taken today and is brand new...

Also I'll try tommorow to drive a bit longer and see maybe it needs more km to actually pass the readliness...
Logged

Pages: 1 ... 8 9 [10] 11 12 ... 26
  Print  
 
Jump to:  

Powered by SMF 1.1.21 | SMF © 2015, Simple Machines Page created in 0.027 seconds with 16 queries. (Pretty URLs adds 0.001s, 0q)