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 04-03-2014, 20:25   #1
mub
Registered User

Join Date: Sep 2012
Location: Greater Seattle
Boat: wayquiez centurion 47
Posts: 117
Confused by lack of GPS 'lock' and status

In an attempt to tidy up the wires i 'worked' on my system and it no longer 'works'.

Before - Trimble NavTRAC GPS, Standard Horizon GX2150
OpenCPN 3.3.1419 on Ubuntu 13.10
OpenCPN was acting as the NMEA0183 multiplexer to get the GPS position to the VHF.

I added a Shipmodul Miniplex-2Wi using the WiFi as the link to OpenCPN
OpenCPN process the stream showing all the AIS targets BUT the black ship never goes red. It also dances around in a circle till I turn on the compass.

From this I think that the 'communication' is good. and the green messages in the NMEA debug window - the AIS targets and the ship orientation seem to support this

There is nothing suspicious in the log file about why this might be an issue.

Here is a GGA and GXP message that I grabbed.

$GPGGA,040241,4738.8586,N,12220.7092,W,1,4,001,,,, *4C

$GPGXP,040241,4738.859,N,12220.709,W,*73


They look valid to me.

All suggestions very welcome as I have reached

Mub
__________________
Brian
S/V Earendel
Wauquiez Centurion 47
mub is offline   Reply With Quote
Old 05-03-2014, 04:48   #2
Marine Service Provider
 
bdbcat's Avatar

Join Date: Mar 2008
Posts: 7,396
Re: Confused by lack of GPS 'lock' and status

Mub....

1. I see a bug in the GGA processing code in 3.3.1419. But it has been there forever. Easy fix for next Beta. Probably would cause your problem if GGA is to used for positioning.

2. OCPN does not process GXP.

3. Where is RMC? That is a more "normal" position sentence.

4. Is the VHF getting position OK?

Good Luck
Dave
bdbcat is online now   Reply With Quote
Old 05-03-2014, 09:58   #3
mub
Registered User

Join Date: Sep 2012
Location: Greater Seattle
Boat: wayquiez centurion 47
Posts: 117
Re: Confused by lack of GPS 'lock' and status

Fistly I should say that 3.3.1419 was working as as were the previous beta versions before the wiring change.
May be there is a difference between the way the network stream is presented to the way a USB uart stream is presented?

To answer your questions.

The GPS does not output RMC - I have checked it's documented list of sentences and checked it's output. Yes I know that is odd and it is old but seems reliable.

Both the VHF and autopilot ( on the GPS's second 0183 output ) display GPS position with never a question.

And THANKS for all of the hard work.

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

1. I see a bug in the GGA processing code in 3.3.1419. But it has been there forever. Easy fix for next Beta. Probably would cause your problem if GGA is to used for positioning.

2. OCPN does not process GXP.

3. Where is RMC? That is a more "normal" position sentence.

4. Is the VHF getting position OK?

Good Luck
Dave
__________________
Brian
S/V Earendel
Wauquiez Centurion 47
mub is offline   Reply With Quote
Old 10-03-2014, 15:50   #4
mub
Registered User

Join Date: Sep 2012
Location: Greater Seattle
Boat: wayquiez centurion 47
Posts: 117
Re: Confused by lack of GPS 'lock' and status

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

1. I see a bug in the GGA processing code in 3.3.1419. But it has been there forever. Easy fix for next Beta. Probably would cause your problem if GGA is to used for positioning.

Good Luck
Dave

Dave

Sounds like the bug is well understood - at first glance I couldn't see anything in the bug list or the code.

Since I find myself with a little more time on my hands and my C++ needs some exercise - I was planning on making an engine monitor plugin.. but I think I will work through the code NMEA codae and see what I see..

I am in the process of setting up the dev environment and personal bugs are always a good place to start.

Brian
__________________
Brian
S/V Earendel
Wauquiez Centurion 47
mub is offline   Reply With Quote
Old 10-03-2014, 16:40   #5
Marine Service Provider
 
bdbcat's Avatar

Join Date: Mar 2008
Posts: 7,396
Re: Confused by lack of GPS 'lock' and status

Brian...

The GGA bug:

Code:
@ -7278,7 +7278,7 @@ void MyFrame::OnEvtOCPN_NMEA( OCPN_DataStreamEvent & event )
  {
       if( m_NMEA0183.Gga.GPSQuality > 0 )
           {
-                if( !wxIsNaN(m_NMEA0183.Gll.Position.Latitude.Latitude) )
+               if( !wxIsNaN(m_NMEA0183.Gga.Position.Latitude.Latitude) )
                    {
                          double llt = m_NMEA0183.Gga.Position.Latitude.Latitude;
                          int lat_deg_int = (int) ( llt / 100 );
Will be in github very soon.

Around this area would be a good place to put some breakpoints and look at the data as it comes in real-time.

Dave
bdbcat is online now   Reply With Quote
Reply

Tags
gps


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 16:48.


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.