vancourvebc
05-24-2009, 08:54 AM
1. the american gallon is 3.785 liters vs 4.546 liters for imperial. I see ecutalk uses the imperial gallon.
2. why divide number of cylinders by 2?
fuel used in millilitres = (numcylinders / 2) * (injectorccpermin / 60.0) * (pulsewidthms / 1000)
3. Does any other software calculate fuel economy?
4.I assume Econ liter/100 km is fuel econmy at an instant in time. Does minimum gauge refresh
have to be set at a particular rate for this this economy number to make sense when you are watching the gauge display?
5. I see you have to set you cc's per minute in options
================================================== ====
as for MPG, think no more:
from log files, per log entry, you can calculate:
1) speed (miles per seconds) = speedmph / 3600
2) fuel used in millilitres = (numcylinders / 2) * (injectorccpermin / 60.0) * (pulsewidthms / 1000)
3) engine rev period in seconds = 60 / rpm
4) distance in miles = speed * engineperiod
so for each log entry, you can calculate distance travelled, and fuel used in millilitres. then just add up the values for all entries, and you get total MPG:
MPG = totaldistance / (totalinjml * 0.000264172051)
the big 0.000234324 number is converting from millilitres to gallons.
and you should probably check out feature requests page, peak hold is there at number 20.
after using my pda a bit more in car, the one u mentioned about auto-connecting is probably pretty important (ie for it to "fall out" of gauges and do the retry/autoconnect stuff so when u start car, it connects)
2. why divide number of cylinders by 2?
fuel used in millilitres = (numcylinders / 2) * (injectorccpermin / 60.0) * (pulsewidthms / 1000)
3. Does any other software calculate fuel economy?
4.I assume Econ liter/100 km is fuel econmy at an instant in time. Does minimum gauge refresh
have to be set at a particular rate for this this economy number to make sense when you are watching the gauge display?
5. I see you have to set you cc's per minute in options
================================================== ====
as for MPG, think no more:
from log files, per log entry, you can calculate:
1) speed (miles per seconds) = speedmph / 3600
2) fuel used in millilitres = (numcylinders / 2) * (injectorccpermin / 60.0) * (pulsewidthms / 1000)
3) engine rev period in seconds = 60 / rpm
4) distance in miles = speed * engineperiod
so for each log entry, you can calculate distance travelled, and fuel used in millilitres. then just add up the values for all entries, and you get total MPG:
MPG = totaldistance / (totalinjml * 0.000264172051)
the big 0.000234324 number is converting from millilitres to gallons.
and you should probably check out feature requests page, peak hold is there at number 20.
after using my pda a bit more in car, the one u mentioned about auto-connecting is probably pretty important (ie for it to "fall out" of gauges and do the retry/autoconnect stuff so when u start car, it connects)