|
RomRaider
Documentation
Community
Developers
|
|
It is currently Wed May 22, 2013 1:27 pm
|
| Author |
Message |
|
dschultz
|
Post subject: RomRaider 0.5.3b RC8 Posted: Sat May 14, 2011 5:55 pm |
|
 |
| RomRaider Developer |
Joined: Wed May 20, 2009 9:49 pm Posts: 3662 Location: Canada eh!
|
|
| Top |
|
 |
|
Gambit
|
Post subject: Re: RomRaider 0.5.3b RC8 Posted: Fri May 20, 2011 3:08 am |
|
 |
| Newbie |
Joined: Fri May 20, 2011 3:04 am Posts: 1
|
|
Hi guys, first post and very silly/newbie question. How do i install this over the current ECU definition and Logger Definitions for Rom raider? Do i just extract into the same folder as romraider?
|
|
| Top |
|
 |
|
dschultz
|
Post subject: Re: RomRaider 0.5.3b RC8 Posted: Fri May 20, 2011 9:24 am |
|
 |
| RomRaider Developer |
Joined: Wed May 20, 2009 9:49 pm Posts: 3662 Location: Canada eh!
|
|
This does not install over definitions, this is the application. The definitions are separate and you need to point the Editor to the editor def and the Logger to the logger def where ever you saved those. You can install the new app over the old app. If all else fails delete the Romraider dir and install again.
|
|
| Top |
|
 |
|
JackANSI
|
Post subject: Re: RomRaider 0.5.3b RC8 Posted: Wed May 25, 2011 3:42 pm |
|
 |
| Experienced |
 |
Joined: Thu May 31, 2007 1:26 pm Posts: 138
|
|
Still doesn't save column widths or divider position in the logger...
Glad to see RR isn't totally dead, now that the key people got hired away into paying jobs anyway.
Keep it up
_________________ 2002 2.5 WRX
|
|
| Top |
|
 |
|
dschultz
|
Post subject: Re: RomRaider 0.5.3b RC8 Posted: Wed May 25, 2011 6:40 pm |
|
 |
| RomRaider Developer |
Joined: Wed May 20, 2009 9:49 pm Posts: 3662 Location: Canada eh!
|
|
It never did so this would be a new feature request.
|
|
| Top |
|
 |
|
JackANSI
|
Post subject: Re: RomRaider 0.5.3b RC8 Posted: Wed May 25, 2011 8:26 pm |
|
 |
| Experienced |
 |
Joined: Thu May 31, 2007 1:26 pm Posts: 138
|
|
It did before the MAF, injector, and dyno tabs were added.
_________________ 2002 2.5 WRX
|
|
| Top |
|
 |
|
dschultz
|
Post subject: Re: RomRaider 0.5.3b RC8 Posted: Wed May 25, 2011 10:57 pm |
|
 |
| RomRaider Developer |
Joined: Wed May 20, 2009 9:49 pm Posts: 3662 Location: Canada eh!
|
That would be a version before my time here. I looked at the settings and I don't see that it saves those items, so they were either removed or the list and divider positioning were changed over time. I added it to the feature list: http://trac2.assembla.com/romraider/ticket/112PS: The Editor is currently the only window that saves the divider location.
|
|
| Top |
|
 |
|
MegaAuto
|
Post subject: Re: RomRaider 0.5.3b RC8 Posted: Sun Jun 12, 2011 11:37 am |
|
 |
| Newbie |
Joined: Sat Jun 11, 2011 10:04 pm Posts: 2
|
|
| Top |
|
 |
|
mrist
|
Post subject: Re: RomRaider 0.5.3b RC8 Posted: Tue Jun 14, 2011 5:16 pm |
|
 |
| Newbie |
Joined: Fri Dec 04, 2009 11:14 am Posts: 25 Location: Russia
|
|
Hi guys! Is it possible to add rom id in the log file name, to make searching needed file faster through the time? Thanks!
upd. found in c:\Program Files (x86)\RomRaider\src\com\romraider\logger\ecu\ui\handler\file\FileLoggerImpl.java
private String buildFilePath() { String logDir = settings.getLoggerOutputDirPath(); if (!logDir.endsWith(File.separator)) { logDir += File.separator; } logDir += "romraiderlog_" + dateFormat.format(new Date()) + ".csv"; return logDir; } need to change logDir += "romraiderlog_" + EcuId + "_ " + dateFormat.format(new Date()) + ".csv";
_________________ Forester STI owner.
|
|
| Top |
|
 |
|
spec.B Dream
|
Post subject: Re: RomRaider 0.5.3b RC8 Posted: Tue Jun 14, 2011 10:58 pm |
|
 |
| Newbie |
Joined: Thu Jun 18, 2009 12:23 am Posts: 83
|
|
If I don't plan on logging from the TCU and don't own AEM or Tech Edge products, can I help by testing this release, or will it not matter because I won't use any of the new features? Did anything else change? I have everything setup the way I like it with RC7 and would hate to break something I'm doing going to RC8 if I can't help test the new features.
|
|
| Top |
|
 |
|
dschultz
|
Post subject: Re: RomRaider 0.5.3b RC8 Posted: Wed Jun 15, 2011 10:02 am |
|
 |
| RomRaider Developer |
Joined: Wed May 20, 2009 9:49 pm Posts: 3662 Location: Canada eh!
|
mrist wrote: Hi guys! Is it possible to add rom id in the log file name, to make searching needed file faster through the time? Thanks!
Is ECU ID sufficient or would a user defined string be preferred which you could set to valid filename character? I think I could make it a field on the task bar beside the Log to File button. You would set it if desired each time you open the logger, that means the last value is lost when closing the logger.
|
|
| Top |
|
 |
|
dschultz
|
Post subject: Re: RomRaider 0.5.3b RC8 Posted: Wed Jun 15, 2011 10:06 am |
|
 |
| RomRaider Developer |
Joined: Wed May 20, 2009 9:49 pm Posts: 3662 Location: Canada eh!
|
spec.B Dream wrote: If I don't plan on logging from the TCU and don't own AEM or Tech Edge products... You don't need to but you may be interested in RC9 when it comes out as I've made some ECU communications enhancements for better performance.
|
|
| Top |
|
 |
|
mrist
|
Post subject: Re: RomRaider 0.5.3b RC8 Posted: Wed Jun 15, 2011 11:37 am |
|
 |
| Newbie |
Joined: Fri Dec 04, 2009 11:14 am Posts: 25 Location: Russia
|
dschultz wrote: Is ECU ID sufficient or would a user defined string be preferred which you could set to valid filename character? I think I could make it a field on the task bar beside the Log to File button. You would set it if desired each time you open the logger, that means the last value is lost when closing the logger. great idea! default value in that field can be Ecu id, but user can edit field each time using logger.
_________________ Forester STI owner.
|
|
| Top |
|
 |
|
spec.B Dream
|
Post subject: Re: RomRaider 0.5.3b RC8 Posted: Wed Jun 15, 2011 11:51 pm |
|
 |
| Newbie |
Joined: Thu Jun 18, 2009 12:23 am Posts: 83
|
|
Thanks. I will wait for RC9
|
|
| Top |
|
 |
|
02rexwi
|
Post subject: Re: RomRaider 0.5.3b RC8 Posted: Wed Jun 29, 2011 11:15 pm |
|
 |
| Experienced |
Joined: Wed Jul 16, 2008 7:32 pm Posts: 274
|
|
Is there a possibility to get a box added in the MAF tab that shows if the ECU is in open or closed loop? This can be helpful when trying to hit a very high MAF voltage. Thanks for the consideration.
|
|
| Top |
|
 |
Who is online |
Users browsing this forum: Bing [Bot] 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
|
|