MSPNP MSPNP specific Megasquirt related discussion.

Erratic AFR values, AE Settings

Thread Tools
 
Search this Thread
 
Old 12-06-2008, 07:52 PM
  #1  
Newb
Thread Starter
iTrader: (1)
 
dynodragon's Avatar
 
Join Date: May 2008
Location: Pickering, Ontario
Posts: 32
Total Cats: 1
Default Erratic AFR values, AE Settings

We've got a '90 with Flying Miata turbo and just installed MSPNP. Car runs just "ok" and we're working on the dyno to tune the VE table and eventually ignition. Right now we're getting AFR readings jumping all over during a power run. On the data log we can see the PW and Duty cyle jumping around. We turned on the "Engine Bits" channel and see the value stepping from 1 to 17. These pulses correspond exactly with the PW spikes.
From my reading/research, this indicates the Accel Enrichment is active when the Engine Bits = 16. So here are my questions:
> Is the AE being activated, decaying and then re-activated?
> Are the "Engine Bits" values additive - we saw a value of 31 at one point.
Name:  Datalog 1.bmp
Views: 1217
Size:  52.5 KB
So I'm thinking our AE settings are completely wrong. Here is the set up.
Name:  AE Settings.bmp
Views: 1026
Size:  35.4 KB
OR have we got some other problem?

datalog200812051518.zip
dynodragon is offline  
Old 12-08-2008, 11:38 AM
  #2  
Boost Pope
iTrader: (8)
 
Joe Perez's Avatar
 
Join Date: Sep 2005
Location: Chicago. (The less-murder part.)
Posts: 33,052
Total Cats: 6,615
Default

It does appear that accel enrichment is to blame here. Take a look at this plot, where I've shown Accel as the white line in the #2 strip. Each jump in injector PW and drop in AFR is accompanied by some activity in the Accel enrichment. It doesn't look very dramatic here, because the plot is scaled down owing to the min and max Accel values in the log being quite amazingly large.



In fact, take a look here:


See how accel went to 1,066 for a moment? That suggests that the values are way too big.

Unfortunately I can't give you specific advice here as I use TPS rather than MAP, but definately look at scaling those down.
Joe Perez is offline  
Old 12-08-2008, 11:38 AM
  #3  
Supporting Vendor
 
Matt Cramer's Avatar
 
Join Date: Sep 2006
Posts: 2,332
Total Cats: 67
Default

That's your AE kicking in, all right, on account of the noise in the MAP signal. You may need to increase your MAPDot threshold, but I'd first try relocating your MAP sensor line by teeing it off the FPR signal as that is a bit more stable than some other places you can pick it up.
__________________
Matt Cramer
www.diyautotune.com
Matt Cramer is offline  
Old 12-08-2008, 02:37 PM
  #4  
Newb
Thread Starter
iTrader: (1)
 
dynodragon's Avatar
 
Join Date: May 2008
Location: Pickering, Ontario
Posts: 32
Total Cats: 1
Default

Thanks, Gents.
Do recommend the TPS mod?
The MAP signal is currently teed off the intake manifold just behind the throttle plate - we'll move it.
Probably get on the dyno again tomorrow and let you know how it goes.
dynodragon is offline  
Old 01-01-2009, 02:32 PM
  #5  
Newb
Thread Starter
iTrader: (1)
 
dynodragon's Avatar
 
Join Date: May 2008
Location: Pickering, Ontario
Posts: 32
Total Cats: 1
Default

Some success. Here is our best run, so far: 180 HP / 164 ft-lb - over 20 HP gain after installing the MS unit.
Name:  Dyno Run 12dec08 16-09.bmp
Views: 1206
Size:  42.6 KB

But we have a problem with the MS AFR readings. Here is a data log showing the LC1 - MS readings:
(BTW we change AE to RPM-based and the PW and Duty Cycle curves cleaned up well, as you can see)
Name:  Graph 12dec08 16-09.bmp
Views: 1151
Size:  47.0 KB

Here is the dyno's LM1 attached to the same O2 sensor, shown on the dyno graph. Note the "bump" near 4600RPM. I have verified the LM1 against several other customer wideband meters: (note this is an earlier run than the dyno run above - we continued tuning using the LM1)
Name:  Dyno 12dec08 16-09.bmp
Views: 1056
Size:  49.7 KB

Any ideas? We recalibrated the LC1 setup once.

PS I was trying to load the data from both sources into Excel, but the MS data file stores the O2 voltage as opposed to the calculated wide band data. The relatioinship between the two doesn't seem to be linear? Is it supposed to be? eg at O2 = 4.922; WB = 21.820 or 4.433 AFR/volt but O2 = 1.706; WB = 12.365 or 7.248 AFR/volt. Do you know what formula the datalogger uses?
dynodragon is offline  
Old 01-01-2009, 04:40 PM
  #6  
Boost Pope
iTrader: (8)
 
Joe Perez's Avatar
 
Join Date: Sep 2005
Location: Chicago. (The less-murder part.)
Posts: 33,052
Total Cats: 6,615
Default

If you're referring to the spike in AFR to 21.82 at the cursor, that's pretty normal on a quick throttle opening. If you have an analog TPS, you can add some TPSaccel.

Looking at the dyno plot, it's pretty obvious that they're doing some averaging. Data in real life don't produce those nice smooth lines- they produce jagged spikey stuff like you see in the MS log. I'd wager that the AFR spike is just getting smoothed out by the dyno's software.

The relationship between O2 voltage and actual AFR is linear on the LC1's default wideband setting. 0v = 0.5λ, and 5v = 1.5λ. For gasoline, 0.5λ = 7.35:1 AFR and 1.5λ = 22.05:1 AFR. You can draw a straight line between these two points, and all values will be accurate.

Internally, the MS computes AFR based on the raw data coming out of an 8 bit analog to digital converter (referred to as egoADC), where 0v = 000 and 5v = 255 (assuming proper calibration.) It uses the following formulas:

lambda = egoADC/255.0 + 0.5
afr = lambda * 14.7

which can also be expressed as:
afr = 7.35 + egoADC * 0.057647

This is all in the lambdasensors.ini file, which is located in \Program Files\MegaSquirt\MegaTune2.25\mtCfg


Why MegaTune translates egoADC into volts for logging is beyond me. Most of the analog values it logs are raw ADC, which actually makes life a tad simpler.
Joe Perez is offline  
Old 01-05-2009, 09:32 PM
  #7  
Newb
Thread Starter
iTrader: (1)
 
dynodragon's Avatar
 
Join Date: May 2008
Location: Pickering, Ontario
Posts: 32
Total Cats: 1
Default

I wasn't actually looking at that spike, since, as you suggested, I can play with the AE settings and the dyno actually is set to start recording from 2500 RPM, so it misses that part of the data log.
There is some smoothing on the dyno graph, but I checked the scatter graph and it is not significant.
I was more concerned that, in the main part of the run, the shape of the curves are different.
I did 2 runs today, one with the LM1 and one with the LC1 and I am trying to combine the data per your formula's. I don't have a value "egoADC" but I do have "O2" which looks like volts. However, the formula don't produce reasonable AFR values - they're all at about 7. This is since the O2 value divided by 255 is such a small number. I do get reasonable values when I used a lookup table constructed from the 0-5volt vs lamba values.

I will post that graph when I get it done.
dynodragon is offline  
Old 01-05-2009, 10:11 PM
  #8  
Newb
Thread Starter
iTrader: (1)
 
dynodragon's Avatar
 
Join Date: May 2008
Location: Pickering, Ontario
Posts: 32
Total Cats: 1
Default

Here is the graph comparing the 2 wideband data logs. There is some smoothing due to the way I wrote the VBA code in Excel. But there is still a significant variance in the value and slopes of the curves. The LC1 is reading rich vs the LM1 which could be dangerous (assuming the LM1 is correct)

Name:  LC1 vs LM1.bmp
Views: 1043
Size:  48.3 KB

This is the lookup table I built: (I actually used one with .1 volt increments)
Name:  Volts vs AFR table.bmp
Views: 1942
Size:  24.2 KB
dynodragon is offline  
Old 01-06-2009, 11:30 AM
  #9  
Supporting Vendor
 
Matt Cramer's Avatar
 
Join Date: Sep 2006
Posts: 2,332
Total Cats: 67
Default

One thing that can throw LC1 readings off is ground offsets. See if you're getting the same AFR reading in LogWorks (a digital output, which ground offsets don't affect) and MegaTune (which can be affected by them).
__________________
Matt Cramer
www.diyautotune.com
Matt Cramer is offline  
Old 01-07-2009, 01:27 PM
  #10  
Newb
Thread Starter
iTrader: (1)
 
dynodragon's Avatar
 
Join Date: May 2008
Location: Pickering, Ontario
Posts: 32
Total Cats: 1
Default

Thanks. I'll try that. I'll have to borrow a cable since the LM1 on the dyno didn't come with the data cable (it's $12, but $57 for shipping, from Innovative )

Just realized that you meant to use Logworks on the LC1. I'll do that.

Last edited by dynodragon; 01-08-2009 at 11:05 AM. Reason: new info
dynodragon is offline  
Related Topics
Thread
Thread Starter
Forum
Replies
Last Post
stoves
Suspension, Brakes, Drivetrain
5
04-21-2016 03:00 PM
90 Turbo
MEGAsquirt
19
10-19-2015 03:23 PM
slomiata
MEGAsquirt
5
10-07-2015 01:11 PM
mx592
Suspension, Brakes, Drivetrain
1
10-01-2015 12:45 AM



Quick Reply: Erratic AFR values, AE Settings



All times are GMT -4. The time now is 09:58 PM.