RomRaider

Open Source ECU Tools
 FAQ •  Register •  Login 

RomRaider

Documentation

Community

Developers

It is currently Wed May 22, 2013 5:11 pm

All times are UTC - 5 hours [ DST ]





Post new topic Reply to topic  [ 16 posts ]  Go to page 1, 2  Next
Author Message
 Post subject: AZ1G800D - Definition request
PostPosted: Fri Dec 17, 2010 1:47 pm 
Offline
RomRaider Donator
User avatar

Joined: Thu Jul 09, 2009 3:28 pm
Posts: 71
Opensource rules! :mrgreen:

Calibration ID AZ1G800D / Calibration Verification Number 6AEC043A
Image


Thanks


Attachments:
AZ1G800D.hex [1 MiB]
Downloaded 131 times


Last edited by SSBOXER on Sat Apr 23, 2011 12:12 pm, edited 2 times in total.
Top
 Profile  
 
 Post subject: Re: 2011 WRX SADM - Definition request
PostPosted: Tue Dec 28, 2010 3:39 pm 
Offline
RomRaider Donator
User avatar

Joined: Thu Jul 09, 2009 3:28 pm
Posts: 71
_________


Last edited by SSBOXER on Sat Apr 23, 2011 12:12 pm, edited 3 times in total.

Top
 Profile  
 
 Post subject: Re: 2011 WRX SADM - Definition request
PostPosted: Mon Jan 03, 2011 7:57 pm 
Offline
RomRaider Developer

Joined: Wed May 20, 2009 9:49 pm
Posts: 3662
Location: Canada eh!
Ticket opened: http://trac2.assembla.com/romraider/ticket/52


Top
 Profile  
 
 Post subject: Re: 2011 WRX SADM - Definition request
PostPosted: Sat Jan 08, 2011 2:53 am 
Offline
RomRaider Donator

Joined: Tue Apr 24, 2007 6:49 pm
Posts: 243
I've found most of the tables, just need to start creating the configuration file. Tedious. I really need to put together a tool to do this...argh.

I should have a definition file tomorrow night or Sunday. I'm also finding all the important extended parameters as I go so I'll have a logger def for RAM parameters too.


Top
 Profile  
 
 Post subject: Re: 2011 WRX SADM - Definition request
PostPosted: Sat Jan 08, 2011 3:34 am 
Offline
RomRaider Donator

Joined: Tue Apr 24, 2007 6:49 pm
Posts: 243
Whoa, did Subaru goof on the TD Proportional table?

Attachment:
File comment: 2011 SADM WRX Turbo Dynamics Proportional weirdness
2011WRX_SADM_TDProportional_Weirdness.png
2011WRX_SADM_TDProportional_Weirdness.png [ 11.71 KiB | Viewed 1667 times ]



Code:
ROM:000C089C flt_C089C:      .float -160.0           ; DATA XREF: ROM:000833E0o
ROM:000C08A0                 .float -80.0
ROM:000C08A4                 .float -40.0
ROM:000C08A8                 .float -20.0
ROM:000C08AC                 .float 0.0
ROM:000C08B0                 .float 20.0
ROM:000C08B4                 .float 40.0
ROM:000C08B8                 .float 80.0
ROM:000C08BC                 .float 160.0
ROM:000C08C0 word_C08C0:     .data.w h'2A00          ; DATA XREF: ROM:000833E4o
ROM:000C08C2                 .data.w h'2F00
ROM:000C08C4                 .data.w h'3100
ROM:000C08C6                 .data.w h'3180
ROM:000C08C8                 .data.w h'3200
ROM:000C08CA                 .data.w h'3280
ROM:000C08CC                 .data.w h'3300
ROM:000C08CE                 .data.w h'3500
ROM:000C08D0                 .data.w h'6400   <--- this, what the heck

Code:
ROM:000833DC TurboDynamicsProportional_TablePtr:.data.w 9 ; DATA XREF: sub_140D4+66o
ROM:000833DC                                         ; ROM:off_14264o
ROM:000833DE                 .data.w h'800
ROM:000833E0                 .data.l flt_C089C
ROM:000833E4                 .data.l word_C08C0
ROM:000833E8                 .float 0.00390625
ROM:000833EC                 .float -50.0



I'm pretty sure that this would make the car run max wastegate duty cycles for anything over an error of 3psi. I checked the 2011 SADM STI and 2011 USDM WRX and they both have +8.00% at 3.09psi error.

Thoughts?


Top
 Profile  
 
 Post subject: Re: 2011 WRX SADM - Definition request
PostPosted: Sat Jan 08, 2011 12:28 pm 
Offline
RomRaider Developer

Joined: Wed May 20, 2009 9:49 pm
Posts: 3662
Location: Canada eh!
I guess the proof is back in the logic that uses those tables.


Top
 Profile  
 
 Post subject: Re: 2011 WRX SADM - Definition request
PostPosted: Sat Jan 08, 2011 3:51 pm 
Offline
RomRaider Donator
User avatar

Joined: Thu Jul 09, 2009 3:28 pm
Posts: 71
If the SADM STi is different/normal on those values, could it really be a mistake by Subaru or did they change it? If yes, for what? I don't know much about those tables, so please let me know. :?: :o


Last edited by SSBOXER on Wed Feb 16, 2011 5:47 pm, edited 2 times in total.

Top
 Profile  
 
 Post subject: Re: 2011 WRX SADM - Definition request
PostPosted: Sun Jan 09, 2011 8:24 pm 
Offline
RomRaider Donator

Joined: Tue Apr 24, 2007 6:49 pm
Posts: 243
I looked at the turbo dynamics code a bit more and it looks an awful lot like the 2011 USDM WRX and STI code. Not sure what to make of this weird value in the TD Proportional table.

SSBOXER, Once the defs are done, I might get you to log the TD proportional parameter for me at WOT/spoolup so I can see what is going on.

To answer your question, what this value will do is cause the car to run maximum wastegate duty cycles when boost error is over 3.09psi. I don't think proportional is limited to a range (except for max wgdc) like integral is though perhaps someone else can chime in.


Top
 Profile  
 
 Post subject: Re: 2011 WRX SADM - Definition request
PostPosted: Sun Jan 30, 2011 3:03 pm 
Offline
RomRaider Donator
User avatar

Joined: Thu Jul 09, 2009 3:28 pm
Posts: 71
How are things going Fiend?

Can't wait. :mrgreen:


Top
 Profile  
 
 Post subject: Re: 2011 WRX SADM - Definition request
PostPosted: Sun Jan 30, 2011 7:09 pm 
Offline
RomRaider Donator

Joined: Tue Apr 24, 2007 6:49 pm
Posts: 243
SSBOXER wrote:
How are things going Fiend?

Can't wait. :mrgreen:


Sorry, I've been absolutely swamped with work and home life. I've got most of the ROM defined. I'll try and get it out this week.

Sorry for the delay.


Top
 Profile  
 
 Post subject: Re: 2011 WRX SADM - Definition request
PostPosted: Wed Feb 02, 2011 11:43 am 
Offline
RomRaider Donator
User avatar

Joined: Thu Jul 09, 2009 3:28 pm
Posts: 71
No problem. I sent you a PM.


Last edited by SSBOXER on Sun Mar 06, 2011 9:59 pm, edited 1 time in total.

Top
 Profile  
 
 Post subject: Re: 2011 WRX SADM - Definition request
PostPosted: Tue Mar 01, 2011 2:40 pm 
Offline
RomRaider Donator
User avatar

Joined: Thu Jul 09, 2009 3:28 pm
Posts: 71
Fiend ... hope everything is cool there man. Patiently waiting 8)


Top
 Profile  
 
 Post subject: Re: 2011 WRX SADM - Definition request
PostPosted: Wed Mar 02, 2011 5:06 pm 
Offline
RomRaider Donator

Joined: Tue Apr 24, 2007 6:49 pm
Posts: 243
I'm still alive and should be finished this crazy project I'm on this Friday. Then I'll be able to complete the defs. Sorry it has taken so long but life just got really busy the last couple months.

At least you have nice warm weather to enjoy while waiting - it's been -20C here on and off for the last month. :D


Top
 Profile  
 
 Post subject: Re: 2011 WRX SADM - Definition request
PostPosted: Sun Mar 06, 2011 9:58 pm 
Offline
RomRaider Donator
User avatar

Joined: Thu Jul 09, 2009 3:28 pm
Posts: 71
It's nice to read from you again. We don't have any other tuning options here (besides Unichip that I refuse to even come close), so let's say I'm anxious :lol:


Top
 Profile  
 
 Post subject: Re: 2011 WRX SADM - Definition request
PostPosted: Sat Mar 19, 2011 2:28 am 
Offline
RomRaider Donator

Joined: Tue Apr 24, 2007 6:49 pm
Posts: 243
I will finally have time this weekend to finish the defs and get them out to you. It's been nuts with work and my 10 months old daughter (can't believe it's been 10 freaking months...wow.)

Anyhow, going to finish it up tomorrow night. Will post the defs Sunday.


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 16 posts ]  Go to page 1, 2  Next

All times are UTC - 5 hours [ DST ]


Who is online

Users browsing this forum: No registered users and 0 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
Style based on FI Subsilver by phpBBservice.nl