PDA

View Full Version : Ve maps 0.00



rfborden
July 17th, 2021, 12:17 AM
I have V2 I'm using OS3 with 411 ECM. I'm trying to tune in SD with MAF disabled. When I set up the VE maps its showing 0.00 I set the table up according to the CALC. VE Tuning by Shawn PID file was updated per direction.
I have units on, for all 3, VE is % to match watch in my tune file. I'm sure this is something dumb I'm doing? I went to the limits tab(not in the tutorial) and raised max to 200 but now I get nothing in any of the cells. The counts are working.


I have also noticed the more I look I've found 3-4 different version of auto VE tuning. Is one better than another for me?

I have 2000 Camaro, 2002 OS upgrades to OS3 in the 411, Autometer WBO2(PID is fixed). I need to complete the SD for my NA engine before I finish my turbo kit.

joecar
July 21st, 2021, 05:22 PM
Post screenshots of what you're doing, and a link to the procedure you're following.

rfborden
July 22nd, 2021, 02:01 AM
Post screenshots of what you're doing, and a link to the procedure you're following.

calc_pid file was bad. I couldn't figure it out. I'm currently tuning with LTFT/VE and correcting the VE, when I get it pretty close I'm going to switch over to full OL and use the WBO2 to get it to 95%. I think this is more logical considering I wont be using the MAF at all going forward. I've read many of your post and they have been extremely helpful. There is just so much information its hard wrapping your head around it all. I haven't did much tuning since LS1edit days.

Jay

joecar
July 22nd, 2021, 01:30 PM
Hey Jay,

Attach/upload your calc_pis.txt file, let me check it.

There's are a lot of ins/outs to know about, I learned a new one the other day.

rfborden
July 26th, 2021, 01:01 AM
I cant get it to attach

# ================================================== ============================
# File details
# ------------
#
# This section defines various details about the file format.

*FILE

#Parameter Value Description
#---------- ---------------- ---------------------------------------------------
VERSION 7.1.1 File version
DECSEP . Decimal separator used in this file



# ================================================== ============================
# Units
# -------------------
# See sae_generic.txt for more information on the *UNITS section

*UNITS

#Code System Abbr Description
#-------- ---------- -------- -------------------------------------------------------------

None None "" "No units"
K Metric "K" "Degrees Kelvin"
R Imperial "R" "Degrees Rankine"


# ================================================== ============================
# Add slot definitions here
# --------------------------------
# See sae_generic.txt for more information on "SLOT" formats
#
#Units Low High Fmt Expression
#------------ ------------- ------------- ---- --------------------------------------------------------------

*CLC-00-032
factor 0 4 .0 "{GM.EQIVRATIO}=1"

*CLC-00-041
AFR 9.63 19.63 0.2 "2.5 * {EXT.AD1} + 10.0"

*CLC-00-042
AFR 9.63 19.63 0.2 "2.5 * {EXT.AD2} + 10.0"

*CLC-00-061
factor 0.5 1.5 0.3 "{CALC.AFR_WB1} / {GM.AFR}"

*CLC-00-062
factor 0.5 1.5 0.3 "{CALC.AFR_WB2} / {GM.AFR}"

*CLC-00-001
% -25.0 25.0 .2 "({SAE.LONGFT1}+{SAE.LONGFT2})/2"

*CLC-00-002
factor 0.5 1.5 .4 "({SAE.LONGFT1}+{SAE.LONGFT2})/200+1"

*CLC-00-003
% 0.0 100.0 .2 "{SAE.MAF.gps}*({GM.DYNAIRTMP_DMA.C}+273.15)*3445.2/displacement()*{SAE.RPM}*{SAE.MAP.kPa})*{CALC.LTFT BEN}"
VE 0.0 3.0 .4 "{SAE.MAF.gps}*({GM.DYNAIRTMP_DMA.C}+273.15)*15/({SAE.RPM}*{SAE.MAP.kPa})*{CALC.LTFTBEN}"




# ================================================== ============================
*PRN - Parameter Reference Numbers
# --------------------------------
# See sae_generic.txt for more information on the *PRN section
#
#Code PRN SLOT Units System Description
#------------------------- ---- ------------ ---------------- ---------------- ------------------------------------------

CALC.AFR_WB1 F041 CLC-00-041 AFR Fueling "AFR Wideband 1"
CALC.AFR_WB2 F042 CLC-00-042 AFR Fueling "AFR Wideband 2"

CALC.BEN_WB1 F061 CLC-00-061 factor Fueling "BEN Wideband 1"
CALC.BEN_WB2 F062 CLC-00-062 factor Fueling "BEN Wideband 2"
CALC.LTFT F001 CLC-00-001 % Tuning "LTFT Average"
CALC.LTFTBEN F002 CLC-00-002 factor Tuning "LTFT BEN"
CALC.VE_Table F003 CLC-00-003 % Tuning "CLC VE Table"

joecar
July 26th, 2021, 01:41 PM
I would really use GM.EQIVRATIO (EQR) instead of GM.AFR (I've see GM.AFR miss some of the dips/rises in the PE table).

If your fuel is not 100% gasoline (it always has some alcohol in it) the you should get used to EQR and Lambda.

EQR = 1/Lambda

It makes fueling easier to understand, for example:
EQR 1.15 means 15% more fuel than Stoich.

Also, it is easier to member that the BEN is:
commanded EQR x wideband lambda

joecar
July 26th, 2021, 01:48 PM
You can easily add lambda to your CLC-00-041 and 042...
you have to know the default stoich AFR or the lambda equation of your wideband, you would add a lambda units section to the CLC (right under the AFR units).

And then in your CLC-00-061 and 062 you would go like this:

"{CALC.AFR_WB2.lambda} * {GM.EQIVRATIO}"

where the .lambda is your addition to the CLC for lambda.

And you would log GM.EQIVRATIO instead of GM.AFR.

Remember: EQR 1.00 is stoich, EQR 1.17 is PE (NA).

Supercharged111
August 18th, 2021, 07:15 AM
Sub'd, also going to add a couple tidbits to the thread I just started.