MEGAsquirt A place to collectively sort out this megasquirt gizmo

5ms dwell at idle, 3ms above 2k

Thread Tools
 
Search this Thread
 
Old 05-06-2012, 09:17 PM
  #1  
Junior Member
Thread Starter
 
arga's Avatar
 
Join Date: Aug 2006
Location: Ridgecrest, Ca
Posts: 306
Total Cats: 0
Default 5ms dwell at idle, 3ms above 2k

The stock 99 ECU appears to use a 5ms dwell below 1000rpm and taper linearly down to 3ms above 2000rpm. To do the same thing in MS I added the following lines:

if (outpc.rpm < 1000) {
utmp2 += 20;
} else if (outpc.rpm < 2000) {
utmp2 += (2000 - outpc.rpm) / 50;
}

after:

utmp2 = flash4.max_coil_dur;

in ms2_extra_main.c. I'm using the 2.1.0d code base. I was hoping to solve the rolling idle problem I've had for years now but it didn't work. It does seem to have improved my acceleration out of idle but that's difficult to say for sure since I've been re-tuning everything including accel enrichment.

Just thought I'd post this in case someone else could find it useful.
arga is offline  
Old 05-06-2012, 09:29 PM
  #2  
I'm Miserable!
 
Techsalvager's Avatar
 
Join Date: Jun 2009
Location: albany, ga
Posts: 1,866
Total Cats: 0
Default

2.1.0d is pretty old, you tried using the newer code versions, 3.2.1?
Techsalvager is offline  
Related Topics
Thread
Thread Starter
Forum
Replies
Last Post
StratoBlue1109
Miata parts for sale/trade
21
09-30-2018 01:09 PM
The Gleas
MEGAsquirt
3
10-01-2015 09:30 AM
JesseTheNoob
DIY Turbo Discussion
15
09-30-2015 02:44 PM
itsMikey
MSPNP
3
09-28-2015 06:40 AM
ndragun
MEGAsquirt
0
09-20-2015 10:28 PM



Quick Reply: 5ms dwell at idle, 3ms above 2k



All times are GMT -4. The time now is 03:02 PM.