Cruisers Forum
 


Reply
  This discussion is proudly sponsored by:
Please support our sponsors and let them know you heard about their products on Cruisers Forums. Advertise Here
 
Thread Tools Search this Thread Rating: Thread Rating: 5 votes, 5.00 average. Display Modes
Old 21-09-2016, 07:40   #2116
Registered User

Join Date: Feb 2011
Posts: 1,102
Re: Feature Requests

No problem in Windows 10 Pro, Dell Laptop i7 intel.
Bye
P_Dub is offline   Reply With Quote
Old 21-09-2016, 09:45   #2117
Registered User

Join Date: Jan 2011
Posts: 670
Re: Feature Requests

Quote:
Originally Posted by Hakan View Post
On Win10:
I use a local portable mode all the time beside a normal OCPN instance. Both are using the same charts but the portable are storing the path in a different way.

My config file for the normal instance reads:
Code:
[ChartDirectories]
ChartDir1=C:\\Users\\admin\\Documents\\Charts\\CM93^
And my config file for the portable instance reads:
Code:
[ChartDirectories]
ChartDir1=..\\..\\Users\\admin\\Documents\\Charts\\CM93^
Håkan
Sorry, I've been away awhile and just now saw this.

Do you have OpenGL activated on your portable instance? Are you running v4.2 or v4.4? If both are true and it's not freezing, then that's a significant difference from what I am experiencing.

Would you be willing to copy your portable install (and some charts) to a thumb drive or SD card (i.e., a drive other than C: ), then set your path to the new chart directory? It may be helpful to know whether having the charts on the external portable install causes a freeze.

Here is my chart directory for my portable instance:
Code:
ChartDir1=..\\..\\Sailboat\\Charts^
It's almost identical to yours, except in my case the program and charts are kept on a drive other than C:.

That could be a significant difference. I will try a similar experiment moving my charts to C: drive once I get home. Right now I'm working on a work computer that prevents launching any non-company approved programs.
__________________
Please support OpenCPN by donating through Paypal!
RhythmDoctor is offline   Reply With Quote
Old 21-09-2016, 10:22   #2118
Registered User

Join Date: Nov 2012
Location: Orust Sweden
Boat: Najad 34
Posts: 4,139
Re: Feature Requests

RD...
I've had the same portable setup form O version 3 through all versions and at each time present Git code, now on current 4.5 and since I'm running the BR24radar plugin OpenGL is always active.

I could make a USB-portable test - no problem - but it will take some days before I'm able to do it. I'll revert.
Håkan
Hakan is offline   Reply With Quote
Old 21-09-2016, 16:32   #2119
Registered User
 
rgleason's Avatar

Join Date: Mar 2012
Location: Boston, MA
Boat: 1981 Bristol 32 Sloop
Posts: 17,625
Images: 2
Re: Feature Requests

Rhythm Doctor
Quote:
Would you be willing to copy your portable install (and some charts) to a thumb drive or SD card (i.e., a drive other than C: ), then set your path to the new chart directory? It may be helpful to know whether having the charts on the external portable install causes a freeze.
After seeing Hakan's post and bdbcat posts, I wonder if this is at all related to upgrading to newer versions. The symptoms seem to be similar to problems I've had after building & torturing plugins, updating charts and then expecting my O upgrade to go as planned.

Perhaps you have already started out simple, with a new USB stick & new install, and then reference the charts, and process the DB etc?

Best (sorry I've not read the posts in full detail)
rgleason is offline   Reply With Quote
Old 26-09-2016, 02:55   #2120
Registered User

Join Date: Nov 2012
Location: Orust Sweden
Boat: Najad 34
Posts: 4,139
Re: Feature Requests

Quote:
Originally Posted by RhythmDoctor View Post
Sorry, I've been away awhile and just now saw this.

Do you have OpenGL activated on your portable instance? Are you running v4.2 or v4.4? If both are true and it's not freezing, then that's a significant difference from what I am experiencing.

Would you be willing to copy your portable install (and some charts) to a thumb drive or SD card (i.e., a drive other than C: ), then set your path to the new chart directory? It may be helpful to know whether having the charts on the external portable install causes a freeze...................
RD....
Now I've copied my portable setup to a USB drive. I let O made a new config file.
The start file, on C:\, says: E:\OCPN_port\opencpn.exe -p
I loaded some charts on C:\ and on E:\. The config file says:
[ChartDirectories]
ChartDir1=E:\\OCPN_port\\charts^
ChartDir2=C:\\Users\\admin\\Documents\\Charts\\BSB _SE^1172097954198
ChartDir3=C:\\Users\\admin\\Documents\\Charts\\KAP _SE^9540480188
BUT!!!
ChartDir1 is not seen and thus no charts from USB drive are detected. There is no note in the log file for charts at E:\\OCPN_port\\charts.

BUT again!!

If I start the portable instance from E:\OCPN_port\OCPN_port_onE.bat that reads: opencpn.exe -p and reload all charts all these charts are found:
[ChartDirectories]
ChartDir1=C:\\Users\\admin\\Documents\\Charts\\BSB _SE^1172097954198
ChartDir2=Charts_E\\KAP_SE^8130525924

Logical or not, in that way it works.

Håkan
Attached Thumbnails
Click image for larger version

Name:	port.PNG
Views:	115
Size:	20.5 KB
ID:	131776  
Hakan is offline   Reply With Quote
Old 14-10-2016, 01:21   #2121
Registered User

Join Date: Aug 2010
Posts: 298
Re: Feature Requests

In another forum there is a topic ongoing on performance measurement. This performance indicator shows the percentage of speed calculated in the polar diagram vs. the current boat speed at a given course and windspeed. Based on a parameter, the boat speed can be SOG or STW. Sending out this parameter as a NMEA-string, would make it possible to have it shown on a display as well. The NMEA-string probably as the be an excisting one that gets new parameters. This to forcome it's rejected by one of the instruments because of a unknown string.

The polar information has to be entered and for those values not known in the polar, an interpolation needs to be done by the OpenCPN-program or plugin.

Would it be possible to make a plugin (or standard OpenCPN-feature) to show the performance?

Thanks for thoughts on this one.
George64 is offline   Reply With Quote
Old 14-10-2016, 07:57   #2122
Registered User

Join Date: Aug 2009
Location: oriental
Boat: crowther trimaran 33
Posts: 4,417
Re: Feature Requests

Quote:
Originally Posted by George64 View Post
In another forum there is a topic ongoing on performance measurement. This performance indicator shows the percentage of speed calculated in the polar diagram vs. the current boat speed at a given course and windspeed. Based on a parameter, the boat speed can be SOG or STW. Sending out this parameter as a NMEA-string, would make it possible to have it shown on a display as well. The NMEA-string probably as the be an excisting one that gets new parameters. This to forcome it's rejected by one of the instruments because of a unknown string.

The polar information has to be entered and for those values not known in the polar, an interpolation needs to be done by the OpenCPN-program or plugin.

Would it be possible to make a plugin (or standard OpenCPN-feature) to show the performance?

Thanks for thoughts on this one.
It's possible but how do you deal with sea states? What kind of sensors are you using?
seandepagnier is offline   Reply With Quote
Old 14-10-2016, 09:49   #2123
Registered User

Join Date: Aug 2010
Posts: 298
Re: Feature Requests

Thanks for your feedback.

In a more rough seastate, you will probably not make the polar values. The performance percentage you'll see, will tell you how the boat is performing in relation to the polar. So called direct feedback when any changes made in the boat trim.

I think the information should be (will be) regardless your sensors because you'll use the nmea sentences going into OpenCPN.
George64 is offline   Reply With Quote
Old 14-10-2016, 16:51   #2124
Registered User

Join Date: Aug 2009
Location: oriental
Boat: crowther trimaran 33
Posts: 4,417
Re: Feature Requests

Quote:
Originally Posted by George64 View Post
Thanks for your feedback.

In a more rough seastate, you will probably not make the polar values. The performance percentage you'll see, will tell you how the boat is performing in relation to the polar. So called direct feedback when any changes made in the boat trim.

I think the information should be (will be) regardless your sensors because you'll use the nmea sentences going into OpenCPN.
I would implement something but I don't have any wind sensors with nmea output.
seandepagnier is offline   Reply With Quote
Old 15-10-2016, 01:04   #2125
Registered User

Join Date: Aug 2010
Posts: 298
Re: Feature Requests

If you don't have sensors with nmea output, what info do you see in OpenCPN?
George64 is offline   Reply With Quote
Old 16-10-2016, 14:18   #2126
Registered User

Join Date: Oct 2014
Posts: 274
Re: Chart Downloader Plugin Feature Request

Flyspray#2162 Requests the addition to the Chart Downloader Plugin of Buoys and Overlay Catalogs from the USACE.


In addition to the "IENC U37 Product Catalog" (IENCU37ProductsCatalog.xml) that is maintained in XML format by the USACE (US Army Corps of Engineers), and that is used by the chartdldr_pi (chart_sources.xml), USACE maintains two other XML chart catalogs: "US ACE Inland ENC Buoy Overlay" (IENCBuoyProductsCatalog.xml) and "US ACE Inland ENC SW Pass Overlay" (IENCSWPassProductsCatalog.xml). The URL locations for the three catalogs are noted in this USACE web page:

Catalogs

The river charts (IENC U37) produced by USACE are missing most of the buoys that are maintained by the US Coast Guard. That maintenance includes repositioning buoys as required by seasonal changes in water depths. USACE updates the ENC Buoy Overlay to show the positions of buoys that are reported by the Coast Guard, and the IENCBuoyProductsCatalog.xml is updated by USACE to show the date of the latest update. This catalog should be added to the chart downloader to make it easier for OpenCPN users to obtain the river charts with the latest buoy positions. Also, using the USACE maintained catalogs is better than having OpenCPN Devs update a custom catalog.

The "US ACE Inland ENC SW Pass Overlay" is an overlay of water depths for the Southwest Pass of the Mississippi River from a short distance south of the entrance jetties to just upriver from Venise LA. The USACE surveys the river depths, and this overlay chart probably has newer soundings than those on the NOAA ENC. When the overlay is updated, the date in the catalog is udated by USACE. Again, it is better to have USACE update the catalog than a Dev.

I revised my copies of chart_sources.xml and chartcatalog.cpp to add IENCBuoyProductsCatalog.xml and IENCSWPassProductsCatalog.xml to the chartdldr_pi. Patch files are attached to Flyspray#2162.

Paul
.Paul. is offline   Reply With Quote
Old 16-10-2016, 14:26   #2127
Registered User

Join Date: Feb 2016
Posts: 28
Re: Feature Requests

can you pin a photo to the chart so that if you are coming up on an inlet or unfamiliar area you can click the pin and show the photo.
something like get a screenshot from google earth pin it to the chart before you leave so that when you approach the area you can click get an overview ?
would be a nice feature..
jim321 is offline   Reply With Quote
Old 17-10-2016, 06:01   #2128
Registered User

Join Date: Oct 2014
Posts: 274
Re: Feature Requests

Quote:
Originally Posted by jim321 View Post
can you pin a photo to the chart so that if you are coming up on an inlet or unfamiliar area you can click the pin and show the photo.
something like get a screenshot from google earth pin it to the chart before you leave so that when you approach the area you can click get an overview ?
would be a nice feature..
Jim,

To "pin a photo" to a chart:
1. Drop a mark on the chart.
2. Double click on the mark. This will open the "Waypoint Properties" dialog.
3. Scroll down in the Basic tab to "Links" and click on the "Add" button. This will open the "Link Properties" dialog.
4. Click on the "Local file..." button. This opens a dialog that lets you browse your computer to find the picture. When you find the picture, click on it. That will put the name of the picture in the "File name" box. Click on the "Open" button and the "URL" box will be filled in for you. You have the option of filling in the "Link description".
5. Click on "OK" or "Cancel" to close each dialog box.

In the future, you can view the photo by double clicking on the mark to open "Waypoint Properties" and click on the "Link".

You could make a screenshot of the Google Earth screen to be used as a photo as described above, but it is often better to make a raster chart from Google Earth using the GE2KAP system.

Quote:
GE2KAP allows you to create navigation charts in .Kap format from Google earth.
It also can produce charts from the OpenCPN or SasPlanet windows and chart images that have calibration data this includes GeoTiff and GeoPDF images that have embedded calibration data.
Contact Information for GE2KAP:
Author: Paul Higgins
Homepage: [url=http://www.gdayii.ca]

Requirements for GE2KAP:
Quote:
Windows 2K/XP/Vista/Win7/Windows 8, Windows 10.
Note: It can be run on MacOSX >= V10.5 or Linux/Gtk >= V2.6 if running Windows in a virtual machine.
.Paul.
.Paul. is offline   Reply With Quote
Old 17-10-2016, 10:14   #2129
Registered User

Join Date: Feb 2016
Posts: 28
Re: Feature Requests

Thank you Paul.
jim321 is offline   Reply With Quote
Old 17-10-2016, 15:49   #2130
Registered User
 
Jon Hacking's Avatar

Join Date: Sep 2010
Location: Currently cruising the Philippines, just got back from PNG & Solomons
Boat: Wauquiez 45' (now 48') catamaran
Posts: 1,091
Images: 1
Send a message via Skype™ to Jon Hacking
Re: Feature Requests

We have posted a full tutorial on using GE2KAP to make KAPs. It's at: KAP Files. All the tools are free on the web. It's a great program, especially for us out in the boonies of E Indonesia...
__________________
-- Jon Hacking s/v Ocelot
Jon Hacking is offline   Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Yet anothr of my stupid requests Little Otter Multihull Sailboats 2 29-06-2008 23:29
Any requests for pics at Strictly Sail Oakland? Redbull addict Monohull Sailboats 0 30-03-2007 18:33
Capt.Jack requests permission to come aboard canatc1 Meets & Greets 8 10-04-2006 16:54

Advertise Here


All times are GMT -7. The time now is 07:44.


Google+
Powered by vBulletin® Version 3.8.8 Beta 1
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Social Knowledge Networks
Powered by vBulletin® Version 3.8.8 Beta 1
Copyright ©2000 - 2024, vBulletin Solutions, Inc.

ShowCase vBulletin Plugins by Drive Thru Online, Inc.