Notices
ECU Flash

C# Program : EVO Auto Tune

Thread Tools
 
Search this Thread
 
Old Nov 25, 2009, 08:00 PM
  #16  
Evolved Member
iTrader: (1)
 
ziad's Avatar
 
Join Date: Apr 2007
Location: Melbourne
Posts: 529
Likes: 0
Received 1 Like on 1 Post
this is the app... so it will work with any rom that has DMA code attached.... so if ur rom works with normal dma then it will work with this program/feature.... once all the hardcoded stuff is customised to ur rom
Old Nov 25, 2009, 10:42 PM
  #17  
Evolving Member
Thread Starter
 
silver_evo's Avatar
 
Join Date: Dec 2005
Location: Silverdale,WA
Posts: 261
Likes: 0
Received 2 Likes on 2 Posts
Yeah, pretty much! The ALT-Fuel ram address change with the different rom versions, but thats an easy change. It could also be hard-coded to identify which rom you are loading and use the correct set of addresses! Im changing my tactics a bit on the correction factor stuff, i think i made it too complicated. Back to Visual Studio. Results coming soon! Promise Im going to attempt the corrections-on-the-fly idea. I tried compiling some stuff in the car tonight, but as soon as i went WOT, the program threw an exception Kinda hard to debug doing 60mph.

Last edited by silver_evo; Nov 25, 2009 at 11:26 PM.
Old Nov 26, 2009, 07:35 AM
  #18  
Evolved Member
iTrader: (8)
 
03whitegsr's Avatar
 
Join Date: Nov 2006
Location: Utah
Posts: 4,001
Received 15 Likes on 13 Posts
Are you using any kind of averaging of the wideband?

I find it interesting that you are only using this at high throttle conditions. The few times I've used auto-tune in standalones, it was only for low throttle conditions and then it was disabled at say 120kPa or over a certain throttle position.
Old Nov 26, 2009, 12:27 PM
  #19  
Evolving Member
Thread Starter
 
silver_evo's Avatar
 
Join Date: Dec 2005
Location: Silverdale,WA
Posts: 261
Likes: 0
Received 2 Likes on 2 Posts
The LC-1 can do 1/12 second averaging. I have it on instant response currently. I did another test run this morning and i commented out all the complicated weight code. Its a simple

if (actual afr > target afr)
Add Fuel
else
Subtract fuel

It works, but i had to do 15+ pulls to start seeing a change in the afr. It went from a low 10 to a high 10. Almost at my target of 11.3. Its hard to find a road to do tons of pulls on with out traffic and cops

Im going to do some more work after turkey dinner (gobble gobble!). I have a few more ideas.

Happy thanksgiving!
Old Nov 27, 2009, 10:57 PM
  #20  
Evolving Member
Thread Starter
 
silver_evo's Avatar
 
Join Date: Dec 2005
Location: Silverdale,WA
Posts: 261
Likes: 0
Received 2 Likes on 2 Posts
Just finished up the code for the next build. It should produce better results. Im going to hang out with the kids in the morning and then ill try the next version out in the afternoon.
Old Nov 28, 2009, 07:48 PM
  #21  
Evolving Member
iTrader: (2)
 
knochgoon24's Avatar
 
Join Date: Feb 2009
Location: State College, PA
Posts: 109
Likes: 0
Received 0 Likes on 0 Posts
Do you have a way to adjust for a delay in AFR readings?

Example: It uses the current AFR reading to adjust the map cells that were used 3 readings ago.

It could get even more complex based on RPM, so that at 2500RPM it used a certain delay, then at 5000RPM, it used one that was about half that.

I'm not even sure if the delay is enough to be significant.
Old Apr 30, 2010, 03:12 PM
  #22  
Evolved Member
iTrader: (8)
 
Acree's Avatar
 
Join Date: Nov 2006
Location: Dallas
Posts: 787
Likes: 0
Received 1 Like on 1 Post
Any update on this?

-Acree
Old Apr 30, 2010, 07:32 PM
  #23  
Evolving Member
iTrader: (3)
 
golruss's Avatar
 
Join Date: May 2005
Location: Fuquay Varina NC
Posts: 233
Received 2 Likes on 2 Posts
Originally Posted by acree
any update on this?

-acree
+ 1
Old Apr 30, 2010, 07:39 PM
  #24  
Evolved Member
iTrader: (4)
 
SyZyGy1394's Avatar
 
Join Date: Nov 2006
Location: INDIANA FOO!
Posts: 1,441
Likes: 0
Received 3 Likes on 3 Posts
Originally Posted by Acree
Any update on this?

-Acree
+2! Very interested in this once dma gets sorted out for 8859X715.
Old Apr 30, 2010, 08:20 PM
  #25  
Evolved Member
iTrader: (2)
 
l2r99gst's Avatar
 
Join Date: Mar 2004
Location: CA
Posts: 3,499
Likes: 0
Received 4 Likes on 4 Posts
Originally Posted by SyZyGy1394
+2! Very interested in this once dma gets sorted out for 8859X715.
I ported it months ago for 8859, but no one wanted to test it out. Maybe it doesn't work anyway. I think I'm done trying now, though.
Old Apr 30, 2010, 11:59 PM
  #26  
Evolved Member
iTrader: (4)
 
SyZyGy1394's Avatar
 
Join Date: Nov 2006
Location: INDIANA FOO!
Posts: 1,441
Likes: 0
Received 3 Likes on 3 Posts
Originally Posted by l2r99gst
I ported it months ago for 8859, but no one wanted to test it out. Maybe it doesn't work anyway. I think I'm done trying now, though.
I guess I can test it out. Would take me some time to figure it out as I have no clue how to use dma, or set up the livemap app.
Old May 1, 2010, 08:14 PM
  #27  
Evolved Member
iTrader: (22)
 
codgi's Avatar
 
Join Date: Aug 2004
Location: Seattle, WA
Posts: 2,491
Received 41 Likes on 37 Posts
Did the source for this ever get released?
Old May 1, 2010, 11:58 PM
  #28  
Evolved Member
iTrader: (1)
 
ziad's Avatar
 
Join Date: Apr 2007
Location: Melbourne
Posts: 529
Likes: 0
Received 1 Like on 1 Post
nope not that i heard of. as i was wanting to copy it into my program last he was still trying to fix some bugs then he just disapear
Old May 2, 2010, 08:32 PM
  #29  
Evolved Member
iTrader: (22)
 
codgi's Avatar
 
Join Date: Aug 2004
Location: Seattle, WA
Posts: 2,491
Received 41 Likes on 37 Posts
Originally Posted by ziad
nope not that i heard of. as i was wanting to copy it into my program last he was still trying to fix some bugs then he just disapear
Fair enough. Hopefully he'll pop back up at sometime so I can re-use some of his code for an upcoming side project
Old May 3, 2010, 02:49 AM
  #30  
Evolved Member
iTrader: (1)
 
ziad's Avatar
 
Join Date: Apr 2007
Location: Melbourne
Posts: 529
Likes: 0
Received 1 Like on 1 Post
lol yeah. u could try and disassemble the code.... apprently fairly easy.

i have been looking at my own code and just cant bring myself to do anymore. i look at the code and go wow its a mess


Quick Reply: C# Program : EVO Auto Tune



All times are GMT -7. The time now is 12:21 AM.