Notices
ECU Flash

how-to: Log AFR from the LC-1 w/o a serial cable

Thread Tools
 
Search this Thread
 
Old Dec 28, 2008, 11:00 AM
  #136  
EvoM Guru
Thread Starter
iTrader: (50)
 
mrfred's Avatar
 
Join Date: Mar 2006
Location: Tri-Cities, WA // Portland, OR
Posts: 9,675
Received 129 Likes on 97 Posts
Originally Posted by evo8dad
I'm trying to work in an Uego to be used with this but, I'm having a little difficulty figuring out the Eval formula. Per the documents that come with the Uego under the calibration portion it notes some Cal Table info that is to be inputed into a EMS. The table shows O2 volts/Lamba/Gasoline AFR/various other fuels.

It shows at 0 O2 volts the Gasoline AFR is 10.00 and than at 4.99 O2 volts the Gasoline AFR is 19.98.

It would appear than that the formula for the Uego should be :

(19.98-10.0)/255*x + 9.0 = 0.03914*x + 9.0

Does that look right??
Close:

(19.98-10.0)/255*x + 10.0 = 0.03914*x + 10.0
Old Dec 28, 2008, 11:02 AM
  #137  
Evolved Member
iTrader: (2)
 
l2r99gst's Avatar
 
Join Date: Mar 2004
Location: CA
Posts: 3,499
Likes: 0
Received 4 Likes on 4 Posts
Originally Posted by evo8dad
It shows at 0 O2 volts the Gasoline AFR is 10.00 and than at 4.99 O2 volts the Gasoline AFR is 19.98.

It would appear than that the formula for the Uego should be :

(19.98-10.0)/255*x + 9.0 = 0.03914*x + 9.0

Does that look right??
Your formula would be:

0.03914*x + 10.0


That's assuming that a reading of 255=4.99V

Edit: mrfred just beat me to it
Old Dec 28, 2008, 11:19 AM
  #138  
Evolved Member
iTrader: (15)
 
evo8dad's Avatar
 
Join Date: Apr 2003
Location: Sellersville, PA
Posts: 955
Likes: 0
Received 1 Like on 1 Post
Ah I meant to add the 10 in there, just forgot. Thanks guys, much appreciated.
Old Dec 28, 2008, 11:20 AM
  #139  
Evolved Member
iTrader: (15)
 
evo8dad's Avatar
 
Join Date: Apr 2003
Location: Sellersville, PA
Posts: 955
Likes: 0
Received 1 Like on 1 Post
By the way what does the 255 value represent?
Old Dec 28, 2008, 12:35 PM
  #140  
EvoM Guru
Thread Starter
iTrader: (50)
 
mrfred's Avatar
 
Join Date: Mar 2006
Location: Tri-Cities, WA // Portland, OR
Posts: 9,675
Received 129 Likes on 97 Posts
Originally Posted by evo8dad
By the way what does the 255 value represent?
The voltage signal from the AFR sensor is digitized by the ECU. The ADC converter in the Evo ECU can digitize a value up to 5 V, with 5 V = 255.
Old Dec 28, 2008, 03:42 PM
  #141  
Evolved Member
iTrader: (15)
 
evo8dad's Avatar
 
Join Date: Apr 2003
Location: Sellersville, PA
Posts: 955
Likes: 0
Received 1 Like on 1 Post
Cool, thanks for the explanation
Old Dec 28, 2008, 08:00 PM
  #142  
Evolved Member
iTrader: (15)
 
evo8dad's Avatar
 
Join Date: Apr 2003
Location: Sellersville, PA
Posts: 955
Likes: 0
Received 1 Like on 1 Post
I'm logging the Uego now through MUT12 but, the response rate is REALLY slow plus the log doesn't match what the gauge is showing me? Any suggestions??
Old Dec 28, 2008, 09:36 PM
  #143  
EvoM Guru
iTrader: (6)
 
tephra's Avatar
 
Join Date: Feb 2007
Location: Melbourne, Australia
Posts: 9,486
Received 66 Likes on 42 Posts
have u got 10 and 19.98 right?
Old Dec 29, 2008, 12:32 AM
  #144  
Evolved Member
iTrader: (15)
 
evo8dad's Avatar
 
Join Date: Apr 2003
Location: Sellersville, PA
Posts: 955
Likes: 0
Received 1 Like on 1 Post
I think I have it right, not sure exactly what/where you mean?? I used the values 10 and 19.98 in the formula to determine the correct Eval formula but, where else would it be used?

I did notice from looking over the EVOScan .xml file that the "External Wideband A/F Ratio" line differs from the new entry I added for this patch to read the wideband hardwired through the rear O2 sensor ADC.

The last bit of the entry for the "External Wideband A/F Ratio" line reads:

GAUGEMAX="60" ChartMin="0" ChartMax="60" ScalingFactor="10"

The entry for the hardwired wideband entry reads:

GaugeMax="22" ChartMin="0" ChartMax="22" ScalingFactor="1"

That is the only difference I see. Could this be the issue in difference between what the Uego gauge is showing versus what is showing in EVOScan from the Uego O2 sensor?
Old Dec 29, 2008, 01:02 AM
  #145  
EvoM Community Team
iTrader: (15)
 
fostytou's Avatar
 
Join Date: Sep 2006
Location: Aurora, IL
Posts: 3,143
Received 7 Likes on 7 Posts
Originally Posted by evo8dad
I'm trying to work in an Uego to be used with this but, I'm having a little difficulty figuring out the Eval formula. Per the documents that come with the Uego under the calibration portion it notes some Cal Table info that is to be inputed into a EMS. The table shows O2 volts/Lamba/Gasoline AFR/various other fuels.

It shows at 0 O2 volts the Gasoline AFR is 10.00 and than at 4.99 O2 volts the Gasoline AFR is 19.98.

It would appear than that the formula for the Uego should be :

(19.98-10.0)/255*x + 9.0 = 0.03914*x + 9.0

Does that look right??
See the reference sheets I have here:
https://www.evolutionm.net/forums/6384799-post94.html
(the have the values and formula built in for the UEGO)

You may want to adjust your values slightly if you can log both serial and analog.
Old Dec 29, 2008, 09:56 AM
  #146  
Evolved Member
iTrader: (15)
 
evo8dad's Avatar
 
Join Date: Apr 2003
Location: Sellersville, PA
Posts: 955
Likes: 0
Received 1 Like on 1 Post
Good info thanks. I assume than this means I need to adjust the formula I came up with of 0.03914*x + 10.0 by 0.14423 (I rounded it off)? Next question would be do I add or subtract that figure from the formula?
Old Jan 4, 2009, 03:46 AM
  #147  
Evolving Member
 
mlocatel's Avatar
 
Join Date: Mar 2006
Location: Europe
Posts: 127
Likes: 0
Received 0 Likes on 0 Posts
Hello Mrfred

instead of using the pin of the rear O2, is it possible to use the pin 64 in the Evo IX?

Pin 64 is declared as ADC input 0-5V with 5V=255, and it seems unused in the code.

How would your patch be changed for that?

Thanks

mlocatel
Old Jan 4, 2009, 04:31 AM
  #148  
EvoM Guru
iTrader: (6)
 
tephra's Avatar
 
Join Date: Feb 2007
Location: Melbourne, Australia
Posts: 9,486
Received 66 Likes on 42 Posts
whats wrong with the rear02? why dont you want to use it?
Old Jan 4, 2009, 04:51 AM
  #149  
Evolving Member
 
mlocatel's Avatar
 
Join Date: Mar 2006
Location: Europe
Posts: 127
Likes: 0
Received 0 Likes on 0 Posts
Basically nothing, but I'm not sure it is free in my version 88840017.

If we could use the ADC which is not occupied it is safer.

I'm not 100% sure that my EVO doesn't have a rear O2 though
Old Jan 4, 2009, 08:33 AM
  #150  
EvoM Guru
Thread Starter
iTrader: (50)
 
mrfred's Avatar
 
Join Date: Mar 2006
Location: Tri-Cities, WA // Portland, OR
Posts: 9,675
Received 129 Likes on 97 Posts
Originally Posted by mlocatel
Basically nothing, but I'm not sure it is free in my version 88840017.

If we could use the ADC which is not occupied it is safer.

I'm not 100% sure that my EVO doesn't have a rear O2 though
Pin 64 is used for tephra's map switching.

Its not hard to figure out whether pin 73 is used for anything. Best way would be to have a look in the factory service manual for your car. Second best is to pull the ECU plugs and look to see whether a wire runs into the connector hole for that pin.


Quick Reply: how-to: Log AFR from the LC-1 w/o a serial cable



All times are GMT -7. The time now is 02:43 AM.