Replies: 1 comment 2 replies
|
Hi @ka4ymy Sorry you're having difficulty. What message protocol is your F10T set to output (NMEA, UBX, or both)? A 'TIME ONLY' fix status is only consistently available via the UBX protocol; specifically from messages like NAV-PVT (fixType=5) or NAV-SOL / NAV-STATUS (gpsFix=5). This behaviour hasn't changed between versions 1.6.10 and 1.7.2. If your receiver is also outputting NMEA sentences (e.g. RMC or GLL), you may see the fix status alternate rapidly between values output by NMEA messages, and values output by UBX messages. Try disabling all output messages except UBX NAV-PVT, NAV-SAT and NAV-DOP (those are the only UBX messages needed to fully populate PyGPSClient's top banner). You can do this via PyGPSClient's UBX Configuration panel. The settings you need to update (via a CFG_VALSET command) are:
(FYI if you set the Configuration Command Recorder facility to 'Record' while you make these updates, you can save the commands as a preset and reproduce them at a later date with a single click) Let me know if this helps. |

Uh oh!
There was an error while loading. Please reload this page.
Hello!
I wanted to report that after upgrading PyGPSClient from version 1.6.10 to 1.7.2, regarding the FIX: entry located in the top display section, it no longer displays the words TIME ONLY in red print when the GPS receiver's GPS coordinates are locked and is used exclusively for timing or for time acquisition service. It now displays 3D in green. I can sporadically make the words TIME ONLY reappear when I randomly click stop however when I click Start again it reverts back to 3D. This does not affect the performance of the program in any way, I think its just a cosmetic thing.
I'm using a ublox F10T timing receiver paired with a Raspberry Pi5 as a stratum 1 time server for my home LAN. I use PyGPSClient as a troubleshooting and satellite monitoring tool. I think the python version here is 3.14.6 (homebrew). My desktop computer is a Mac M2.
My apologies, I'm not a programmer and know very little about what goes on under the hood. I was just wondering if anyone else notices the missing TIME ONLY entry or is it a problem on my end?
Thank you!
Regards-
Stephen
All reactions