Cruisers Forum
 

Go Back   Cruisers & Sailing Forums > Seamanship, Navigation & Boat Handling > OpenCPN
Cruiser Wiki Click Here to Login
Register Vendors FAQ Community Calendar Today's Posts Log in

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 18-12-2012, 10:08   #121
bcn
Registered User

Join Date: May 2011
Location: underway whenever possible
Boat: Rangeboat 39
Posts: 4,735
Re: OpenCPN Beta Version 3.1.1206 Released

Quote:
Originally Posted by MarkJ View Post
I have a Raymarine AIS650 Class B Transponder via USB into a Windows 7 laptop as AIS GPS Shared
This is the em-trak B100 in different outfit - so we are looking at the same issues.

bcn
bcn is offline   Reply With Quote
Old 18-12-2012, 12:30   #122
Registered User
 
Gilletarom's Avatar

Join Date: Mar 2010
Location: France
Boat: 10.50 mètres
Posts: 2,982
Re: OpenCPN Beta Version 3.1.1206 Released

Hello,

Quote:
Originally Posted by cagney View Post
The layer is made up of tracks. There is currently no other way to draw lines. So of course, if you right click on a line, you will see a menu.
.......Originally the wpts were invisible. Not so anymore, due to changes. Easy enough to fix. Just change the wpt icon to "Empty".

Thomas
Thank Thomas.

Gilletarom
Gilletarom is offline   Reply With Quote
Old 18-12-2012, 12:53   #123
Registered User

Join Date: Nov 2010
Location: Southern California
Boat: Antares 44 catamaran
Posts: 105
Re: OpenCPN Beta Version 3.1.1206 Released

Does anybody know if the bug with nvc plug-in for nv-charts has been fixed? An earlier beta did not work with the nv electronic charts and so I went back to 3.02 which works fine with nv-charts. I am in the Bahamas and these are the only electronic charts I have been able to find to work with openCPN. Thanks
RickyEM is offline   Reply With Quote
Old 18-12-2012, 12:54   #124
Long Range Cruiser
 
MarkJ's Avatar

Join Date: Dec 2007
Location: Australian living on "Sea Life" currently in England.
Boat: Beneteau 393 "Sea Life"
Posts: 12,822
Images: 25
Re: OpenCPN Beta Version 3.1.1206 Released

Quote:
Originally Posted by bcn View Post
This is the em-trak B100 in different outfit - so we are looking at the same issues.

bcn
FIIK.

Its the latest, most expensive Raymarine class B been out for about a year.
__________________
Notes on a Circumnavigation.
OurLifeAtSea.com

Somalia Pirates and our Convoy
MarkJ is offline   Reply With Quote
Old 18-12-2012, 13:04   #125
Marine Service Provider
 
bdbcat's Avatar

Join Date: Mar 2008
Posts: 7,395
Re: OpenCPN Beta Version 3.1.1206 Released

RickyEM...

NVC charts work fine on the latest Beta (3.1.1206). Give it a try.

Dave
bdbcat is online now   Reply With Quote
Old 18-12-2012, 13:09   #126
Marine Service Provider
 
bdbcat's Avatar

Join Date: Mar 2008
Posts: 7,395
Re: OpenCPN Beta Version 3.1.1206 Released

bcn, MarkJ, et al...

Reading the code, it looks a though we do not properly account for field 12 in an NMEA v2.3 RMC message. In fact, we ignore it except as part of the checksum calculation.

There certainly could be a message coming in with invalid position, (lat/lon = 0,0), and valid checksum, but invalid flag set in field 12. Current versions of OCPN would treat this as a valid report at 0,0.


So, that's probably the trouble with "light-speed" travel and newer transponders. Will be fixed for the next Beta, due out in a day or so.

Thanks for the heads up
Dave
bdbcat is online now   Reply With Quote
Old 18-12-2012, 13:17   #127
Marine Service Provider
 
bdbcat's Avatar

Join Date: Mar 2008
Posts: 7,395
Re: OpenCPN Beta Version 3.1.1206 Released

Muttnik....

There is indeed trouble with UDP on 3.1.1206.

If you can compile from source, the latest github code has been corrected. Otherwise, a new Beta will be forthcoming very soon.

fyi, the UDP address is necessary only for output connections, and may be x.x.x.255 for broadcast. On input, the address is effectively INADDR_ANY if left blank.
The port is necessary for both input and output.

Sorry you had to spend so much time fooling around with broken code....

Dave
bdbcat is online now   Reply With Quote
Old 18-12-2012, 13:24   #128
Registered User

Join Date: Dec 2005
Location: Helsingborg
Boat: Dufour 35
Posts: 3,891
Re: OpenCPN Beta Version 3.1.1206 Released

The dashboard button stays depressed even though the dashboard is closed, in one special case.
*start the dashboard by pressing the button
*right click on the dashboard
*untick "Dashboard", in the presented menu
*The Dashboard goes, but the ToolBar button stays depressed.

Thomas
cagney is offline   Reply With Quote
Old 18-12-2012, 13:37   #129
Registered User

Join Date: Dec 2005
Location: Helsingborg
Boat: Dufour 35
Posts: 3,891
Re: OpenCPN Beta Version 3.1.1206 Released

Quote:
Originally Posted by bdbcat View Post
Muttnik....

There is indeed trouble with UDP on 3.1.1206.

If you can compile from source, the latest github code has been corrected. Otherwise, a new Beta will be forthcoming very soon.

fyi, the UDP address is necessary only for output connections, and may be x.x.x.255 for broadcast. On input, the address is effectively INADDR_ANY if left blank.
The port is necessary for both input and output.

Sorry you had to spend so much time fooling around with broken code....

Dave
Dave
Running the latest master, I have a local connection set to output, similar to my earlier UDP experiment, but I see no output (blue) in the debug window.....
Thomas
cagney is offline   Reply With Quote
Old 18-12-2012, 13:38   #130
bcn
Registered User

Join Date: May 2011
Location: underway whenever possible
Boat: Rangeboat 39
Posts: 4,735
Re: OpenCPN Beta Version 3.1.1206 Released

Quote:
Originally Posted by MarkJ View Post
FIIK.

Its the latest, most expensive Raymarine class B been out for about a year.
Mark,

em-trak is the brand of the makers /designers (SRT) of those AIS transponders - latest level.
There are several OEM using them.

BTW: if you would be able to record the NMEA stream when a glitch occurs - just those few seconds before/within/after and publishing those it would help to be sure that we are on the right track .


You are on the way, we on the dry just now...

bcn
bcn is offline   Reply With Quote
Old 18-12-2012, 17:07   #131
Registered User

Join Date: Nov 2010
Location: Southern California
Boat: Antares 44 catamaran
Posts: 105
Re: OpenCPN Beta Version 3.1.1206 Released

Quote:
Originally Posted by RickyEM View Post
Does anybody know if the bug with nvc plug-in for nv-charts has been fixed? An earlier beta did not work with the nv electronic charts and so I went back to 3.02 which works fine with nv-charts. I am in the Bahamas and these are the only electronic charts I have been able to find to work with openCPN. Thanks
I just installed the beta and the nvc plug-in does not work with this beta while the plug-in does work with version 3.02.
RickyEM is offline   Reply With Quote
Old 18-12-2012, 17:23   #132
Marine Service Provider
 
bdbcat's Avatar

Join Date: Mar 2008
Posts: 7,395
Re: OpenCPN Beta Version 3.1.1206 Released

RickyEm...

Hmmm.... This works for me on Win7/64.

What version of the PlugIn did you install? Recent download from the opencpn.org site?

May we see your logfile, please?

Thanks
Dave
bdbcat is online now   Reply With Quote
Old 19-12-2012, 01:46   #133
Registered User

Join Date: Dec 2012
Posts: 180
Re: OpenCPN Beta Version 3.1.1206 Released

Hi Pavel,

I have delved a tiny bit deeper into the UDP comms problem that I am having here for your info ....

Until I get to know the code base a whole lot better I have been "cheating" by comparing 3.11stable with 3.1.1206 looking for differences.

I found if I substitute in module datastream.cpp line 243 the value (_T("0")) with (m_net_port) (recompile and install of course) the glue to the socket is created and the NMEA traffic is then alive and well.

Not knowing the code base that well I have not tracked back what is actually in need of tweaking to cure it for the team. I will see if this old dinosaur can work it out in the interim and I can send thru a patch suggestion.

Hope this is helpful in the interim to someone else or to help you guys in tracking it down a bit quicker.


Thanks once again folks for a great program enjoying it all immensely.


Ron
RonSouthworth is offline   Reply With Quote
Old 19-12-2012, 04:15   #134
Registered User

Join Date: Nov 2010
Location: Southern California
Boat: Antares 44 catamaran
Posts: 105
Re: OpenCPN Beta Version 3.1.1206 Released

Quote:
Originally Posted by bdbcat View Post
RickyEM...

NVC charts work fine on the latest Beta (3.1.1206). Give it a try.

Dave
Confirmed. You are right. Thanks!
RickyEM is offline   Reply With Quote
Old 19-12-2012, 04:16   #135
Registered User

Join Date: Nov 2010
Location: Southern California
Boat: Antares 44 catamaran
Posts: 105
Re: OpenCPN Beta Version 3.1.1206 Released

Quote:
Originally Posted by bdbcat View Post
RickyEm...

Hmmm.... This works for me on Win7/64.

What version of the PlugIn did you install? Recent download from the opencpn.org site?

May we see your logfile, please?

Thanks
Dave
You are right. I am sorry for misinformation. Will try and delete my post. Thanks!
RickyEM is offline   Reply With Quote
Reply

Tags
opencpn


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 11:29.


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.