View Single Post
Old 02-04-2017, 10:46 PM   #66 (permalink)
t vago
MPGuino Supporter
 
t vago's Avatar
 
Join Date: Oct 2010
Location: Hungary
Posts: 1,807

iNXS - '10 Opel Zafira 111 Anniversary

Suzi - '02 Suzuki Swift GL
Thanks: 828
Thanked 708 Times in 456 Posts
Quote:
Originally Posted by smonson View Post
Here are the results of my observations

The following maths treat all cylinders as a single measurement. Figures will be 4 times higher than the real value for a single injector.

WARNING: PEDANTIC GUY AHEAD

Tank 1 (country):
- predicted 28405mL
- actually 28360mL (error: 0.15%)
- PWM fired 332468 times for 2195.598 seconds
- average pulse width: 6603uS
- average fuel quantity injected: 85.301uL

Tank 2 (city):
- predicted 30954mL
- actually 30950mL (error: close enough)
- PWM fired 385078 times for 2403.540 seconds
- average pulse width: 6241uS
- average fuel quantity injected: 80.373uL

The difference in pulse widths is 362uS and the difference in fuel injected is 4.928uL. From this we can infer that the fuel pumping rate is 0.01361325 uL per uS. Converting units, that's 204cc per minute which is in the expected ballpark for a small car.

The total time to transmit the average injected fuel amount into the cylinder is then 6266uS (tank 1) or 5904uS (tank 2). This predicts the injector time delay at 337uS for both, depending on how inaccurate those particular fuel pumps were.

Thanks dcb and everyone else for all the advice!
I just verified that my idea for determining these numbers will work. Now I have even more reason to get off my dead butt and implement matrix math inside the MPGuino code.



Basically, I'm just solving a system of linear equations using matrix math. To be sure, since I'm only solving for two variables instead of three, I could just use elimination to crunch the numbers.

In any case, it will be much simpler to calibrate the MPGuino with this in place. All the driver would have to do is fill up two separate times to full, and press a few buttons in both cases.
Attached Thumbnails
Click image for larger version

Name:	s20170204-matrix-fuel.gif
Views:	345
Size:	12.9 KB
ID:	21276  
  Reply With Quote
The Following User Says Thank You to t vago For This Useful Post:
josemapiro (02-05-2017)