History of GenBoard/UnderDevelopment/AccelerationEnrichment
Older Newer
2008-10-14 13:23:38 . . . . MembersPage/Andrey [my experiments notes]
2008-10-08 09:45:13 . . . . MembersPage/GintsK [My opinion. What about deceleration?]
2008-10-08 09:44:10 . . . . MembersPage/GintsK [My opinion. What about deceleration?]
2008-10-07 08:04:20 . . . . MembersPage/PhatBob [Link to 1.0 release with new accel enrichment code]
2008-10-06 22:21:05 . . . . 88-105-151-249.dynamic.dsl.as9105.com [removed redundant comments]
2008-10-06 18:34:56 . . . . 88-105-151-249.dynamic.dsl.as9105.com [Added my name to the list + my take on the algorithm]
2008-10-05 17:15:12 . . . . cust50-dsl56.idnet.net [Addition]
2008-10-05 16:41:21 . . . . MembersPage/JasonRussell [AE firmware change needs priority]
2008-10-05 16:31:03 . . . . MembersPage/PhatBob [Members requests]
2008-10-05 15:20:38 . . . . 78-32-116-121.adsl24.co.uk [added name and issue]
2008-10-05 15:02:46 . . . . 0x573942ae.hbnqu1.dynamic.dsl.tele.dk [accel enrichment problem]
2008-10-05 13:53:10 . . . . client-81-107-67-30.bmly.adsl.virgin.net [Adding myself as a candidate for better AE]
2008-10-05 13:45:35 . . . . cpc3-derb8-0-0-cust147.lei3.cable.ntl.com [name again]
2008-10-05 13:45:00 . . . . cpc3-derb8-0-0-cust147.lei3.cable.ntl.com [fixed name]
2008-10-05 13:42:05 . . . . cpc3-derb8-0-0-cust147.lei3.cable.ntl.com [added name]
2008-10-05 13:38:27 . . . . MembersPage/PhatBob [Cleaner and more concise explaination of a vital feature.]
2015-01-01 07:00:00 . . . . MembersPage/JorgenKarlsson [Added link to advanced transient fuel]
2015-01-01 07:00:00 . . . . MembersPage/JorgenKarlsson [True, will not solve problem. But will make it smaller.]
2015-01-01 07:00:00 . . . . MembersPage/MarcellGal [note on what info we have and what surely needs new input]
2015-01-01 07:00:00 . . . . MembersPage/JorgenKarlsson [Before - after transient and fuelcut delay]
2015-01-01 07:00:00 . . . . MembersPage/JorgenKarlsson [Described advanced acc enrich procedures discussed on the tour.]
2015-01-01 07:00:00 . . . . MembersPage/PhatBob [First draft of explaination - RFC]


Changes by last author:

Changed:
-----

For clarity the previous information has been moved to

GenBoard/UnderDevelopment/AccelerationEnrichmentOld

Experimental AE/DE/Film is a simple film model implemented from example Lada OE J7ECU for my tests (of course it is excluded from FW by default).It is not MAP or TPS based, but air_quantity based. It calcs pw_air_q_based = (req_fuel*MAP*VE*Gair). Film: PWfilm = F(air_q, CLT), compare PWfilm and PWfilm_last, and + or - difference to final PW. ACC/DECC: if (tps-tps_last>deadband) PWadd/sub=coeff*(air_q-air_q_last). For decay use simple acc_corr = coeff * acc_corr_in_last_cycle, it is non linear. Separate decay coeff used if acc/decc starts or continues in current cycle. All calcs is cycle based but not time based, and separate for each cyl. Not even one test performed, only bench and PC tests, i'll try some tests near months. - MembersPage/Andrey
Added:
-----

For clarity the previous information has been moved to

GenBoard/UnderDevelopment/AccelerationEnrichmentOld