Notices
ECU Flash

Poor Cold Idle (Yes I searched)

Thread Tools
 
Search this Thread
 
Old Nov 6, 2009 | 06:47 PM
  #226  
Appauldd's Avatar
Thread Starter
Evolved Member
iTrader: (22)
 
Joined: Nov 2003
Posts: 2,408
Likes: 7
From: Northern KY near Cincy
Logic....did you remove the EVAP stuff as well???

Question: Can you dive a little deeper into the "Idle Stability Timing Control" table? I as because on the 94170008 the settings are WAY different from the 9653. Also there is still one section of it that is unknown.

I ask because I am curious if this table can get the car to get to it's idle setting faster, thus curing the 2K rev.

What are your theories on the 2k rev?
Reply
Old Nov 6, 2009 | 07:25 PM
  #227  
logic's Avatar
Evolved Member
iTrader: (2)
 
Joined: Apr 2003
Posts: 1,022
Likes: 7
From: Berkeley, CA
The FPR and EGR solenoids and lines, as well as evap canister and related items, are all long gone, with the EGR port plugged at the head. Everything is physically removed.

In my last round of changes (which accompanied getting rid of the 2000 RPM idle), I finally got back around to disabling lean spool (FBA bit 0), completely zeroed out the "Warmup Retard Control" table, copied the open loop load and throttle #1 and #2 tables from 96940011, and made a few final tweaks to "Initial Cranking IPW vs Coolant Temp" to help with cranking.

I'd probably be looking at either the "Warmup Retard Control" (ie. "Percent Low Temp Timing Trim vs. Coolant Temp") or "Open Loop Load/Throttle" tables as good candidates for being the cause of the problem.
Reply
Old Nov 6, 2009 | 07:59 PM
  #228  
Appauldd's Avatar
Thread Starter
Evolved Member
iTrader: (22)
 
Joined: Nov 2003
Posts: 2,408
Likes: 7
From: Northern KY near Cincy
So my only change tonight is that I made the Open Loop Load 1 & 2 match my original 94170008 rom. Test to come.

As for setting the open loop change over point....I don't seem to have that table. Can someone post the XML for me?
Reply
Old Nov 6, 2009 | 08:24 PM
  #229  
logic's Avatar
Evolved Member
iTrader: (2)
 
Joined: Apr 2003
Posts: 1,022
Likes: 7
From: Berkeley, CA
Here's the definition I have for 96530006:
PHP Code:
<scaling name="LT Trim Hz" units="Hz" toexpr="x*6.25" frexpr="x/6.25" format="%.2f" min="0" max="1593.75" inc="6.25" storagetype="uint8" endian="big"/>
<table name="Closed Loop - LT Trim Control" category="Fuel" address="35e5" type="2D" level="2" scaling="LT Trim Hz">
    <table name="Conditions" type="Static Y Axis" elements="4">
    <data>Low -> Mid</data>
    <data>Mid -> Low</data>
    <data>Mid -> High</data>
    <data>High -> Mid</data>
    </table>
</table> 
For the record, I haven't touched these settings (haven't needed it).
Reply
Old Nov 6, 2009 | 08:34 PM
  #230  
Appauldd's Avatar
Thread Starter
Evolved Member
iTrader: (22)
 
Joined: Nov 2003
Posts: 2,408
Likes: 7
From: Northern KY near Cincy
That isn't the one I was speaking of....I am looking for the "Min Temp For Closed Loop" table.

We can use it to make the car never use close loop if we want.

I think this is it....I created this from the 94170015

<table name="Min Coolant Temp for Closed Loop" category="Global Fuel Settings" address="15aa" type="1D" scaling="Temp"/>

It appears to be working in EcuFlash. The temp is 32* F.
Reply
Old Nov 6, 2009 | 08:37 PM
  #231  
Fast_Freddie's Avatar
Evolved Member
Veteran: Navy
iTrader: (50)
 
Joined: Jun 2007
Posts: 2,706
Likes: 15
From: Lexington Park, MD
Originally Posted by Appauldd
So my only change tonight is that I made the Open Loop Load 1 & 2 match my original 94170008 rom. Test to come.

As for setting the open loop change over point....I don't seem to have that table. Can someone post the XML for me?
Paul, the open loop change over point is the open loop load 1 & 2 tables, whatever rpm/load axis is listed in the table is when the map transitions to open loop... I am not to sure how the open loop throttle 1 & 2 play into the scheme though...

Originally Posted by logic
Here's the definition I have for 96530006:
PHP Code:
<scaling name="LT Trim Hz" units="Hz" toexpr="x*6.25" frexpr="x/6.25" format="%.2f" min="0" max="1593.75" inc="6.25" storagetype="uint8" endian="big"/>
<table name="Closed Loop - LT Trim Control" category="Fuel" address="35e5" type="2D" level="2" scaling="LT Trim Hz">
    <table name="Conditions" type="Static Y Axis" elements="4">
    <data>Low -> Mid</data>
    <data>Mid -> Low</data>
    <data>Mid -> High</data>
    <data>High -> Mid</data>
    </table>
</table> 
For the record, I haven't touched these settings (haven't needed it).
Logic, I believe Paul was talking about open loop load 1 & 2... I could be wrong though...
Reply
Old Nov 6, 2009 | 08:39 PM
  #232  
Appauldd's Avatar
Thread Starter
Evolved Member
iTrader: (22)
 
Joined: Nov 2003
Posts: 2,408
Likes: 7
From: Northern KY near Cincy
Sorry....I meant the Min Temperature for Closed loop.....I apologize for the confusion.
Reply
Old Nov 6, 2009 | 08:39 PM
  #233  
Fast_Freddie's Avatar
Evolved Member
Veteran: Navy
iTrader: (50)
 
Joined: Jun 2007
Posts: 2,706
Likes: 15
From: Lexington Park, MD
Originally Posted by Appauldd
That isn't the one I was speaking of....I am looking for the "Min Temp For Closed Loop" table.

We can use it to make the car never use close loop if we want.

I think this is it....I created this from the 94170015

<table name="Min Coolant Temp for Closed Loop" category="Global Fuel Settings" address="15aa" type="1D" scaling="Temp"/>

It appears to be working in EcuFlash. The temp is 32* F.
If you change all the load % values in the open loop load tables to 0 it will never go into closed loop either...
Reply
Old Nov 6, 2009 | 08:43 PM
  #234  
Fast_Freddie's Avatar
Evolved Member
Veteran: Navy
iTrader: (50)
 
Joined: Jun 2007
Posts: 2,706
Likes: 15
From: Lexington Park, MD
Originally Posted by Appauldd
Sorry....I meant the Min Temperature for Closed loop.....I apologize for the confusion.
Here it is for 96530706

PHP Code:
<table name="Min Coolant Temp for Closed Loop" category="Global Fuel Settings" address="15aa" type="1D" level="1" scaling="Temp"/> 
Reply
Old Nov 6, 2009 | 08:50 PM
  #235  
Appauldd's Avatar
Thread Starter
Evolved Member
iTrader: (22)
 
Joined: Nov 2003
Posts: 2,408
Likes: 7
From: Northern KY near Cincy
Woo Hoo....I derived my first piece of XML. I am so proud of myself.

Anyway,

It seems like we all have resolved any cold start & cold drivability issues. The problem now is an annoyance of the RPM climing to 2K after cold start. It does settle after a few seconds.

As I stated earlier about the Idle Stability Timing control......could the sensitivity or possibly the unknown portion of the table affect how quickly the car finds it's base idle settings????
Reply
Old Nov 6, 2009 | 08:58 PM
  #236  
Fast_Freddie's Avatar
Evolved Member
Veteran: Navy
iTrader: (50)
 
Joined: Jun 2007
Posts: 2,706
Likes: 15
From: Lexington Park, MD
I meant to mention that Paul, I switched the Idle stability timing control back to stock, I think 128 vice 146 what you had mentioned earlier also when I did my final change...
Reply
Old Nov 6, 2009 | 09:00 PM
  #237  
Appauldd's Avatar
Thread Starter
Evolved Member
iTrader: (22)
 
Joined: Nov 2003
Posts: 2,408
Likes: 7
From: Northern KY near Cincy
Are you still getting the 2K rev?
Reply
Old Nov 6, 2009 | 09:08 PM
  #238  
Appauldd's Avatar
Thread Starter
Evolved Member
iTrader: (22)
 
Joined: Nov 2003
Posts: 2,408
Likes: 7
From: Northern KY near Cincy
In 96940011 the Idle Stablilty Timing Control (ISTC) has the following...

Sensitivity = 91 Timing limit = 10 Untested = 94

Where our v7 and the 9417xxxx roms have the following...

Sensitivity = 128 Timing limit = 8 Untested = 8

So now I am very confused as to what these numbers are for. The timing limit is pretty self explanitory....but the others ? ? ?
Reply
Old Nov 9, 2009 | 07:03 AM
  #239  
Appauldd's Avatar
Thread Starter
Evolved Member
iTrader: (22)
 
Joined: Nov 2003
Posts: 2,408
Likes: 7
From: Northern KY near Cincy
Anyone make any headway on the 2k rev ? ? ?
Reply
Old Nov 9, 2009 | 01:24 PM
  #240  
Jorge T's Avatar
Evolved Member
iTrader: (18)
 
Joined: May 2004
Posts: 1,494
Likes: 1
From: Houston, TX
I've had the same 2k rpm cold start for ever, using 9417 rom, if I immediatly release the clutch in neutral rpm goes down to 1400rpm. Thinking the clutch switch [triggers a flag that] has something to do with the 2k rpm spikeat startup.
Reply



All times are GMT -7. The time now is 11:12 AM.