Page 1 of 3

Paste Zezo track into VRTool

PostPosted: Sun Nov 13, 2011 2:11 pm
by Le Grand DIC
Dear All

I have analyzed the Zezo source and extracted useful data to get a track that you can paste into VRTool.
All details are available on my blog.

Have fun.

DIC

Re: Paste Zezo track into VRTool

PostPosted: Wed Nov 16, 2011 9:36 pm
by Billbo
Thanx Dic,
Works brilliant, sure makes it easy to make a heading change when in the middle of a wind cell or on Auto while I am asleep,

Re: Paste Zezo track into VRTool

PostPosted: Thu Nov 24, 2011 3:52 am
by sportpilot
Here's another approach toward the same goal that I've put together: http://livinginparadise.info/Zezo-VRTools.html

This will read your current position from the same import files that VRTools uses. It uses that data along with the other options settings on the page to request a customized map from Zezo. You can set all the options available in Zezo (Winds forecast, Zoom Scale, # of Days, Pro Sails, Avoid Tacks & even the desired destination) in the spreadsheet before you request the map. Once the data is extracted and the map is displayed (or not if you don't want it displayed), the Windows Clipboard will be pre-loaded with the necessary info for VRTools to create the new track. Just switch to the VRTools window, click Paste New... on the Tracks tab and you will have the Zezo track in VRTools. The spreadsheet also lists in tabular form the individual data points with all the detail (Time, Heading, Boat Speed, Wind Speed & Direction, TWA & Distances from the beginning of the track and to the destination). The Red(ish) areas are where data can be entered or changed, the other areas are locked. If you need to unprotect it for come reason, there is no password (it's empty).

Quick Instructions:
- Assuming:
- You have the FireFox import process configured and working.
- Initial Setup:
- Copy and Paste the Cache Path from the FireFox Import window into the Cache Path area on the spreadsheet.
- Click in the Race: box and open the dropdown to select the race you are running.
- Check (or un-check) the Pro Sails.
- Select the button next to Current Destination and enter in the Latitude (top box [- for S]) & Longitude (bottom box [- for W]) in degress and decimal minutes (it will be converted to decimals degrees for Zezo).
- Usage:
- Select the desired Scale from the dropdown.
- Select the desired # of Days from the dropdown.
- Select the desired Wind Forecast from the dropdown.
- Set the Avoid Tacks and Show Chart boxes as desired.
- Click the Zezo Extract button.
- Paste the data into VRTools (it's already on the Clipboard)

Extra Credit:
The Proposed Position and Proposed Destination entries can be used to get a customized map from a postion OTHER than your current postion (maybe for the next leg after a significant heading change?). Just click the button next to Proposed Destination (the grey area will move up to the Current Postion entry area allowing you to enter the Proposed Postion and Destination. From there it works the same as before, check the other settings, click Zezo Extract and Paste into VRTools.

I put this together to save myself some time and because I enjoy a challenge. I hope you use and enjoy it...

*** NOTE: This spreadsheet was created with Microsoft Office 2010 and then saved in the Excel 97-2003 format since more people are likely to have that version. If something doesn't work, let me know & I'll see if I can change it to work correctly in this version.

Re: Paste Zezo track into VRTool

PostPosted: Wed Nov 30, 2011 10:35 am
by Sparepresto
sportpilot wrote:Here's another approach toward the same goal that I've put together: http://livinginparadise.info/Zezo-VRTools.html


Interesting approach.
Unfortunately the links to both sheets return a 404 Error ; File niet found !

Ernesto

Omar: The download URLs were wrong. Already fixed

Re: Paste Zezo track into VRTool

PostPosted: Thu Dec 01, 2011 5:54 pm
by sportpilot
Links fixed... :oops:

Re: Paste Zezo track into VRTool

PostPosted: Thu Dec 01, 2011 8:28 pm
by omar
sportpilot wrote:Links fixed...

Thanks. I was able to import the zezo track, but only using manual start/destination setup.
Very useful. Nice work. :ugeek:

Re: Paste Zezo track into VRTool

PostPosted: Fri Dec 02, 2011 12:15 am
by sportpilot
omar wrote:
sportpilot wrote:Links fixed...

Thanks. I was able to import the zezo track, but only using manual start/destination setup.
Very useful. Nice work. :ugeek:


Which race? I developed this while running the last leg of the Clipper. Maybe different races have different tags for the current position?

The other possiblity is that there is more than 1 plugtmp folder (it searches for & uses the most recently modified) or more than the usual # of ServiceCaller- files (again it uses the most recently modified). That logic may not be robust enough for all situations.

Just curious why it didn't pick up the current position... :?:

Re: Paste Zezo track into VRTool

PostPosted: Fri Dec 02, 2011 10:24 am
by omar
sportpilot wrote:Which race?

I was trying on the VORG. Silly me!
The direct position import works for VR races.

Re: Paste Zezo track into VRTool

PostPosted: Wed Dec 07, 2011 9:22 pm
by Billbo
Thanks for the program
I had to remove these lines of code in order to make program work. kept sayong error 404!
on debugging these lines were hilighted, so I removed them, all works fine but no tint
I am running XL 2003
.TintAndShade = 0
.PatternTintAndShade = 0

Re: Paste Zezo track into VRTool

PostPosted: Wed Dec 07, 2011 10:07 pm
by Billbo
Further to my last post
on delving further into the program I find any code relating to color gives me a compiler error!
Sould I delete there also?