Jump to content
AVIC411.com

N-S-E-W's version of a trip computer - w/route and w/o route


Recommended Posts

Instead of waiting on someone to help me figure out how to make a pop-up window for a trip computer, I decided to see if I could get the features I was looking for to work. I know this looks a little busy, but no one has shown any interest to help. I'm always open to suggestions in figuring out the codes for pop-ups. Nor did anyone answer my request to make a transparent breast cancer research ribbon. Not only am I graphic challenged, but I've seen posts by Boris indicating he's not very good at it either. Bear in mind that up to about six weeks ago I knew absolutely nothing about codes.

 

It's hard to believe that with as many differant users come in here, hardly any are willing to share their discoveries only requests. It's very apparent by looking at the read totals of some of the topics. You bet you hear from them when something messes up though. I've seen posters list their problem and someone would offer a suggestion of how to possibly fix the issue, then the person doesn't even have the wherewithal to thank the person for helping or let them know if the issue was resolved.

 

Take the time to show the forum members that have helped so many of us how you set your unit up.

 

I will try to answer questions the best I could, but will ignore any sarcastic remarks.

post-24694-12872756679965_thumb.jpg

post-24694-12872756680406_thumb.jpg

Link to post
Share on other sites
  • Replies 37
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Posted Images

Nice mod! Wouldn't fit in right now with my mods but definately creative. As far as giving thanks it definately never hurts to thank some of the talented minds on here. Boris, Maverickster, Keeper, and Catch Me If U Can, have taken the time out to teach me things and made my F900 a great unit. I have thanked them countless times already but wanted to give them credit once again! Everyone should keep up the great work and continually improve these units.

Link to post
Share on other sites
holy **** very nice, just what I wanted, now how can I implement this, also does it clear out after turning off the unit or can I clear and start whenever I want?

 

Thanks

 

If you have space available you'd need to create a BMP for the background. The subsequent BMP can be used for all the different fields you create. enemulator listed these options as being already enbedded in EZRIDER.exe:

active_trip

tripcomputer

trip_name

trip_paused

speed_total_avg

speed_driving_avg

speed_max

time_total

time_driving

time_stopped

distance_total

max_acceleration

min_elevation

max_elevation

start_date

start_time

prev_trip

next_trip

pause_current

reset_current

 

I've chosen six of these to display on my unit.

 

Since you specifically asked about total distance, here's the model I used to create total distance;

               visiblemodel="navigation.distance_to_manuver.valid" USE_SEPARATED_SAFETY_MODE=0>



The BMP I'm using is 100 W X 54 H. 
This particular code is not listing the reset funtion. To reset just add a onrelease command like this - onrelease='other.tripcomputer.reset_current'
before ">" this symbol in any one of the three codes. I choose the middle of three on mine. Here's what it'll look like with a reset function; 

visiblemodel="navigation.distance_to_manuver.valid" USE_SEPARATED_SAFETY_MODE=0>

 

You only need to add this command once. It'll reset all subsequent trip computer fields. Interchange reset with pause to stop recording the data. Press hte field again to resume.

 

Let us know how you make out.

 

edited to add:

Not sure on if the unit remembers from each start up or not. I have the 500 model and the battery really sucks on those. Let us know if it does.

 

edited yet again to add:

the codes listed above are for when a route is enabled. To show the info with no active route copy and paste your codes, but add this in place of the current visable model for each pasted code. visiblemodel="navigation.distance_to_manuver.valid"

 

Seeing how long you've been active here, you probably already knew this.

Link to post
Share on other sites
Nice mod! Wouldn't fit in right now with my mods but definately creative. As far as giving thanks it definately never hurts to thank some of the talented minds on here. Boris, Maverickster, Keeper, and Catch Me If U Can, have taken the time out to teach me things and made my F900 a great unit. I have thanked them countless times already but wanted to give them credit once again! Everyone should keep up the great work and continually improve these units.

 

Thanks for compliment.

Link to post
Share on other sites
Great job. I'm not sure what you're talking about when you say pop-up but if you haven't already read it, try reading this simple HOW-TO. It might give you some insight on how to hide your info until you request it.

 

 

http://www.avic411.com/forum/viewtopic.php?t=17753

 

Thanks for the compliments.

 

Believe me I read these. The particular link you posted I actually have in my "helpful info" file. What I meant by pop-up is like you see when surfing the net. There's a trigger when you visit a site that invokes the pop-up. The pop-up I envisioned is a box that lists all the data in one place. The scripting in the link would require about 72 codes to be written. With my little knowledge, I choose not to even tackle that.

Link to post
Share on other sites
I've never felt much need for a trip computer screen (I get it from the car itselfr) but this functionality is part of standard iGO skin, so I would start looking at those for code ideas...

 

Hi Boris - I really don't have have a need for it either. I did this to show others that it's possible. A little hokey if will, but possible.

 

This is my first navi unit so I'm not sure what options the standard IGO skin provided. I saw what they've done on the i-go8.com forum but didn't see a real trip computer in some of the screen shots.

 

I consider yourself as one of the original innovators that has allowed us to do what we're doing. Some of the people that I perceived as innovators have left several months ago.

 

I commend you for all the help provided and the time you've put in here.

Link to post
Share on other sites
Hi Boris - I really don't have have a need for it either. I did this to show others that it's possible. A little hokey if will, but possible.

 

This is my first navi unit so I'm not sure what options the standard IGO skin provided. I saw what they've done on the i-go8.com forum but didn't see a real trip computer in some of the screen shots.

 

I consider yourself as one of the original innovators that has allowed us to do what we're doing. Some of the people that I perceived as innovators have left several months ago.

 

I commend you for all the help provided and the time you've put in here.

 

Thanks.

 

Try looking at NavNGo's own site, there should be trip computer screen shots there. i-go8.com lists third party skins and most of those do not bother changing the trip computer, so there are not too many screenshots of it...

Link to post
Share on other sites
Hi Boris - I really don't have have a need for it either. I did this to show others that it's possible. A little hokey if will, but possible.

 

This is my first navi unit so I'm not sure what options the standard IGO skin provided. I saw what they've done on the i-go8.com forum but didn't see a real trip computer in some of the screen shots.

 

I consider yourself as one of the original innovators that has allowed us to do what we're doing. Some of the people that I perceived as innovators have left several months ago.

 

I commend you for all the help provided and the time you've put in here.

 

Thanks.

 

Try looking at NavNGo's own site, there should be trip computer screen shots there. i-go8.com lists third party skins and most of those do not bother changing the trip computer, so there are not too many screenshots of it...

 

Boris - I searced the NavNGo site as suggested and didn't see any examples of a trip computer. It's possible they're not promoting it at hte moment or I just couldn't find it. Their Limousine model does look cool though.

Link to post
Share on other sites
holy **** very nice, just what I wanted, now how can I implement this, also does it clear out after turning off the unit or can I clear and start whenever I want?

 

Thanks

 

If you have space available you'd need to create a BMP for the background. The subsequent BMP can be used for all the different fields you create. enemulator listed these options as being already enbedded in EZRIDER.exe:

active_trip

tripcomputer

trip_name

trip_paused

speed_total_avg

speed_driving_avg

speed_max

time_total

time_driving

time_stopped

distance_total

max_acceleration

min_elevation

max_elevation

start_date

start_time

prev_trip

next_trip

pause_current

reset_current

 

I've chosen six of these to display on my unit.

 

Since you specifically asked about total distance, here's the model I used to create total distance;

               visiblemodel="navigation.distance_to_manuver.valid" USE_SEPARATED_SAFETY_MODE=0>



The BMP I'm using is 100 W X 54 H. 
This particular code is not listing the reset funtion. To reset just add a onrelease command like this - onrelease='other.tripcomputer.reset_current'
before ">" this symbol in any one of the three codes. I choose the middle of three on mine. Here's what it'll look like with a reset function; 

visiblemodel="navigation.distance_to_manuver.valid" USE_SEPARATED_SAFETY_MODE=0>

 

You only need to add this command once. It'll reset all subsequent trip computer fields. Interchange reset with pause to stop recording the data. Press hte field again to resume.

 

Let us know how you make out.

 

edited to add:

Not sure on if the unit remembers from each start up or not. I have the 500 model and the battery really sucks on those. Let us know if it does.

 

edited yet again to add:

the codes listed above are for when a route is enabled. To show the info with no active route copy and paste your codes, but add this in place of the current visable model for each pasted code. visiblemodel="navigation.distance_to_manuver.valid"

 

Seeing how long you've been active here, you probably already knew this.

 

kerosene - I'm sorry to report that the trip computer I'm using does not have a memory. I purposely left data on the unit when I shut it off, when I turned it on after work the data reset back to zero.

 

Now all this running with no scripts. I'm hoping someone can help us out and suggest how we might go about creating a script pertaining to memory. It would also be cool if the data can also be saved in the my data folder and exported to a SD card. The two aforementioned items exceed my capabilities.

 

It's really interesting the data displayed on the fields. For instance, today my route home today took 1:26:04 of which 1:04:41 was actual moving time. I covered 42 miles with an average drive speed of 38 mph. The overall speed average which includes stop and drive time was 29 mph. I'd love to be able to log all this for a week straight.

Link to post
Share on other sites

Yeah, it doesn't seem to be there right now. You could check, say, Gurjon's site. He has a customized trip computer of sorts on the screenshots page... And if you can find original data.zip there will be trip computer UI files there...

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...



×
×
  • Create New...