View Single Post
Old 02-11-2009, 07:49 PM   #818 (permalink)
dcb
needs more cowbell
 
dcb's Avatar
 
Join Date: Feb 2008
Location: ÿ
Posts: 5,038

pimp mobile - '81 suzuki gs 250 t
90 day: 96.29 mpg (US)

schnitzel - '01 Volkswagen Golf TDI
90 day: 53.56 mpg (US)
Thanks: 158
Thanked 269 Times in 212 Posts
Thanks for the update Coyote, didn't think .75 was a downgrade

rmccomiskie, you have to tell me what equipment you are using (especially if it's affordable). That is a nice suite of data. Also, I wondered if you can (or have) try changing:

attachInterrupt(0, processInjOpen, FALLING);
attachInterrupt(1, processInjClosed, RISING);


to:

attachInterrupt(0, processInjOpen, RISING);
attachInterrupt(1, processInjClosed, FALLING);

and using an injector tap. That injector signal looks good, but inverted. It might take a little more tweaking than just swapping the edge processors (i.e. funny business when engine is off) but hopefully it will be an improvement.


The ecu signal might be an "area under the curve" thing, don't know. but the decel ECU graph would not be detected correctly certainly.
__________________
WINDMILLS DO NOT WORK THAT WAY!!!
  Reply With Quote