View Single Post
Old 12-27-2016, 11:18 AM   #13 (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 sallen View Post
Hi there -

I've done some road testing of the latest code. MPH now displays well, thank you, but I can confirm three bugs.

One is probably eeprom write related. The other two relate to display (rather than calculation) of MPG:

(1) the system clock does not retain the changed time;

(2) in instrument view, when travelling (i.e. above 0mph) running at 0% injector duty cycle (EoffC or DFCO) mpg is displayed as 000 rather than ---; and

(3) in "large" instant MPG display (my favourite mode) in EoC or DFCO conditions MPG is displayed as 0.49mpg rather than ---mpg.

When conditions are right for bugs (2) and (3), I.e. EoC or DFCO, the calculation of MPG appears unaffected as ,despite showing 000mpg or 0.49mpg on the instrument or instant displays, the "Current" mpg figure increases as expected.

I've had a passenger film the MPGuino, and can upload examples of these to YouTube if that assists the above descriptions.
(2) and (3) possibly relate to the "useDebugReadings" configuration setting. Go to the "program measurement and debugging tools" section at the top of the code, and ensure this #define is commented out.

I have not been able to duplicate (1). What source did you use for battery power for your MPGuino?
  Reply With Quote