PDA

View Full Version : More Newbie help Please (STFT question/s)..............



FreddyG
July 16th, 2006, 07:37 AM
Could someone Please tell me how to map my STFT's? I'vee done my LTFT's, but would like to know how to do my STFT's to average the two maps.

Also, is it odd that my two engine banks show the same values or is this pretty normal? I've read quite a bit about people having differences between the banks and just averaging them out.

Thanks in Advance!

joecar
July 16th, 2006, 08:57 AM
Create a calculated PID for (STFT1 + SHFT2) / 2 in the file calc_pids.txt and then create a map where this PID is the data, and rows/cols are rpm and map.

Here's an example on how to create a calculated PID... http://forum.efilive.com/showthread.php?t=130

That's just fine that both banks are equal. :cheers:

FreddyG
July 16th, 2006, 10:00 AM
Thanks again JoeCar! :cheers:

joecar
July 16th, 2006, 12:46 PM
Thanks again JoeCar! :cheers:
You're welcome... :cheers:

FreddyG
July 18th, 2006, 11:28 AM
Create a calculated PID for (STFT1 + SHFT2) / 2 in the file calc_pids.txt and then create a map where this PID is the data, and rows/cols are rpm and map.




Would this be correct? If so, what do I do with it now, and if not, could you Please tell me what I did wrong?

STFT_Average2_pid.txt (http://home.comcast.net/~badassc5/STFT_Average2_pid.txt)

Thank You again!:cheers:

joecar
July 18th, 2006, 01:03 PM
It seems to me that quotes (") are needed around the Expression and around the Descriptions.

FreddyG
July 18th, 2006, 03:02 PM
Thanks joecar!

Where do I store the file then and do I use it then just like any other pid?

This VERY Basic Programming is new to me, and I feel like a kid going to pre-school as far as this tuning stuff goes.

Thank You for the help! I Sincerely Appreciate your patience! :cheers:

joecar
July 18th, 2006, 08:58 PM
The calc_pids.txt file should be in the folder My Documents\EFILive\V7\User Configuration;

that file should already be in that folder, so just use notepad.exe to paste in the lines for your PID and save the file;

when you next start the Scan Tool it will pick up the PID from that file.

No worries, mate. :cheers:

Here's my calc_pids.txt as an example...


# ================================================== ============================
# 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
#-------- ---------- -------- -------------------------------------------------------------
mpg None "mpg" "Miles per gallon"
None None "" "No units"


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

*CLC-00-010
factor 0.5 1.5 0.3 "14.63 / {GM.AFR}"

*CLC-00-011
factor 0.5 1.5 0.3 "14.63 / {CALC.AFR_WBOS1}"

*CLC-00-012
factor 0.5 1.5 0.3 "14.63 / {CALC.AFR_WBOS2}"

*CLC-00-021
V 0.0 5.0 0.2 "{EXT.AD1}"
AFR 10.0 20.0 0.2 "({EXT.AD1} - 0.8) * 1.995 + 10.0"

*CLC-00-022
V 0.0 5.0 0.2 "{EXT.AD2}"
AFR 10.0 20.0 0.2 "({EXT.AD2} - 0.8) * 1.995 + 10.0"

*CLC-00-031
factor 0.5 1.5 0.2 "{CALC.AFR_WBOS1.AFR} / {GM.AFR}"

*CLC-00-032
factor 0.5 1.5 0.2 "{CALC.AFR_WBOS2.AFR} / {GM.AFR}"

*CLC-00-041
factor -20.00 20.00 0.2 "1 + {SAE.LONGFT1} / 100"

*CLC-00-042
factor -20.00 20.00 0.2 "1 + {SAE.LONGFT2} / 100"

*CLC-00-090
mpg 0.0 100.0 0.2 "{SAE.VSS.mph} / ({GM.INJFLOW.lbpm} * {GM.IBPW1} * {SAE.RPM} * 4 / 6250)"


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

CALC.EQ F010 CLC-00-010 factor Fuel "Commanded EQ"
CALC.EQ_WBOS1 F011 CLC-00-011 factor Fuel "Wideband EQ 1"
CALC.EQ_WBOS2 F012 CLC-00-012 factor Fuel "Wideband EQ 2"

CALC.AFR_WBOS1 F021 CLC-00-021 "AFR,V" Fuel "Wideband AFR 1"
CALC.AFR_WBOS2 F022 CLC-00-022 "AFR,V" Fuel "Wideband AFR 2"

CALC.BEN_WBOS1 F031 CLC-00-031 factor Fuel "Wideband BEN 1"
CALC.BEN_WBOS2 F032 CLC-00-032 factor Fuel "Wideband BEN 2"

CALC.BEN_LONGFT1 F041 CLC-00-041 factor Fuel "LTFT BEN 1"
CALC.BEN_LONGFT2 F042 CLC-00-042 factor Fuel "LTFT BEN 2"

CALC.MPG F090 CLC-00-090 mpg Fuel "Calculated miles per gallon"

FreddyG
July 19th, 2006, 02:36 AM
Thank You again! :cheers:

I think that I get it now! I just keep all of my pids saved to that file and the software refers back to that location. I'm just slow, but catching on a little at a time.