|
 |
|
08-13-2009, 03:36 PM
|
#151
|
|
Terminal flasher
Join Date: Sep 2004
Location: Woodbridge, VA
Posts: 6,307
|
yup... i see the issue i messed up the array count. Hold off on downloading peeps
__________________
03 Acura RSX Coupe
Developer of: RRFusion, MovieTimes.NET, (new)RRMail, RRShoutcast, & RRVehicle Maintenance
Currently working on: RRVehicle Maintenance
|
|
|
|
Sponsored links
|
|
Advertisement
|
|
08-13-2009, 03:50 PM
|
#152
|
|
Terminal flasher
Join Date: Sep 2004
Location: Woodbridge, VA
Posts: 6,307
|
fixed the time issue.. i'm moving onto the mileage calculation
__________________
03 Acura RSX Coupe
Developer of: RRFusion, MovieTimes.NET, (new)RRMail, RRShoutcast, & RRVehicle Maintenance
Currently working on: RRVehicle Maintenance
|
|
|
08-13-2009, 03:59 PM
|
#153
|
|
Terminal flasher
Join Date: Sep 2004
Location: Woodbridge, VA
Posts: 6,307
|
I'm trying to research this problem and i'm a little confused.. your current TOTALDISTANCE label is 62500...but the history item says 6 5500 ? RRVM_HISTORYMILEAGE is supposed to say at what mileage the selected history item was completed... so if you reset a maintenance item at 62500 that number is written to history.csv. 65500 would make no sense
Quote: Originally Posted by JohnWPB 
Here is my MaintenanceTracker.ini:
[Main]
TotalDistance=62500
LastDate=8/13/2009
WaypointMiles=
FirstRun=1
[MileageInterval]
1LastDoneMiles=65000
2LastDoneMiles=62500
[TimeInterval]
1TimeCount=4
2TimeCount=0
[MaintenanceItems]
Maintenance1=Oil Change;3000;90;24.95;Use WD 30
Maintenance2=Air Filter;12000;365;24.95;Use KDE-2145 Filter
When I go into history, and select the air filter it is showing the 65500. It seems to be pulling the total distance for the value when an item is reset.
Just to make sure I don't have the label in the wrong place I am using "RRVM_HISTORYMILEAGE"
__________________
03 Acura RSX Coupe
Developer of: RRFusion, MovieTimes.NET, (new)RRMail, RRShoutcast, & RRVehicle Maintenance
Currently working on: RRVehicle Maintenance
|
|
|
08-13-2009, 04:46 PM
|
#154
|
|
Super Moderator
Join Date: Sep 2005
Location: West Palm Beach, Florida
Posts: 3,745
|
Yea it was 62500, sorry. I thought that label was to show how many miles left. I have gotten confused with the 3 different screens, and what labels are for what. My bad.
I am on Yahoo as usual, if ya wanna chat when you get home. JohnWPBFL
|
|
|
08-13-2009, 04:51 PM
|
#155
|
|
Terminal flasher
Join Date: Sep 2004
Location: Woodbridge, VA
Posts: 6,307
|
i've got the latest fix with the days remaining label fixed and uploaded.
I'll shoot you a message from yahoo tonight to see if anything else is hanging. I'll have to remember what my yahoo id is though lol
__________________
03 Acura RSX Coupe
Developer of: RRFusion, MovieTimes.NET, (new)RRMail, RRShoutcast, & RRVehicle Maintenance
Currently working on: RRVehicle Maintenance
|
|
|
08-14-2009, 03:38 AM
|
#156
|
|
Super Moderator
Join Date: Sep 2005
Location: West Palm Beach, Florida
Posts: 3,745
|
Its the addy you use for HM
Sorry, I was out most of the evening after all, just was checking the forums b4 hitting the sack.
|
|
|
08-14-2009, 04:08 PM
|
#157
|
|
Variable Bitrate
Join Date: Jul 2006
Posts: 269
|
Man, this would be great if I could use it! I hacked into my Onstar GPS, and this has worked great for getting from point A to point B for 3 or 4 years now. The problem is, from time to time it'll throw out some bogus information. On the gauges screen in DFX I've noticed from time to time the location it says is hundreds of miles from where I actually am. At the same time, the speed readout pegs @ around 5500 MPH. It's apparently doing it more often than I originally thought.
This is my Maintenance Tracker.ini:
Code:
[Main]
TotalDistance=1020039.35091913
LastDate=8/14/2009
WaypointMiles=
FirstRun=1
[MileageInterval]
1LastDoneMiles=117597
2LastDoneMiles=117597
3LastDoneMiles=117597
4LastDoneMiles=100649
5LastDoneMiles=100649
6LastDoneMiles=53410
[TimeInterval]
1TimeCount=80
2TimeCount=80
3TimeCount=391
4TimeCount=889
5TimeCount=889
6TimeCount=1945
[MaintenanceItems]
Maintenance1=Oil Change;15000;365;45;
Maintenance2=Tires Rotated;7500;60;0;
Maintenance3=Fuel filter changed;15000;365;20;
Maintenance4=Radiator Flush & Fill;75000;365;70;
Maintenance5=Rear Differential Service;7500;365;20;
Maintenance6=Transmission service;50000;600;60;
I had 138765 miles when I started this morning, now I'm over a million!
I don't guess there's any way for the plugin to ignore anything that is obviously impossible distances? If is not easy to fix, don't worry about it. I guess I can get another GPS receiver down the road.
__________________
D201GLY2
512 Megs RAM
8" Lilliput
Onstar GPS mod
XM
Visteon HDZ300
|
|
|
08-14-2009, 04:17 PM
|
#158
|
|
Terminal flasher
Join Date: Sep 2004
Location: Woodbridge, VA
Posts: 6,307
|
lol did your GPS throw you off the planet or something? I guess if you had a bad connection and the gps returned a bad set of coordinates this could happen. Never thought of it honestly. It would be easy to add a kickout that would calculate the difference in coordinates and throw out impossible numbers. Say... any distance that would indicate than your travelled speed being more than 160mph
__________________
03 Acura RSX Coupe
Developer of: RRFusion, MovieTimes.NET, (new)RRMail, RRShoutcast, & RRVehicle Maintenance
Currently working on: RRVehicle Maintenance
|
|
|
|
Sponsored links
|
|
Advertisement
|
|
08-14-2009, 04:25 PM
|
#159
|
|
Variable Bitrate
Join Date: Jul 2006
Posts: 269
|
That's kinda what I was thinking.... the truck has a 100MPH speed limiter anyway! If it's not to hard to do I'd appreciate it!
__________________
D201GLY2
512 Megs RAM
8" Lilliput
Onstar GPS mod
XM
Visteon HDZ300
|
|
|
08-14-2009, 07:21 PM
|
#160
|
|
The Curator
Join Date: Aug 2004
Location: Chicago area,IL
Posts: 3,565
|
In a nutshell.... the same feature as the old milage plugin had if the calc'd distance is > than setting specified for the plug in it doesn't add that to the total acc milage.
|
|
|
08-14-2009, 10:11 PM
|
#161
|
|
Super Moderator
Join Date: Sep 2005
Location: West Palm Beach, Florida
Posts: 3,745
|
Quote: Originally Posted by barnyard 
I had 138765 miles when I started this morning, now I'm over a million!
I am not sure, but if this could be added into RR, I think THIS would work for you.
|
|
|
08-15-2009, 03:31 AM
|
#162
|
|
THE EXPERIMENTER
Join Date: Sep 2007
Location: UK,Surrey
Posts: 1,358
|
looks like i'm dead in the water with this plugin now.
got put into profile mode last night, and now this plugin won't work, i can't even regiester it. ran the install.bat a few times and rrdebug says its not reg'ed and getting skipped on load,
any ideas guys i need to finish skinning it lol...
|
|
|
08-15-2009, 06:15 AM
|
#163
|
|
Terminal flasher
Join Date: Sep 2004
Location: Woodbridge, VA
Posts: 6,307
|
Quote: Originally Posted by carputer1 
looks like i'm dead in the water with this plugin now.
got put into profile mode last night, and now this plugin won't work, i can't even regiester it. ran the install.bat a few times and rrdebug says its not reg'ed and getting skipped on load,
any ideas guys i need to finish skinning it lol...
and profile mode is what again?
__________________
03 Acura RSX Coupe
Developer of: RRFusion, MovieTimes.NET, (new)RRMail, RRShoutcast, & RRVehicle Maintenance
Currently working on: RRVehicle Maintenance
|
|
|
08-15-2009, 06:25 AM
|
#164
|
|
THE EXPERIMENTER
Join Date: Sep 2007
Location: UK,Surrey
Posts: 1,358
|
if i'm right about this ,its when rr ini's and plugin temp files are saved to my documents , not program files, but the plugins folder is still in program files, but i don't think thats the issue , for some reason the plugin is no longer reg'ed and i can't reg it again, maybe when you release the next update it may work again, i think the new plugin code rulles state about useing my documents for temp files not sure , blue ,Guino, or mitch would be able to explain better
|
|
|
08-15-2009, 06:48 AM
|
#165
|
|
Terminal flasher
Join Date: Sep 2004
Location: Woodbridge, VA
Posts: 6,307
|
oh... that lol. I guess i'm just a rebel here.. or dont feel like working on something thats pointless in my mind... but unless i'm absolutely bored out of my mind i'm not gonna take the time to worry about profile mode  .
the plugin will register just fine it just crashes if it doesnt detect the required files before creating the COM object. Thats why RR tells you its most likely not registered
__________________
03 Acura RSX Coupe
Developer of: RRFusion, MovieTimes.NET, (new)RRMail, RRShoutcast, & RRVehicle Maintenance
Currently working on: RRVehicle Maintenance
|
|
|
|
Sponsored links
|
|
Advertisement
|
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 04:37 PM.
| |