Miatas For Sale

Welcome to Miataturbo.net   Members
 
Register Forgot Password?

Welcome to Miata Turbo Forum - Turbo Kitten is watching you test compression.

Reply
 
 
 
 
LinkBack Thread Tools

Old 05-06-2012, 09:17 PM   #1
Default 5ms dwell at idle, 3ms above 2k  
Junior Member
 
I am: Frank
Join Date: Aug 2006
Location: Mojave Desert, Ca
Posts: 306
Feedback: 0 / 0%
Total Props: 0
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.
__________________
99 MS2E, GT28RS
arga is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiTweet this Post!
Reply With Quote
Old 05-06-2012, 09:29 PM   #2
Default  
I'm Miserable!
 
I am: Justin
Join Date: Jun 2009
Location: albany, ga
Posts: 1,869
Feedback: 0 / 0%
Total Props: 3
2.1.0d is pretty old, you tried using the newer code versions, 3.2.1?
Techsalvager is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiTweet this Post!
Reply With Quote
Old 05-06-2012, 09:29 PM
 
 
 
Reply


Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
sub 2k suspension advice Joe Mauch Suspension, Brakes, Drivetrain 38 03-06-2012 12:07 AM
Randomly bogging at idle, running rich, stock coil dwell issue? Cross MEGAsquirt 0 01-05-2011 10:13 PM
What to spend $2K on?!? cueball1 General Miata Chat 62 02-10-2009 07:09 PM
2k Miata in Corpus Christi jacob300zx Cars for sale/trade 2 03-06-2008 05:08 PM
If you had $2k to spend on a Greddy Kit... johnxsi Prefabbed Turbo Kits 14 10-18-2006 04:53 PM