Changing time points show in Baseline

30 views
Skip to first unread message

tomha...@verizon.net

unread,
Oct 24, 2016, 7:58:59 PM10/24/16
to swiftnav-discuss
Is there a setting I can adjust to change the length of time that RTK positions show on the Baseline grid?  I'd like them to show for longer than the few minutes they do now.  Possibly indefinitely, until I hit the "Clear" X button.  My goal is to have a visual confirmation that my drone is indeed flying the same path each time. (or how much it has deviated)
Thanks
Tom

Dennis Zollo

unread,
Oct 26, 2016, 3:07:21 PM10/26/16
to swiftnav-discuss
Dear Tom,

This is actually possible through the console's "python console" window that allows some real time editing of console parameters with the following steps.

  • Navigation to Advanced >> Python Console
  • Type in the following lines at the prompt and press enter
    • >>> self.baseline_view.__init__(self.link, 10000)
This should give you a buffer that is 10 times longer (10000 points).  Be careful using a too large number for the buffer size, as you may hurt the responsiveness of the console.

Best,
Dennis

tomha...@verizon.net

unread,
Oct 27, 2016, 4:39:20 PM10/27/16
to swiftnav-discuss
Thanks Dennis.  Just to confirm, if I make the change and then want to restore the value to the original setting, is the default value 1000?

Tom

Dennis Zollo

unread,
Nov 2, 2016, 3:00:35 PM11/2/16
to swiftnav-discuss
Tom,

Yes, the default value is 1000.  If you restart your console it will revert to the default value as well.

Best,
Dennis
Reply all
Reply to author
Forward
0 new messages