Is there a reason why when I try to set option 5 in logging to enabled, I get an “unknown value 5”?
Trying to enable ARP logging.
Is there a reason why when I try to set option 5 in logging to enabled, I get an “unknown value 5”?
Trying to enable ARP logging.
I have RTCM 1005 enabled in RTCM messages
Hi Woody (@PLAN8 ),
Thanks for reporting this.
Looking at the firmware, you can only select option 5 if online.logging
is true. I should almost certainly remove that check. But, thinking this through, what would cause it to be false
? Do you have an SD card inserted? It looks like you do. Has the maximum logging time been exceeded - has the system been running for more than a day?
Thanks again,
Paul
Hi Paul,
Card is inserted and not full, plenty of space and other data being logged.
Which option is online.logging ? I have RTCM and NMEA logging switched on, logging file length not exceeded and hasn’t been logging for a day, but the log spans a few days. I also have it set to rover with logging if that’s any help?
Thanks Woody,
Forgive me. I’m going to think this through…:
online.logging
is an internal check, it’s not something you can set through the menus. It goes true
when data is actively being logged to the SD card. It will go false
if: logging is not enabled (not true in your case); the firmware fails to open a new log file (probably not true in your case); or if endLogging
has been called. endLogging
is called when the individual log length or the total logging time has been exceeded. Both of those limits default to 1440 minutes = 24 hours. So, if the system has been powered on for less than a day, neither limit should have been reached… Puzzling!
If it’s convenient, please turn it off and back on again, and then reopen the menu. Can you then change option 5?
Thanks!
Paul
Hi Paul, no need for apologies, I appreciate the speedy responses!
So, rebooted (removed power) still getting the same unrecognised option return.
Thanks, Woody
Is it worth trying restarting a new log?
Also, just realised that there is no position data whilst trying to set this, would the unit need to be seeing and recording gnss data for this setting to work?
Starting a new log shouldn’t make any difference… I was expecting the power cycle to fix this. Very puzzling that it didn’t…!
Which exact version of the firmware are you running? If you open the system menu (option s), it will tell you. It is also printed on startup, but whizzes quickly up the screen…
firmware v2.2
Ah! Yes. That’s (probably) it! It needs GNSS signal to establish the time. The date and time are then used to create the log filename. Without those, logging is offline
…
I will remove that online.logging
check at the next opportunity. Thanks again for reporting.
Best wishes,
Paul
Ahh, ok, will test again with signal and confirm back - thanks
Hi again, yes, can confirm that with gnss data receiving, option 5 is now editable.
Thanks for the help!
Cheers, Woody
Captured here:
Thanks!
Paul