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-06-2014, 17:04   #46
Registered User
 
rgleason's Avatar

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

Sean's plugins
Climatology_pi
Weather_Routing_pi
Statusbar_pi
Weatherfax_pi
have been updated as of June 5, 8pm EST

Find these files under File Thingie 2.5.7
rguser, rgpass under the 3.3.1731 folder.


Note: Climatology exe contains the dll, the data subdirectory and a few files. It does not contain all the data files. Those will have to be loaded separately.
See the CL-DATA 10 7z file and uncompress and put in the data directory. please.

Sean would like Weatherfax and Climatology to be tested hard, because he intends to release them.
rgleason is offline   Reply With Quote
Old 05-06-2014, 17:31   #47
Registered User
 
rgleason's Avatar

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

To make Plugin Packages in Windows
=========

Developers documentation - Compiling Windows
Compiling - Windows | Official OpenCPN Homepage
Compiling - Windows | Official OpenCPN Homepage
Developers Manual, Compiling, Compiling Windows.

On this page go down to NSIS (Unicode) used to build the installation packages for OpenCPN and Plugins

Get it from Downloads - unsis - NSIS branch that supports Unicode. - Google Project Hosting
The NSIS Unicode 2.46 setup file is also included in the GIT repository -> ..\buildwin\NSIS_Unicode\nsis-2.46-Unicode-setup.exe
Direct download link: https://code.google.com/p/unsis/downloads/detail?name=nsis-2.46.3-Unicode-setup.exe&can=2&q=

Download and install it. Due to a "bug" in CMake, which only looks at "HKEY_LOCAL_MACHINE\SOFTWARE\NSIS" for the installation location of NSIS and the Unicode version adds its registry key in "HKEY_LOCAL_MACHINE\SOFTWARE\NSIS\Unicode", there is some registry tweaking needed.

Previously I had not installed this, so I had to do it and I also ran the Batch file mentioned in the Dev Docs that they say to run to make the registry tweaks.
So run that batch file.

Then add under Control Panel > System > Advanced System Settings > Environment Variables > System Variable > Variable = Path under Values add the the path to your NSIS programs EG: "C:\Program Files (x86)\NSIS\Unicode with a colon in front. Be careful with your editing here.

Then reboot.


======
Commands to make an Install Package

In the Command prompt
cd ..\o-plugin\climatology_pi\build
cmake ..
cmake --build .
cmake --build . --config release
cpart <-- this does the package! just "cpart"

If successful, you will find your packaged exe in this file
C:\o-plugin\climatology_pi\build\_CPack_Packages\win32\ NSIS

looking something like "climatology_pi-0.8-win32.exe"
rgleason is offline   Reply With Quote
Old 05-06-2014, 20:52   #48
Registered User

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

Could some windows users please test and report if these work?

File Thingie 2.5.7


I would like to post all of them on the plugin page on opencpn.org for download (except rtl_sdr and trimplot will wait as they are half-baked) so I must get feedback from someone (besides rick) that they actually worked first.
seandepagnier is offline   Reply With Quote
Old 06-06-2014, 00:05   #49
bcn
Registered User

Join Date: May 2011
Location: underway whenever possible
Boat: Rangeboat 39
Posts: 4,743
Re: Sean Depagnier's Plugins

Requires log-in with user/pw ??

Hubert
bcn is online now   Reply With Quote
Old 06-06-2014, 00:41   #50
Registered User

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

rguser
rgpass
seandepagnier is offline   Reply With Quote
Old 09-06-2014, 08:37   #51
Registered User
 
rgleason's Avatar

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

Climatology does not work because isobars are having a difficult time. Have gone back to git checkout ab228cf add data ref and update elnino so far.
rgleason is offline   Reply With Quote
Old 09-06-2014, 11:39   #52
Registered User
 
Gilletarom's Avatar

Join Date: Mar 2010
Location: France
Boat: 10.50 mètres
Posts: 2,989
Re: Sean Depagnier's Plugins

On WMM_pi.

1 I would have preferred that the "regulatory" name of the plugin to be used: Nom_winxx_piyy_vzz_pi

2 Installing without problem in the folder O 322.

3 By cons, for installation in the folder 331731 0, there is a problem with the installer. See the screenshot attached below. By choosing the folder 33731 O, it does not remove the file O 322.

4 I tested wmm and I did not find any problem. That said, if there is an abnormality in the calculation of curves, I have no way of checking.

5 ° I always hoped that the data provided by WMM will one day be used directly and automatically in O. To do this would require that the data provided by WMM, can be used automatically, in the last line options first tab of O options.

6° Thank you for having joined the French language automatically.

Best regards, Gilletarom.
Attached Thumbnails
Click image for larger version

Name:	2014-06-09_Installation_de_wmm_pi.jpg
Views:	147
Size:	33.8 KB
ID:	82734   Click image for larger version

Name:	2014-06-09_OpenCPN_3.3.1731_WMM_pi.jpg
Views:	223
Size:	45.8 KB
ID:	82735  

Gilletarom is offline   Reply With Quote
Old 09-06-2014, 11:40   #53
Registered User
 
rgleason's Avatar

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

e5ae098 add ifdefs to compile without opengl 1.3
-No errors with cmake, compile and packs, however this has
more difficulty with Building an Isobar Map particularly RH, Sea Depth, etc
If you minimize and then open after the Isobar hangs, the action will be completed.

400abb1 detect gl version, and fix month bug -25 errors

ca4de80 multi-texturing support for interpolations -25 errors with cmake
ec1898f add linear interpolation for day of the month

80e3b39 add day support - works better.
This is the version I will upload now for the time being.
rgleason is offline   Reply With Quote
Old 09-06-2014, 11:56   #54
Registered User
 
rgleason's Avatar

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

climatology_pi_0.8_win32.exe which is from
git checkout 80e3b39 " add day support - works better".
This is the version I will upload now for the time being. It was compiled using cmake and cpack.
For Windows, and it includes current wind, current, etc data.

See Opencpn Beta File Thingie rguser rgpass Look in 3.3.1731 version


Data is included.

rgleason is offline   Reply With Quote
Old 09-06-2014, 12:19   #55
Registered User
 
Gilletarom's Avatar

Join Date: Mar 2010
Location: France
Boat: 10.50 mètres
Posts: 2,989
Re: Sean Depagnier's Plugins

On statusbar_pi.

1 I would have preferred that the "regulatory" name of the plugin to be used: Nom_winxx_piyy_vzz_pi

2 I do not try to install it in the folder O 322.

3 For installation in the folder 331731 0, there is the same problem with the installer that with wmm_pi. See the screenshot attached below. By choosing the folder 33731 O, it does not remove the file O 322.

4 I note that letters and numbers are fuzzy if the option "blur" is checked in the statusbar préferences. In this case, it is poorly legible. See screen copy joined

5 The presence of the new status bar does not remove the old status bar.
It seems to me that it was possible in former O version hides the traditional tray. But in the options of O, there is more to this item.
I do not see the point of view both versions of the status bar. Should be able to hide the traditional bar.

6 I will send you french file language and so you can add it.

Best regards, Gilletarom.
Attached Thumbnails
Click image for larger version

Name:	2014-06-09_Lettres_et_chiffres_flous.jpg
Views:	237
Size:	21.9 KB
ID:	82736  
Gilletarom is offline   Reply With Quote
Old 09-06-2014, 12:55   #56
Registered User
 
rgleason's Avatar

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

Gilletaron,
1. I agree, and will try to find the time to do the proper name.
2. Installation, the installer always trys to add \OPENCPN at the end even when you have browsed through C:/, picked Program Files (x86) and found the Opencpn3.3.1731 folder for example. The solution of course is to just remove the "\OPENCPN" that is added at the end, then it will install properly under the "plugins" folder.

It would be nice if the installer were smart enough to not add "\OPENCPN" after a user has browsed and selected a destination.

Please note that we had to git checkout 80e3b39 "add day support" because it does not bomb due to isobar calculation problems not completing properly unless you minimize or shrink the Opencpn window and then maximize, then poof!, the problem is gone..

Hopefully Sean can fix this reversion sometime.
rgleason is offline   Reply With Quote
Old 09-06-2014, 13:02   #57
Registered User
 
Gilletarom's Avatar

Join Date: Mar 2010
Location: France
Boat: 10.50 mètres
Posts: 2,989
Re: Sean Depagnier's Plugins

hello Sean,

I worked in the spring on the language file plugin status bar. The attached here.

I no longer have the link to the github statusbar. Can you give it to me here? thank you in advance.

B.R. Gilletarom.
Attached Files
File Type: doc statusbar_pi_fr_2014-03-08.zip.doc (6.5 KB, 66 views)
Gilletarom is offline   Reply With Quote
Old 09-06-2014, 13:36   #58
Registered User
 
rgleason's Avatar

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

STANDALONE PLUGIN COMPILE
============
WMM- git clone git://github.com/seandepagnier/wmm_pi.git
Watchdog- git clone git://github.com/seandepagnier/watchdog_pi.git
Weatherfax- git clone git://github.com/seandepagnier/weatherfax_pi.git
Celestial Nav- git clone git://github.com/seandepagnier/celestial_navigation_pi.git
Weather_routing- git clone git://github.com/seandepagnier/weather_routing_pi.git
Climatology- git clone git://github.com/seandepagnier/climatology_pi.git
Statusbar- git clone git://github.com/seandepagnier/statusbar_pi.git
Rtlsdr- git clone git://github.com/seandepagnier/rtlsdr_pi.git
Trimplot- git clone git://github.com/seandepagnier/trimplot_pi.git
rgleason is offline   Reply With Quote
Old 09-06-2014, 13:44   #59
Registered User
 
Gilletarom's Avatar

Join Date: Mar 2010
Location: France
Boat: 10.50 mètres
Posts: 2,989
Re: Sean Depagnier's Plugins

Hello Sean,

I installed the plugin trim pad in O 331731.

1 Even request for the plugin name as the previous two plugins.

2 I do not know what to say. I do not understand what it does.

3 I worked on the language file in the spring. I have a version of the language file without knowing whether it is suitable for the current version of the plugin.

4 I do not have the link to the github this plugin. Can you give here. Thank you in advance.

B. R. Gilletarom
Attached Files
File Type: doc opencpn-trimplot_pi_fr_2014-03-08_A.zip.doc (3.9 KB, 59 views)
Gilletarom is offline   Reply With Quote
Old 09-06-2014, 14:02   #60
Registered User
 
Gilletarom's Avatar

Join Date: Mar 2010
Location: France
Boat: 10.50 mètres
Posts: 2,989
Re: Sean Depagnier's Plugins

Hello Sean,

I installed the pluginwatchdog in O 331731.

1 Even request for the plugin name as the previous two plugins.

2 I understand what it does. But I do not have the means to test it.

3 I worked on the language file in the spring. I have a version of the language file without knowing whether it is suitable for the current version of the plugin.

4 I do not have the link to the github this plugin. Can you give here. Thank you in advance.

B. R. Gilletarom...
Attached Files
File Type: doc opencpn-watchdog_pi_fr_2014-03-08.zip.doc (8.2 KB, 50 views)
Gilletarom 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 01:53.


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.