PCM Diagnostics & Tuning HP Tuners | Holley | Diablo
Sponsored by:
Sponsored by:

Nitrous Pressure Logging

Thread Tools
 
Search this Thread
 
Old 04-15-2007, 01:11 AM
  #1  
TECH Enthusiast
Thread Starter
iTrader: (3)
 
caliswangin916's Avatar
 
Join Date: Nov 2005
Posts: 557
Likes: 0
Received 1 Like on 1 Post
Default Nitrous Pressure Logging

is there a pid that i can use to log nitrous pressure if i have a dynotune nitrous pressure sending unit on the bottle? for some reason my custom pids won't save. the dynotune sender increases by .005 volt increments per 100 psi. is it not saving because hpt can't data log .005 volt increases?
Old 04-15-2007, 03:09 AM
  #2  
TECH Addict
iTrader: (21)
 
Beer99C5's Avatar
 
Join Date: Nov 2005
Location: Maine USA
Posts: 2,209
Likes: 0
Received 0 Likes on 0 Posts

Default

I am interested in doing the same, what did Dean say was the wire (white?) and what is the voltage range for the unit? 0V=0 and 5V=1000psi?
Old 04-15-2007, 09:42 AM
  #3  
Moderator
iTrader: (11)
 
jimmyblue's Avatar
 
Join Date: Mar 2002
Location: East Central Florida
Posts: 12,605
Likes: 0
Received 6 Likes on 6 Posts

Default

5mV per 100PSI and 1200PSI is what, 60mV? That is a pretty
small quantity and though I don't know the resolution of the
A/D converters in the interface, I suspect it is not many bits'
worth (12 bits and 4V full scale, is 1mV per bit). Further the
small signal is liable to be easily corrupted.

If it were me (and I do think about this stuff) I would add an
instrumentation amplifier stage to the sender, gain it up to
the point that max bottle pressure produces something just
less than 4V at its output and then you will have better
resolution and some ground offset rejection as well.

Are you sure about the range / resolution and can you log
straight voltage (forgetting about translating it to cute
scale etc.) as a starting point?
Old 04-15-2007, 11:57 AM
  #4  
TECH Enthusiast
Thread Starter
iTrader: (3)
 
caliswangin916's Avatar
 
Join Date: Nov 2005
Posts: 557
Likes: 0
Received 1 Like on 1 Post
Default

Beer99C5- brown is positive, blue is negative, black and white are sender output.

Jimmy, in hpt, when i try to make a user defined pid in the LIST form with a volt of say 2.5XX, 2.6XX, 2.7XX, the pid won't save due to the XX digits. it will save if i only go into tenths,ie 2.5, 2.6, 2.7. but the nitrous sender's increments are .005 volts not tenths.

i don't have a clue how to use the LINEAR form. not sure what numbers to plug in or if it will work.
here is the volt range

PSI Volt
0 2.547
100 2.552
200 2.557
300 2.562
400 2.567
500 2.572
600 2.577
700 2.582
800 2.587
900 2.592
1000 2.597
1100 2.602
1200 2.607
1300 2.612
1400 2.617
1500 2.622
Old 04-15-2007, 07:30 PM
  #5  
Moderator
iTrader: (11)
 
jimmyblue's Avatar
 
Join Date: Mar 2002
Location: East Central Florida
Posts: 12,605
Likes: 0
Received 6 Likes on 6 Posts

Default

Can you log the voltage straight up? And then worry about
how to code the custom PID?

I think there's some funny business about how you have to
save the config, then quit and restart, for the new custom
PIDs to show up working. Don't pay much attention to that
myself but have seen some discussion of it on the HPTuners
'board.

If you can log the straight voltage, do it with the bottle at
a fixed pressure and see how much jumping around you get
from system electrical noise. That will tell you whether you
want to add some signal conditioning (like 2.5V reference,
gain and filtering) to get better fidelity at the logging input.
Old 04-15-2007, 10:26 PM
  #6  
TECH Enthusiast
Thread Starter
iTrader: (3)
 
caliswangin916's Avatar
 
Join Date: Nov 2005
Posts: 557
Likes: 0
Received 1 Like on 1 Post
Default

with bottle closed, i measured input at 2.32 volts cosistent with my voltmeter. i didn't read mv. i set up a fake pid that would read the 2.32 and make it into a fake psi number. the number consistently read 938psi and fluctuated +/- 15. il't give it a better try when i get a nitrous gauge in the next couple of days. don't remember my other values so i'm not sure if the +/- 15 is much on the linear scale.

i can save pids fine if i don't go past tenths in volt input.
Old 04-17-2007, 07:49 PM
  #7  
TECH Addict
iTrader: (21)
 
Beer99C5's Avatar
 
Join Date: Nov 2005
Location: Maine USA
Posts: 2,209
Likes: 0
Received 0 Likes on 0 Posts

Default

Got the info from Dean @ Dynotune as well.

This is how the EFI live guys said to set up the PID
(({EXT.AD1} - 2.547) * 20000) = PSI
EXT.AD1 = Voltage from Black wire.

Last edited by Beer99C5; 04-17-2007 at 08:00 PM.
Old 04-17-2007, 08:02 PM
  #8  
TECH Senior Member
iTrader: (23)
 
brad8266's Avatar
 
Join Date: Aug 2005
Location: Watertown, NY
Posts: 8,797
Likes: 0
Received 0 Likes on 0 Posts
Default

Wow, i was just thinking if i could do this today. Perfect timing for me to stumble on this thread. LS1Tech FTW
Old 04-18-2007, 01:08 AM
  #9  
TECH Enthusiast
Thread Starter
iTrader: (3)
 
caliswangin916's Avatar
 
Join Date: Nov 2005
Posts: 557
Likes: 0
Received 1 Like on 1 Post
Default

Originally Posted by Beer99C5
Got the info from Dean @ Dynotune as well.

This is how the EFI live guys said to set up the PID
(({EXT.AD1} - 2.547) * 20000) = PSI
EXT.AD1 = Voltage from Black wire.
can someone show me how to make a pid like this in HPT?

Beer...what is the " * " asterisk? just an asterisk or "X"???
Old 04-18-2007, 01:16 AM
  #10  
TECH Addict
iTrader: (21)
 
Beer99C5's Avatar
 
Join Date: Nov 2005
Location: Maine USA
Posts: 2,209
Likes: 0
Received 0 Likes on 0 Posts

Default

Originally Posted by caliswangin916
can someone show me how to make a pid like this in HPT?

Beer...what is the " * " asterisk? just an asterisk or "X"???
This is how the EFI live guys said to set up the PID
(Voltage - 2.547) times 20000 = PSI
Voltage is from the Black wire.
* is the same as "Times" or "x" or "multiply by"
Old 04-18-2007, 01:23 PM
  #11  
TECH Resident
iTrader: (3)
 
AzzHauler's Avatar
 
Join Date: Nov 2001
Location: Richmond, VA Where fast cars, well......are hard to come by.
Posts: 979
Likes: 0
Received 0 Likes on 0 Posts
Default

Originally Posted by brad8266
Wow, i was just thinking if i could do this today. Perfect timing for me to stumble on this thread. LS1Tech FTW
Werd! Subscribing...
Old 04-18-2007, 02:08 PM
  #12  
TECH Junkie
iTrader: (50)
 
oange ss's Avatar
 
Join Date: Jan 2005
Location: Texas
Posts: 3,229
Likes: 0
Received 5 Likes on 4 Posts

Default

i'm gonna measure my Autometer signal just for ***** and giggles if it will help you out..
Old 04-18-2007, 10:23 PM
  #13  
TECH Addict
iTrader: (21)
 
Beer99C5's Avatar
 
Join Date: Nov 2005
Location: Maine USA
Posts: 2,209
Likes: 0
Received 0 Likes on 0 Posts

Default

I have made a spreadsheet for the voltages vs pressure in excel, based on the DYNOTUNE sending unit...I will upload it shortly.

http://www.retrorelics.net/jim/Board...usUnitPvsV.xls

Last edited by Beer99C5; 04-18-2007 at 10:34 PM.
Old 04-19-2007, 01:23 AM
  #14  
TECH Enthusiast
Thread Starter
iTrader: (3)
 
caliswangin916's Avatar
 
Join Date: Nov 2005
Posts: 557
Likes: 0
Received 1 Like on 1 Post
Default

Originally Posted by Beer99C5
This is how the EFI live guys said to set up the PID
(Voltage - 2.547) times 20000 = PSI
i can't figure out how to make a user defined pid formula like this in hpt.
under eio inputs(aux) you can make a custom pid, its a choice of either a list or linear custom pid which does not enable a formula.

under USER DEFINED PARAMETERS which is for vehicle data, you can set up a formula, but it won't save nor do i know the correct formula!!!!!!!!!!!!
Old 04-19-2007, 01:28 AM
  #15  
TECH Addict
iTrader: (21)
 
Beer99C5's Avatar
 
Join Date: Nov 2005
Location: Maine USA
Posts: 2,209
Likes: 0
Received 0 Likes on 0 Posts

Default

Post what you want to do and the formula on the HPT forums (or PM a HPT guru on the board), I am sure someone will point ya in the right direction. I am offshore and will try it with EFI Live when I get home end of April.

For EFI Live I think its a couple line entries in the user calc PID's...I will post what to do with EFI Live when I get it going. I am able to log Fuel Pressure with an Autometer sending unit, its pretty much the same thing with a different formula.

Beer
Old 04-19-2007, 01:42 AM
  #16  
TECH Senior Member
 
horist's Avatar
 
Join Date: Nov 2001
Location: Lake Zurich, IL
Posts: 7,036
Likes: 0
Received 1 Like on 1 Post

Default

Originally Posted by caliswangin916
i can't figure out how to make a user defined pid formula like this in hpt.
under eio inputs(aux) you can make a custom pid, its a choice of either a list or linear custom pid which does not enable a formula.

under USER DEFINED PARAMETERS which is for vehicle data, you can set up a formula, but it won't save nor do i know the correct formula!!!!!!!!!!!!

save a log saving only voltages (scrap your custom PID)

then post it up....
Old 04-19-2007, 02:17 AM
  #17  
TECH Enthusiast
Thread Starter
iTrader: (3)
 
caliswangin916's Avatar
 
Join Date: Nov 2005
Posts: 557
Likes: 0
Received 1 Like on 1 Post
Default

Originally Posted by horist
save a log saving only voltages (scrap your custom PID)

then post it up....
which voltages are you taliking about?
the car volts or the volts coming from the dynotune sender?

if from the sender, it will probably be a consistent number because the bottle pressure won't change unless i turn the bottle heater on and even that won't yield 0 psi because the bottle is full?

well if you are saing save the volt input to the eio aux, i can do it but according to dynotune, 2.547 is 0 PSI and every .005 volts is a 100 PSI increase up to 1500 PSI.
Old 04-19-2007, 02:39 AM
  #18  
TECH Addict
iTrader: (21)
 
Beer99C5's Avatar
 
Join Date: Nov 2005
Location: Maine USA
Posts: 2,209
Likes: 0
Received 0 Likes on 0 Posts

Default

Save a log just recording the voltages from the black wire on the sending unit...

Download my speadsheet and compare the voltages from your log to your bottle gauge, see if they track as Dynotune says the values should be...

Looks like horist will help ya out with the HPT part. Post a log with just the voltages (and what your doing like heating the bottle or maybe a purge) and he sounds like PID it for ya and test it with your log.

Cold bottle nearly full say 50°F I would guess 2.574X for volts. Turn the heater on and watch it increase a bit then purge it should never get to 2.59950 or so

Last edited by Beer99C5; 04-19-2007 at 04:00 AM.
Old 04-19-2007, 10:24 AM
  #19  
TECH Fanatic
iTrader: (5)
 
Todd157k's Avatar
 
Join Date: Aug 2006
Location: Simi Valley, CA
Posts: 1,110
Likes: 0
Received 0 Likes on 0 Posts
Default

You can build a small linear amplifier like this (assuming the voltages here. If not correct, let me know and I'll adjust the values)

Old 04-19-2007, 09:19 PM
  #20  
TECH Addict
iTrader: (21)
 
Beer99C5's Avatar
 
Join Date: Nov 2005
Location: Maine USA
Posts: 2,209
Likes: 0
Received 0 Likes on 0 Posts

Default

OK EFI Live Update.

Blacky has said that the logging ability is likely limited to +-200 PSI based on FlashScan A/D inputs are accurate to +/- 0.01V Despite this, I will give it a try next week.

Here is the sample PID for EFI live if anyone wants to try it (Combined input given from Ninety8C5 and joecar; Thanks guys!)

You can delete CLC-00-001 as that is my fuel pressure input




# ================================================== ============================
# 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
#-------- ---------- -------- -------------------------------------------------------------



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

*CLC-00-001
psi 0 100 0.1 "({GM.EGRS}*25)-12.5"

*CLC-00-002
psi 0 1500 0.1 "({EXT.AD2}-2.547)*20000"



# ================================================== ============================
*PRN - Parameter Reference Numbers
# --------------------------------
# See sae_generic.txt for more information on the *PRN section
#
#Code PRN SLOT Units System Description
#------------------------- ---- ------------ ---------------- ---------------- ------------------------------------------
CALC.FP F001 CLC-00-001 psi Fuel "Fuel Pressure"
CALC.NP F002 CLC-00-002 psi Nitrous "Nitrous Main Line Pressure"


Quick Reply: Nitrous Pressure Logging



All times are GMT -5. The time now is 08:20 AM.