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

Cylair gms/cyl calc pid EFI V6

Thread Tools
 
Search this Thread
 
Old 09-17-2003, 04:00 AM
  #1  
TECH Enthusiast
Thread Starter
iTrader: (12)
 
gojo's Avatar
 
Join Date: Mar 2002
Location: w.s.n.c.
Posts: 539
Likes: 0
Received 0 Likes on 0 Posts
Default Cylair gms/cyl calc pid EFI V6

Go to configuration file.


In sae_generic.txt
1. You need to add a new g/cyl unit that is not Metric nor Imperial , i.e. its "units system" in None like this

#Flow rate
#----------
gps Metric g/s "Grams per Second"
lbpm Imperial lb/min "Pounds per Minute"
gpcyl_jp None g/cyl "Grams per cylinder"
gpcyl Metric g/cyl "Grams per cylinder"
lbpcyl Imperial lb/cyl "Pounds per cylinder"

2. You need to add a new calculated parm in calc_pids.txt that uses the new gpcyl_jp units.

#Units Low High Fmt Expression
#------------ ------------- ------------- ---- --------------------------------------------------------------
*CLC-00-1
gpcyl_jp 0.0 1.5 .2 "{SAE.MAF.gps}*15/{SAE.RPM}"
#gpcyl 0.0 1.5 .2 "{SAE.MAF.gps}*15/{SAE.RPM}"
lbpcyl 0.0 1.5 .2 "{SAE.MAF.lbpm}*1.98416/{SAE.RPM}"

3. You need to change the CYLAIR PID like this:

#Calculated parameter PRN SLOT Units System Description
#------------------------- ---- ------------ ---------------- ---------------- ------------
#CALC.CYLAIR F600 CLC-00-1 "gpcyl,lbpcyl" Air "Air mass per cylinder"
CALC.CYLAIR F600 CLC-00-1 "gpcyl_jp" Air "Air mass per cylinder"
Old 09-17-2003, 07:41 PM
  #2  
TECH Addict
 
Bink's Avatar
 
Join Date: Jul 2002
Posts: 2,258
Received 0 Likes on 0 Posts

Default Re: Cylair gms/cyl calc pid EFI V6

Go to configuration file.


In sae_generic.txt
1. You need to add a new g/cyl unit that is not Metric nor Imperial , i.e. its "units system" in None like this

#Flow rate
#----------
gps Metric g/s "Grams per Second"
lbpm Imperial lb/min "Pounds per Minute"
gpcyl_jp None g/cyl "Grams per cylinder"
gpcyl Metric g/cyl "Grams per cylinder"
lbpcyl Imperial lb/cyl "Pounds per cylinder"

2. You need to add a new calculated parm in calc_pids.txt that uses the new gpcyl_jp units.

#Units Low High Fmt Expression
#------------ ------------- ------------- ---- --------------------------------------------------------------
*CLC-00-1
gpcyl_jp 0.0 1.5 .2 "{SAE.MAF.gps}*15/{SAE.RPM}"
#gpcyl 0.0 1.5 .2 "{SAE.MAF.gps}*15/{SAE.RPM}"
lbpcyl 0.0 1.5 .2 "{SAE.MAF.lbpm}*1.98416/{SAE.RPM}"

3. You need to change the CYLAIR PID like this:

#Calculated parameter PRN SLOT Units System Description
#------------------------- ---- ------------ ---------------- ---------------- ------------
#CALC.CYLAIR F600 CLC-00-1 "gpcyl,lbpcyl" Air "Air mass per cylinder"
CALC.CYLAIR F600 CLC-00-1 "gpcyl_jp" Air "Air mass per cylinder"

Huh??? I'm lost!!!Is this number of hoops we have to jump thru for Calculated pid - grams/cyl . Can't we select "Calc EFI 01" or something like that???
joel
Old 09-17-2003, 08:23 PM
  #3  
TECH Enthusiast
Thread Starter
iTrader: (12)
 
gojo's Avatar
 
Join Date: Mar 2002
Location: w.s.n.c.
Posts: 539
Likes: 0
Received 0 Likes on 0 Posts
Default Re: Cylair gms/cyl calc pid EFI V6

For now. After looking at all the calculations for VE, this should be childs play. It's adding a total of 3 lines. I guess all the tuning programs available are/were perfect.
Old 09-17-2003, 08:28 PM
  #4  
TECH Addict
 
Bink's Avatar
 
Join Date: Jul 2002
Posts: 2,258
Received 0 Likes on 0 Posts

Default Re: Cylair gms/cyl calc pid EFI V6

For now. After looking at all the calculations for VE, this should be childs play. It's adding a total of 3 lines. I guess all the tuning programs available are/were perfect.
Thanks, man. I'll print it so I have it whenI need it .
joel
Old 09-17-2003, 08:48 PM
  #5  
Restricted User
iTrader: (2)
 
EFILive's Avatar
 
Join Date: Dec 2001
Location: New Zealand
Posts: 424
Likes: 0
Received 0 Likes on 0 Posts
Default Re: Cylair gms/cyl calc pid EFI V6

The CYLAIR calculated PID is already configured and included in V6.
However, if you select Imperial units in EFILive V6 then CYLAIR will show up as lb/cyl not g/cyl.
The first post is what you need to cahnge to get CYLAIR to display g.cyl even if your units are set to Imperial (instead of Metric).

Alternatively you can set it up like this - by editing the Configuration\calc_pids.txt file:

1. Create a new UNIT for grams per cylinder and do not allocate it as either metric or imperial, set it's units type to none.
<font class="small">Code:</font><hr /><pre>
*UNITS
#
#Code System Abbr Description
#-------- ---------- -------- -------------------------------------------------------------
cylair None g/cyl "Grams per cylinder"
</pre><hr />

2. Create a new expression that returns the cylair units that you just created:
<font class="small">Code:</font><hr /><pre>
#Units Low High Fmt Expression
#------------ ------------- ------------- ---- --------------------------------------------------------------
*CLC-00-1
cylair 0.0 1.5 .2 "{SAE.MAF.gps}*15/{SAE.RPM}"
</pre><hr />

3. Create a calculated PID that is based on the expression that you just created:
<font class="small">Code:</font><hr /><pre>
#Calculated parameter PRN SLOT Units System Description
#------------------------- ---- ------------ ---------------- ---------------- -------------------------------------------------------------
CALC.CYLAIR F600 CLC-00-1 "cylair" Air "Air mass per cylinder"
</pre><hr />

Regards
Paul




All times are GMT -5. The time now is 04:07 PM.