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 Rate Thread Display Modes
Old 05-08-2016, 19:22   #301
Registered User

Join Date: Feb 2010
Location: Tierra del Fuego
Boat: Phantom 19
Posts: 6,234
Re: Sean Depagnier's Plugins

As far as I can tell since July 23rd.

Pavel
nohal is offline   Reply With Quote
Old 09-10-2016, 09:24   #302
Marine Service Provider
 
LifePart2's Avatar

Join Date: Sep 2010
Location: half time on board, the rest in Canada
Boat: Leopard 42 catamaran
Posts: 297
Re: Sean Depagnier's Plugins

I am trying to use the weather routing plugin (latest version downloaded from the main site ) on OpenCPN 4.4.0 on Windows 10 Anniversary Update.

Every time I try to load the plugin OpenCPN become unresponsive. It seems to hang on loading the Climatology plugin.

So then I tried to just load the Climatology plugin and, again, the system become non-responsive at about 95% completion - it shows Cyclone Cache and goes not further. I cannot even shut down the program.

I tried reinstalling the climatology plugin. That didn't work.

any other suggestions?

--------------------

On a second point, I have a question about how the Polar plugin generates polars from live NMEA data. Does it keep a running average for each wind/speed combo? I.e. does the polar become progressively smoother as it reads in more and more data? At the moment, after a 52 hours sail, my polar looks pretty raggedy - some big spikes in speed (from surfing waves presumably) that, I would have thought, should have got averaged out by other data (eg riding UP the wave).

Otherwise, how does one go about developing a smooth polar?

Thanks

Noel
__________________
Noel Swanson

Life is too short to live in ugly places.
LifePart2 is offline   Reply With Quote
Old 10-10-2016, 14:06   #303
Registered User

Join Date: Aug 2009
Location: oriental
Boat: crowther trimaran 33
Posts: 4,425
Re: Sean Depagnier's Plugins

I believe I fixed the problem with climatology. It was specific to windows, but perhaps you must build from source?


I did not author the polar plugin, but the weather routing plugin can in theory also generate polars from nmea data. This feature is untested so feedback is appreciated.
seandepagnier is offline   Reply With Quote
Old 11-10-2016, 08:11   #304
Moderator

Join Date: May 2014
Boat: Shuttleworth Advantage
Posts: 2,475
Images: 3
Re: Sean Depagnier's Plugins

Hello Sean, just came across an issue with the status bar plugin.

The bearing cursor to ship can only be displayed as True, is there a way to display it as Magnetic?

Thanks Peter
Tupaia is offline   Reply With Quote
Old 11-10-2016, 12:03   #305
Registered User

Join Date: Aug 2009
Location: oriental
Boat: crowther trimaran 33
Posts: 4,425
Re: Sean Depagnier's Plugins

are you actually using %K?

I never had heading data available in opencpn. Do you want magnetic heading from a compass, or is it calculated based on declination from the magnetic model?

I do have magnetic heading available as signalk but haven't tried to get the data into opencpn yet.
seandepagnier is offline   Reply With Quote
Old 11-10-2016, 12:15   #306
Registered User

Join Date: Aug 2009
Location: oriental
Boat: crowther trimaran 33
Posts: 4,425
Re: Sean Depagnier's Plugins

are you actually using %K?

I never had heading data available in opencpn. Do you want magnetic heading from a compass, or is it calculated based on declination from the magnetic model?

I do have magnetic heading available as signalk but haven't tried to get the data into opencpn yet.
seandepagnier is offline   Reply With Quote
Old 11-10-2016, 23:36   #307
Moderator

Join Date: May 2014
Boat: Shuttleworth Advantage
Posts: 2,475
Images: 3
Re: Sean Depagnier's Plugins

Quote:
Originally Posted by boat_alexandra View Post
are you actually using %K?
Probably not explaining myself very well. It is the bearing from the vessel to the cursor. In the default settings this is %W which is "True" is there a way to make this magnetic?

Peter
Tupaia is offline   Reply With Quote
Old 12-10-2016, 04:23   #308
Registered User

Join Date: Aug 2009
Location: oriental
Boat: crowther trimaran 33
Posts: 4,425
Re: Sean Depagnier's Plugins

From what I can tell it doesn't support magnetic bearing, but I could add this.
seandepagnier is offline   Reply With Quote
Old 12-10-2016, 21:44   #309
Moderator

Join Date: May 2014
Boat: Shuttleworth Advantage
Posts: 2,475
Images: 3
Re: Sean Depagnier's Plugins

Quote:
Originally Posted by boat_alexandra View Post
From what I can tell it doesn't support magnetic bearing, but I could add this.
It would be a nice feature, especially if all the other OPCN settings are magnetic.
Tupaia is offline   Reply With Quote
Old 18-10-2016, 04:33   #310
Registered User
 
rgleason's Avatar

Join Date: Mar 2012
Location: Boston, MA
Boat: 1981 Bristol 32 Sloop
Posts: 17,765
Images: 2
Re: Sean Depagnier's Plugins

http://www.cruisersforum.com/forums/...ad.php?t=97533
rgleason is offline   Reply With Quote
Old 06-11-2016, 03:14   #311
Registered User

Join Date: May 2012
Posts: 1,226
Re: Sean Depagnier's Plugins ... Weather Routing

Weather Routing:

Using menu option "delete position" does not remove the item from the positions list, only the list displayed. This results in the position reappearing when OpenCPN is restarted.

Code in the function OnDeletePosition needs amending (I think) as follows:

wxListItem it;
it.SetId(index);
it.SetColumn(0);
it.SetMask(wxLIST_MASK_TEXT); // Note use of the mask
m_lPositions->GetItem(it);
wxString name = it.GetText();

FlySpray item #2173 refers.

Mike
Rasbats is offline   Reply With Quote
Old 07-11-2016, 12:22   #312
Registered User

Join Date: Aug 2009
Location: oriental
Boat: crowther trimaran 33
Posts: 4,425
Re: Sean Depagnier's Plugins

I made the change now in git, I think it's only needed for windows, so it's really a wx bug.
seandepagnier is offline   Reply With Quote
Old 11-11-2016, 02:20   #313
Registered User

Join Date: Nov 2010
Posts: 6
Lightbulb Re: Sean Depagnier's Plugins

Hi, I just upgraded my mac from Snow Leopard to Sierra and have been updating Open CPN and the plugins I am familiar with. I have a problem with the Climatology plugin and get the message "The operation couldn't be completed. (com.apple.installer.pagecontroller error -1.) Couldn't open "climatology-{plugin_1.2.pkg". Any suggestions?http://www.cruisersforum.com/images/.../whistling.gif
willduiker is offline   Reply With Quote
Old 03-03-2017, 08:47   #314
Registered User
 
rgleason's Avatar

Join Date: Mar 2012
Location: Boston, MA
Boat: 1981 Bristol 32 Sloop
Posts: 17,765
Images: 2
Re: Sean Depagnier's Plugins

I've benn updating and compiling Sean's Plugins
1. Standalone
2. Inline with OpenCPN debug

I have left github repository "Issue" with the errors found.
Both Celestial_Nav (updated with new accuracy fixes) and Weatherfax get the same kind of errors using the debub version compiled from standalone, but with the dll copied to MS VC inline configuration.

Also I cannot seem to get CMake to use inline version of Cel_Nav to make the Debug and Release directories for some reason.
rgleason is offline   Reply With Quote
Old 03-03-2017, 11:35   #315
Registered User
 
rgleason's Avatar

Join Date: Mar 2012
Location: Boston, MA
Boat: 1981 Bristol 32 Sloop
Posts: 17,765
Images: 2
Re: Sean Depagnier's Plugins

@willd do you have the data directory? Look at git readme. It is essential. I don't do mac
rgleason is offline   Reply With Quote
Reply

Tags
plug


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


Advertise Here


All times are GMT -7. The time now is 13:41.


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.