Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RTKCONV not processing hemisphere BIN 65 66 GLONASS messages #351

Open
amadill99 opened this issue Nov 8, 2017 · 8 comments
Open

RTKCONV not processing hemisphere BIN 65 66 GLONASS messages #351

amadill99 opened this issue Nov 8, 2017 · 8 comments

Comments

@amadill99
Copy link

Using an EOS Arrow 100 (L1 hemisphere) receiver and capturing BIN 1,65,66,80,64,95,96 messages with STRSVR. When processed with RTKCONV the resulting .obs does not include any GLONASS observations. When I use the Hemisphere Rinex Desktop utility those are included in the output. Have tried RTKLIB versions 2.4.2, 2.4.2p11, and the 2.4.3 branch with the same results.

@amadill99
Copy link
Author

swpin-2017-11-03.log

@tomojitakasu
Copy link
Owner

Use receiver option -ENAGLO with message bin 65 and 66.

@DavidKelleySCSC
Copy link

And there is an issue as I vaguely recall that hemisphere will only send the ephemeris information when it first decodes it, but not thereafter. So RTKCONV can repeat at the rate you ask, but if the hemisphere device is already active you might not see an output for acquired ephemeris information. Read here for the details: https://hemispheregnss.com/gnssreference/whnjs_nc.htm

@amadill99
Copy link
Author

amadill99 commented Nov 9, 2017 via email

@tomojitakasu
Copy link
Owner

It seems due to a bug. It will be fixed in next release. Until the release,

(1) Use bin 76 of Hemisphere instead of bin 96.
or
(2) Modify the following source code and rebuild AP (RTKCONV or CONVBIN).

RTKLIB/src/rcv/crescent.c L.158 (added):

if (strstr(raw->opt,"-ENAGLO")) return 0; /* glonass follows */

@amadill99
Copy link
Author

amadill99 commented Nov 9, 2017 via email

@tomojitakasu
Copy link
Owner

It is fixed in 2.4.2 p13.

@remuslupin
Copy link

remuslupin commented Oct 29, 2018

Hi Tomoji,
I had the same issue with GLONASS, and the -ENAGLO option solved it. However, I do not know how to switch between different bins because there is no option in either rtkconv or convbin.exe. Rinex Desktop from Hemisphere produce the following signals in the rinex file: L1C C1C D1C L2Y C2Y D2Y, but RTKconv produces C1C L1C D1C S1C C2P L2P D2P S2P. I get different results for some operations with these two fields and I thought it might be because of using different bin message number.
Also, what is the convbin option for giving INI input configuration?

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants