So you guys understand how much a pain in the @$$ skinning this thing is... here's the CURRENT skin commands i just took 90 minutes of my day to work up. Notice the history stuff aint even in there yet lol
Code:
RideRunner Vehicle Maintance Plugin Skin Commands.txt
Commands-
"RRVM_MAINTENANCE"- loads maintenance data and enters rrvm_maintenance.skin
"RRVM_ADDMAINTENANCE"- Allows entry of a new maintenance item
"RRVM_CLEARTOTALDISTANCE"- Clears total distance label. Use this ONLY to reset all data
"RRVM_EDITTOTALDISTANCE"- Allows manual entry of Total distance label
"RRVM_CLEARTRIPDISTANCE"- Clears trip distance label
"RRVM_CLEARWAYPOINTDISTANCE"- Clears waypoint labels
"RRVM_ADDWAYPOINT"- If no point A is present it will set point A based on GPSLAT and GPSLON. If point A is present then point B is set and waypoint distance is saved to .ini.
waypoint distance is also saved to variable $WAYPOINT_MILES$
"RRVM_OPTION1"- dynamic "yes" command for rrvm_dialog.skin
"RRVM_OPTION2"- dynamic "no" commands for rrvm_dialog.skin
"RRVM_RESETMAINTENANCE"- reset the intervals for the selected maintenance item
"RRVM_FUEL"- Loads Fuel data and enters rrvm_fuel.skin
"RRVM_ADDFUEL"- Allows entry of fuel data into fuel log
"RRVM_A thru RRVM_Z"- Used with custom OSKs for maintenance/fuel data
"RRVM_0 thru RRVM_9"- Used with custom DateOSK for maintenance/fuel data
"RRVM_Escape"- Used with custom OSK to replace ESC key
"RRVM_Enter"- Used with custom OSK to replace ENTER key
"RRVM_ONCHECKMAINTENANCE"- this is a OPTIONAL CUSTOM event that is fired when RRVM detects a manual item is at ALERT(RED) stage.
Labels-
"RRVM_TOTALDISTANCE"- total distance recorded by RRVM. Please adjust to match your odometer reading
"RRVM_TRIPDISTANCE"- trip distance that is reset anytime plugin is unloaded (RR exit, hibernation, etc)
"RRVM_WAYPOINTDISTANCE"- waypoint calculated distance
"RRVM_TOTALMAINTENANCEITEMS"- count of all maintenance items
"RRVM_MILEINTERVAL"- The mileage interval for the selected maintenance item
"RRVM_TIMEINTERVAL"- The time interval for the selected maintenance item
"RRVM_COST"- The cost of the maintenance item that you specify during maintenance entry
"RRVM_COSTPERMILE"- The cost of the selected maintenance item divided by its mileage interval
"RRVM_TOTALCOSTPERMILE"- The value of each maintenances items cost divided by their individual mileage intervals
"RRVM_TOTALCOSTPERMILEPLUSFUEL"- See above PLUS fuel data
"RRVM_NOTES"- The selected maintenance items notes
"RRVM_MILEREMAINING"- The selected maintenance item's miles before service is needed
"RRVM_TIMEREMAINING"- The selected maintenace item's time before service is needed
"RRVM_WAYPOINTALAT"- The Latitude for point marked as waypoint A
"RRVM_WAYPOINTALON"- The longitude for point marked as waypoint A
"RRVM_WAYPOINTBLAT"- The latitude for point marked as waypoint B
"RRVM_WAYPOINGBLON"- the longitude for point marked as waypoint B
"RRVM_DIALOGTITLE"- custom label which specifies the title of rrvm_dialog.skin
"RRVM_OPT1"- custom label which specifies the "YES" entry of rrvm_dialog.skin
"RRVM_OPT2"- custom label which specifies the "NO" entry of rrvm_dialog.skin
"RRVM_LASTREFUELMILEAGE"- the last odometer reading when gas was filled
"RRVM_LASTREFUELDATE"- the date which gas was last filled
"RRVM_REFUELDATEDIFFERENCE"- the amount of time since gas was refueled
"RRVM_LASTPRICEPERGALLON"- the price per gallon of gas of the latest refuel
"RRVM_LASTREFUELMILEAGEDIFFERENCE"- the amount of miles put on the vehicle since last refuel
"RRVM_MILESPERGALLON"- the ESTIMATED miles per gallon
"RRVM_FUELCOSTPERMILE- the fuel cost per mile
"RRVM_MILESBEFOREEMPTY- the ESTIMATED miles before refuel is needed. do NOT depend on this data as it is just an average
Indicators-
"RRVM_WAYPOINTACTIVE"- indicates waypoint mileage is being calculated
"RRVM_CHECKMAINTENANCE"- indicates a maintenance entry is in ALERT(red) stage
Sliders-
"RRVM_MAINTENANCEPROGRESS"- shows how far until maintenance is needed for selected item
Bookmarks