|
RomRaider
Documentation
Community
Developers
|
|
It is currently Thu Jan 08, 2009 11:13 pm
|
|
Page 1 of 1
|
[ 12 posts ] |
|
| Author |
Message |
|
merchgod
|
Post subject: Potential ECU def conversion utility Posted: Wed Jul 23, 2008 9:03 am |
|
 |
| Administrator |
 |
Joined: Wed Mar 29, 2006 10:38 pm Posts: 4224
|
|
I was thinking about creating a standalone utility that would allow users to select from a variety of different unit conversions and then it would generate the RomRaider ECU defs to those specifications. For example, for fueling values, you may want them displayed in lambda instead of AFR or for compensation tables, you may want them displayed as a multiplier instead of a percentage. The following is what I've thought of, so far, as options. Wanted to know if there is anything else that should be considered (note: I'm not looking to add every possible conversion that could be thought of, but those that would typically be desired by tuners):
1. Manifold Pressure Psi relative sea level (default for standard) or Bar absolute (default for metric) Psi absolute or Bar relative sea level Psi relative with user defined atmopheric pressure (user could enter their avg. local atmos. pressure and defs would reflect this) Bar relative with user defined atmospheric pressure mmHg absolute
2. Fueling Estimated AFR (default) Lambda Equivalence Ratio
3. Compensation tables Percentage (default) Multiplier
4. Injector Flow Scaling estimated cc/min (default) microseconds/g (the "raw" ecu value) ms/g
5. Tip-in Enrichment ms (default - this is changing for 0.8.1b ecu defs) microseconds ("raw" ecu value)
6. Temp F or C (the utility will allow for mixing of imperial and metric units. For example, you could have your temps displayed in C and your boost in psi).
7. IAM (16-bit ECU only) raw ecu value (default) multiplier
8. Vehicle Speed mph or kmh
|
|
| Top |
|
 |
|
ev8siv3
|
Post subject: Re: Need feedback for potential ECU def conversion utility Posted: Wed Jul 23, 2008 10:14 am |
|
 |
| Experienced |
Joined: Fri Mar 24, 2006 3:14 pm Posts: 671
|
|
Sounds like a good idea, however wouldn't it be easier to store these conversions in a file that could be read by RomRaider and then simply add a tag to each table that allows for a dropdown that does conversion on the fly (refresh table view)? Similar to what the logger does now.
|
|
| Top |
|
 |
|
merchgod
|
Post subject: Re: Need feedback for potential ECU def conversion utility Posted: Wed Jul 23, 2008 10:33 am |
|
 |
| Administrator |
 |
Joined: Wed Mar 29, 2006 10:38 pm Posts: 4224
|
ev8siv3 wrote: Sounds like a good idea, however wouldn't it be easier to store these conversions in a file that could be read by RomRaider and then simply add a tag to each table that allows for a dropdown that does conversion on the fly (refresh table view)? Similar to what the logger does now. That would be nice, but it would be a decent amount of work and with the lack of java developers, probably not realistic any time soon. What I'm talking about is a standalone utility (along the lines of Learning View - .net app) that will generate the custom ECU defs until better functionality is possibly added to RomRaider down the road (if ever). This utility is relatively easy to develop in contrast to integrating multiple scalings into RomRaider (which I can't do because I don't s*** about Java).
|
|
| Top |
|
 |
|
ev8siv3
|
Post subject: Re: Need feedback for potential ECU def conversion utility Posted: Wed Jul 23, 2008 10:36 am |
|
 |
| Experienced |
Joined: Fri Mar 24, 2006 3:14 pm Posts: 671
|
merchgod wrote: ev8siv3 wrote: Sounds like a good idea, however wouldn't it be easier to store these conversions in a file that could be read by RomRaider and then simply add a tag to each table that allows for a dropdown that does conversion on the fly (refresh table view)? Similar to what the logger does now. That would be nice, but it would be a decent amount of work and with the lack of java developers, probably not realistic any time soon. What I'm talking about is a standalone utility (along the lines of Learning View - .net app) that will generate the custom ECU defs until better functionality is possibly added to RomRaider down the road (if ever). This utility is relatively easy to develop in contrast to integrating multiple scalings into RomRaider. Then I would say go for it since it will benefit people who want custom definition views for their conversion preferences. At some point in the future when someone wants to tackle the integrated version of on-the-fly conversions all of the information will be available.
|
|
| Top |
|
 |
|
merchgod
|
Post subject: Re: Need feedback for potential ECU def conversion utility Posted: Wed Jul 23, 2008 10:52 am |
|
 |
| Administrator |
 |
Joined: Wed Mar 29, 2006 10:38 pm Posts: 4224
|
ev8siv3 wrote: Then I would say go for it since it will benefit people who want custom definition views for their conversion preferences. At some point in the future when someone wants to tackle the integrated version of on-the-fly conversions all of the information will be available. I'm definitely doing it. The feedback I'm looking for is whether there are additional conversions that tuners would find useful than what is listed. I need to know now because I'll make some changes to the upcoming ECU/logger release to prepare for the conversion utility. For example, if If I'm going to add the option of "equivalence ratio" for fueling to the utility, I'd like the logger defs to already have this option as well.
|
|
| Top |
|
 |
|
ev8siv3
|
Post subject: Re: Potential ECU def conversion utility Posted: Wed Jul 23, 2008 11:06 am |
|
 |
| Experienced |
Joined: Fri Mar 24, 2006 3:14 pm Posts: 671
|
|
Understood. The only one I would use in day-to-day use would be the Fueling table conversion to lambda or enrichment percentage.
|
|
| Top |
|
 |
|
Jon [in CT]
|
Post subject: Re: Potential ECU def conversion utility Posted: Wed Jul 23, 2008 5:03 pm |
|
 |
| Experienced |
Joined: Wed Jul 26, 2006 3:19 pm Posts: 644 Location: Connecticut, USA
|
|
I don't know whether the RomRaider-supported XML can do this, but it would be useful for many if Tip-in enrichment could be displayed as a percentage. You'd take the raw Tip-in value and divide it by the raw injector scale value, yielding Tip-in enrichment percentage.
Also some US-trained engineers prefer to work with F/A ratio instead of A/F ratio. And, technically, lambda is formally called the air/fuel equivalence ratio. It's inverse, the fuel/air equivalence ratio, is usually represented by the lower case Greek letter phi.
PS. I am not trying to suggest that we introduce lowercase Greek letters into the definitions, like mu for micro, lambda, phi, etc.. RomRaider already has a big localization problem as it is.
|
|
| Top |
|
 |
|
merchgod
|
Post subject: Re: Potential ECU def conversion utility Posted: Wed Jul 23, 2008 5:54 pm |
|
 |
| Administrator |
 |
Joined: Wed Mar 29, 2006 10:38 pm Posts: 4224
|
Jon [in CT] wrote: I don't know whether the RomRaider-supported XML can do this, but it would be useful for many if Tip-in enrichment could be displayed as a percentage. You'd take the raw Tip-in value and divide it by the raw injector scale value, yielding Tip-in enrichment percentage. Wouldn't be possible with RomRaider currently. Quote: Also some US-trained engineers prefer to work with F/A ratio instead of A/F ratio. And, technically, lambda is formally called the air/fuel equivalence ratio. It's inverse, the fuel/air equivalence ratio, is usually represented by the lower case Greek letter phi. I should specify it is the fuel/air equivalence ratio that was my intention in the list.
|
|
| Top |
|
 |
|
Jon [in CT]
|
Post subject: Re: Potential ECU def conversion utility Posted: Wed Jul 23, 2008 6:11 pm |
|
 |
| Experienced |
Joined: Wed Jul 26, 2006 3:19 pm Posts: 644 Location: Connecticut, USA
|
|
Are you considering supporting EcuFlash definitions with your PreferredUnits tool?
|
|
| Top |
|
 |
|
merchgod
|
Post subject: Re: Potential ECU def conversion utility Posted: Wed Jul 23, 2008 6:56 pm |
|
 |
| Administrator |
 |
Joined: Wed Mar 29, 2006 10:38 pm Posts: 4224
|
Jon [in CT] wrote: Are you considering supporting EcuFlash definitions with your PreferredUnits tool? Perhaps, although Colby was talking about adding multiple units capability to Ecuflash so I might wait to see if that is going to happen.
|
|
| Top |
|
 |
|
jkopinga
|
Post subject: Re: Potential ECU def conversion utility Posted: Wed Aug 13, 2008 10:12 am |
|
 |
| Newbie |
Joined: Wed May 30, 2007 12:05 pm Posts: 26 Location: Taiwan
|
|
Merch,
As far as fuelling is concerned wouldn't it be possible to display the fuel map in Injector ms. I think this is what the ECU inside must be using. Based on the set scalar and latencies a calculation is done as a certain pulsewith is generated at a certain cell in the map. Some of the MUCH MORE advanced ECUs do all the fuelling in RAW injector pulsewitdh in milliseconds.
Let me know what the options are.
Cheers,
Jasper.
|
|
| Top |
|
 |
|
Jon [in CT]
|
Post subject: Re: Potential ECU def conversion utility Posted: Wed Aug 13, 2008 10:47 am |
|
 |
| Experienced |
Joined: Wed Jul 26, 2006 3:19 pm Posts: 644 Location: Connecticut, USA
|
jkopinga wrote: As far as fuelling is concerned wouldn't it be possible to display the fuel map in Injector ms. I think this is what the ECU inside must be using. Based on the set scalar and latencies a calculation is done as a certain pulsewith is generated at a certain cell in the map. Some of the MUCH MORE advanced ECUs do all the fuelling in RAW injector pulsewitdh in milliseconds. I'm sure some other ECUs do fuel maps as raw injector puslewidths, but it's NOT because they are MUCH MORE advanced. Such values are meaningless to an engineer because they change with injector size. Think of all the work you'd have to do if you installed larger injectors. The Subaru ECUs essentially store fuel/air equivalence ratio as the raw fuel table values. Thus, a raw value of 0.25 means turn on the injector 25% longer than its opening would be for stoichiometric fueling.
|
|
| Top |
|
 |
|
Page 1 of 1
|
[ 12 posts ] |
|
Who is online |
Users browsing this forum: No registered users and 1 guest |
|
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
|
|