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 19-08-2016, 06:29   #31
Registered User
 
hasse_A's Avatar

Join Date: Feb 2013
Location: Tyrell Bay,Carriacou
Boat: Allegro 33
Posts: 559
Re: Navico radar plugin v2.0 released

Quote:
Originally Posted by CarCode View Post
Yes, it compiles here like a charm.
Gerhard
That was quick.

I am able to build several of the plugins but not BR24radar_pi.

It gives me link errors. The first is this one:
jsonreader.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall PlugInChartBase::chartpix_to_latlong(double,double ,double *,double *)" (?chartpix_to_latlong@PlugInChartBase@@UAEXNNPAN0@ Z) [C:\Users\hasse\BR24radar_pi\build-win32\br24radar_pi.vcxproj]

/Hans
hasse_A is offline   Reply With Quote
Old 19-08-2016, 06:47   #32
Registered User

Join Date: Feb 2010
Location: Tierra del Fuego
Boat: Phantom 19
Posts: 6,208
Re: Navico radar plugin v2.0 released

Hans...
Are you sure that the opencpn.lib you try to link against is at least as new as what the plugin needs (If not sure, simply take one from your OpenCPN 4.4 or current master build product).
And yes, it builds, links and packages without any problems if the build environment is OK.

Pavel
nohal is offline   Reply With Quote
Old 19-08-2016, 06:48   #33
Registered User

Join Date: Jul 2010
Location: Hannover - Germany
Boat: Amel Sharki
Posts: 2,541
Re: Navico radar plugin v2.0 released

Quote:
Originally Posted by hasse_A View Post
That was quick.

I am able to build several of the plugins but not BR24radar_pi.

It gives me link errors. The first is this one:
jsonreader.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall PlugInChartBase::chartpix_to_latlong(double,double ,double *,double *)" (?chartpix_to_latlong@PlugInChartBase@@UAEXNNPAN0@ Z) [C:\Users\hasse\BR24radar_pi\build-win32\br24radar_pi.vcxproj]

/Hans
I have no clue what you are doing. The function "chartpix_to_latlong()" belongs to OpenCPN and is in pluginmanager.cpp. I have been told the Windows compiler needs a special opencpn file, received when compiling the main OpenCPN sources?

Gerhard

Ah, yes, Pavel explained it already...
CarCode is online now   Reply With Quote
Old 19-08-2016, 07:09   #34
Registered User
 
hasse_A's Avatar

Join Date: Feb 2013
Location: Tyrell Bay,Carriacou
Boat: Allegro 33
Posts: 559
Re: Navico radar plugin v2.0 released

Quote:
Originally Posted by nohal View Post
Hans...
Are you sure that the opencpn.lib you try to link against is at least as new as what the plugin needs (If not sure, simply take one from your OpenCPN 4.4 or current master build product).

Pavel
Well, you are right that if I get the opencpn.lib from OpenCPN 4.4.0 it compiles without errors.
I had gotten the newest from the link om the github page.
4.1.602-vc120_xp

https://sourceforge.net/projects/ope...s/opencpn_lib/

with that it does not compile without errors.

Thanks Pavel

/Hans
hasse_A is offline   Reply With Quote
Old 19-08-2016, 13:22   #35
Registered User
 
hasse_A's Avatar

Join Date: Feb 2013
Location: Tyrell Bay,Carriacou
Boat: Allegro 33
Posts: 559
Re: Navico radar plugin v2.0 released

Quote:
Originally Posted by merrimac View Post
If somebody steps up for the Garmin code, please talk to me.
merrimac.....

As I understand it there has been some talk of merging garmin code to the BR24 code.

I did the reverse engineering for the garmin xHD radar, rewrote Dave's code and that plugin has just been released.

Should we maybe start a separate thread discussing this mater ?

/Hans
hasse_A is offline   Reply With Quote
Old 20-08-2016, 02:43   #36
Registered User

Join Date: Jul 2010
Location: Hannover - Germany
Boat: Amel Sharki
Posts: 2,541
Re: Navico radar plugin v2.0 released

merrimac,

I have compiled the latest code version of today. Since I don't have this radar type I can only test in emulator mode. Can you please check the settings for seamiles or kilometers? It seems in emulator mode this setting has no effect.

Gerhard
CarCode is online now   Reply With Quote
Old 20-08-2016, 05:17   #37
Registered User

Join Date: Jan 2010
Location: Harlingen, NL
Boat: KMY Stadtship 56
Posts: 516
Re: Navico radar plugin v2.0 released

Quote:
Originally Posted by CarCode View Post
merrimac,

I have compiled the latest code version of today. Since I don't have this radar type I can only test in emulator mode. Can you please check the settings for seamiles or kilometers? It seems in emulator mode this setting has no effect.

Gerhard
That is correct, it has no effect in Emulator mode -- it always reports the same range. Emulator mode is maybe the wrong word, as it only presents a fixed image. It was mainly useful for developing the drawing part of the code, and giving you a sense of how the plugin behaves in general, but not 100% functionality. Sorry.
merrimac is offline   Reply With Quote
Old 20-08-2016, 05:20   #38
Registered User

Join Date: Jan 2010
Location: Harlingen, NL
Boat: KMY Stadtship 56
Posts: 516
Re: Navico radar plugin v2.0 released

Quote:
Originally Posted by hasse_A View Post
merrimac.....

As I understand it there has been some talk of merging garmin code to the BR24 code.

I did the reverse engineering for the garmin xHD radar, rewrote Dave's code and that plugin has just been released.

Should we maybe start a separate thread discussing this mater ?

/Hans
Hans, I will send you a PM with my email address. I hate CF's user interface, in particular the fact that I need to keep going back to the website to follow a thread.
merrimac is offline   Reply With Quote
Old 23-08-2016, 21:13   #39
Registered User

Join Date: May 2010
Posts: 86
Re: Navico radar plugin v2.0 released

Thanks Merrimac & Pavel (from the 14th & 15th),

I just got into network range and will try the suggestions tomorrow.

FYI I use Xubuntu 16.04, so I'm reasonably current :-)

Cheers, ....Erik.
Home
ve7mdl is offline   Reply With Quote
Old 24-08-2016, 00:42   #40
Registered User

Join Date: Jan 2010
Location: Harlingen, NL
Boat: KMY Stadtship 56
Posts: 516
Re: Navico radar plugin v2.0 released

We've come up with a plan on how to move the Navico code base to a point where it will be easy for other developers to take the code and implement only the code necessary for a particular radar brand, in such a way that we don't depend more on each other than necessary.

Once this code base is released and tested for Navico and Garmin it should be relatively easy for someone with good skills in examining pcap files to add support for, let's say, a Raymarine or Furuno radar.
merrimac is offline   Reply With Quote
Old 25-08-2016, 01:11   #41
Registered User

Join Date: Jan 2010
Location: Harlingen, NL
Boat: KMY Stadtship 56
Posts: 516
Navico radar plugin v2.1 released

The Navico radar team is happy to announce that we've finished v2.1.

You can download the Windows and macOS versions from github.
The PPA for Ubuntu should be updated soon, depending on how busy the build systems are and when Pavel or Dave is able to kick the build off.

The release notes say:

A small bug fix and minor functionality tweaks release.

The changes are:
  • Terminology changes so that it uses as much as possible that of professional radars.
  • Heading input priority has been fixed. A GPS compass providing only true heading is now handled correctly.
  • Radar type (BR24/3G/4G) detection has been improved.
  • Width of menu is now calculated correctly.
  • Non-ASCII characters are now drawn correctly on PPI window (useful when using translations.)
  • Radar startup and shutdown phases are shown quicker and correctly.
  • Mono color mode has been removed. Multi color mode can choose all colors (3 strengths of radar echo, and a start and finish color for target trails.)
  • The options dialog has been re-formatted.
  • The options dialog is now accessible via Menu -> Advanced -> Preferences.
  • A heading line, if available, is now drawn on the PPI window.
  • Translations.
  • Bug fixes.
merrimac is offline   Reply With Quote
Old 25-08-2016, 01:52   #42
Marine Service Provider

Join Date: May 2013
Location: Norway
Posts: 719
Re: Navico radar plugin v2.1 released

Quote:
Originally Posted by merrimac View Post
The Navico radar team is happy to announce that we've finished v2.1.

You can download the Windows and macOS versions from github.
The PPA for Ubuntu should be updated soon, depending on how busy the build systems are and when Pavel or Dave is able to kick the build off.

The release notes say:

A small bug fix and minor functionality tweaks release.

The changes are:
  • Terminology changes so that it uses as much as possible that of professional radars.
  • Heading input priority has been fixed. A GPS compass providing only true heading is now handled correctly.
  • Radar type (BR24/3G/4G) detection has been improved.
  • Width of menu is now calculated correctly.
  • Non-ASCII characters are now drawn correctly on PPI window (useful when using translations.)
  • Radar startup and shutdown phases are shown quicker and correctly.
  • Mono color mode has been removed. Multi color mode can choose all colors (3 strengths of radar echo, and a start and finish color for target trails.)
  • The options dialog has been re-formatted.
  • The options dialog is now accessible via Menu -> Advanced -> Preferences.
  • A heading line, if available, is now drawn on the PPI window.
  • Translations.
  • Bug fixes.
I just tried to enable the new v2.1 plugin using XP - direct crach when pressing the "enable plugin" button. Crash report is sent,
petter5 is offline   Reply With Quote
Old 25-08-2016, 02:44   #43
Registered User

Join Date: Nov 2012
Location: Orust Sweden
Boat: Najad 34
Posts: 4,147
Re: Navico radar plugin v2.0 released

Petter5
I haven't yet tested on my XP, it's at home, but for a double check that the file you download was build also for XP, would you mind try mine:
https://dl.dropboxusercontent.com/u/...-2.1-win32.exe
Håkan
Hakan is offline   Reply With Quote
Old 25-08-2016, 03:07   #44
Marine Service Provider

Join Date: May 2013
Location: Norway
Posts: 719
Re: Navico radar plugin v2.0 released

Quote:
Originally Posted by Hakan View Post
Petter5
I haven't yet tested on my XP, it's at home, but for a double check that the file you download was build also for XP, would you mind try mine:
https://dl.dropboxusercontent.com/u/...-2.1-win32.exe
Håkan
Same problem. Instant crash.
petter5 is offline   Reply With Quote
Old 25-08-2016, 05:23   #45
Registered User

Join Date: Jan 2010
Location: Harlingen, NL
Boat: KMY Stadtship 56
Posts: 516
Re: Navico radar plugin v2.0 released

Petter5,

Did V2.0 work for you? What opencpn version are you using?

Thanks,
Kees


Sent from my iPhone using Cruisers Sailing Forum
merrimac is offline   Reply With Quote
Reply

Tags
lease, navico, plug, radar


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
Navico Radar Plugin + heading problem Jonna OpenCPN 17 15-02-2018 23:54
BR24 radar plugin Beta 2.515 released merrimac OpenCPN 14 08-08-2016 15:43
Navico radar plugin hardware connection mikereed100 OpenCPN 8 07-12-2015 09:44
Navico RADAR Plugin Optimization NahanniV OpenCPN 67 19-10-2015 22:46
Garmin Radar PlugIn Version 1.4 Released bdbcat OpenCPN 8 20-06-2014 17:03

Advertise Here


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


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.