PDA

View Full Version : Help with logging oil pressure



Harrismarine
January 3rd, 2011, 04:19 PM
Can someone step me through setting up the pid to log oil pressure. LS1 411 computer.
I have searched and am still confused:help2:

Thanks Mike

Tordne
January 4th, 2011, 09:07 AM
Hi Mike,

See this post (http://forum.efilive.com/showthread.php?14605-Oil-pressure-PID&p=131754&viewfull=1#post131754) of mine from a while ago. I suspect you aren't running the latest software version as this was released as an update ;)

Cheers,

Harrismarine
January 4th, 2011, 12:05 PM
Thanks Andrew, Done that. I still have no pid for pressure, I am missing something..

Tordne
January 4th, 2011, 12:37 PM
The PID just reports a raw voltage from the sensor. If you wanted it to be represented as a kPA measure (or other unit) you'll need to create a CALC PID.

I can't find the detail at the moment but I know it was something like; there used to be a kPa PID in the software which we used to calculate internally given a known voltage on the LS1 controller. As there are now many more controllers the actual PID is a voltage PID and the scaling is different between controllers and sensors. For that reason the EFILive software now provides the ID as the sensor voltage as output by the ECM.

Harrismarine
January 4th, 2011, 01:43 PM
I have GM.EOPS and CALC.EOPS but both are in voltage:damnit1:

5.7ute
January 4th, 2011, 03:54 PM
take a look here. http://forum.efilive.com/showthread.php?14605-Oil-pressure-PID&highlight=oil+pressure+pid

Harrismarine
January 5th, 2011, 10:19 AM
OK, I have got as far as getting the pid. When I right click on it there is no info but when I right click on the engine oil pressure sensor voltage it gives me this.

Expression
V=Raw({GM.EOPS})/51
is NOT valid because:
Unknown parameter{GM.EOPS},at position 14.

PID value cannot be determined because
the following error would occur:
Expression not valid: Unknown parameter {GM.EOPS}, at position 14

Mike

joecar
January 5th, 2011, 10:41 AM
Mike, what is your V7 software build version (do Help->About)...?

GM.EOPS was incorrectly spelled as GM.EOP in earlier builds of V7.

Harrismarine
January 5th, 2011, 02:02 PM
V7.5.6 build117, I did add the S as per instructions. Thanks for the help its anoying me now

5.7ute
January 5th, 2011, 04:36 PM
Mike, can you post your calc.pids txt file so we can check for typo's.
Cheers Mick

Harrismarine
January 6th, 2011, 07:24 AM
Thanks Mick. This is Calc_pids.txt.


*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
#-------- ---------- -------- -------------------------------------------------------------
PSI Imperial "PSI" "Pounds Per Square Inch"

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

*CLC-00-043
PSI 0.0 150.0 0.0 "({GM.EOPS}*32)-16"

# ================================================== ============================
*PRN - Parameter Reference Numbers
# --------------------------------
# See sae_generic.txt for more information on the *PRN section
#
#Code PRN SLOT Units System Description
#------------------------- ---- ------------ ---------------- ---------------- ------------------------------------------
CALC.OIL_PRESSURE F043 CLC-00-043 PSI Testing "Engine Oil Pressure"

Harrismarine
January 6th, 2011, 07:27 AM
This one is also in there calc_pids
# ================================================== ============================
# 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"

joecar
January 6th, 2011, 07:52 AM
Mike,

Use the calc_pids.txt file in post #11...

copy it to the folder My Documents\EFILive\V7.5\User Configuration (overwriting the existing file there).



Make sure there are at least 2 blank lines at the end of the calc_pids.txt file.

Harrismarine
January 6th, 2011, 09:29 AM
Thats the one that is already in there, Should i deleat the one in post 12

Tordne
January 6th, 2011, 09:31 AM
Just emailed you the file from my system to copy to your machine.

5.7ute
January 6th, 2011, 10:56 AM
Mike, you only want the one file in that folder named calc.pids. I usually change any other to something like calc.pids2. (I hate deleting files just in case lol)