PDA

View Full Version : Adding Fuel Pressure to LS1



gpr
October 17th, 2013, 05:00 PM
I wired in an old fuel pressure sensor I had laying around to my V2. I can see the voltage the v2 is getting with the ext.ad1 pid, but the calc.fp is not being recognized when I'm connected, and I don't know why. I have attached my calc.pid.txt file. Is there anything else I need to do to get the fuel pressure reading working?

I'm guessing it has to be something with my configuration in the scan tool since it can see the 0-5volts from the sender, just isn't displaying fuel pressure.

joecar
October 18th, 2013, 04:00 AM
Try this: delete the definition of units "PSI", and change the two references to "PSI" to "psi".

gpr
October 19th, 2013, 04:29 AM
Like this? Cause this didn't work either. I've tried just about anyway with defining PSI in caps, caps with quotes etc... tried it with out both ways and nothing seems to work and i can't figure out why... I am reading voltage from the external input 1 but it isn't calculating into PSI, and it isn't showing fuel pressure as a valid PID.

gpr
October 19th, 2013, 04:38 AM
figured it out... I had () instead of {} in the formula part. changed that and works like a charm.

joecar
October 20th, 2013, 06:02 AM
Ha, good catch :cheers: