Shuffleboard update rate

Hey,
After recording values presented on the shuffleboard and converting the recording to csv, we see the values update every 100ms. Is there an option to increase the update rate to 20ms?

Call NetworkTableInstance.flush() from your main loop to flush the data synchronously with your updates to it. You can send data at a rate up to every 10 ms.

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.