Chief Delphi

Chief Delphi (http://www.chiefdelphi.com/forums/index.php)
-   Java (http://www.chiefdelphi.com/forums/forumdisplay.php?f=184)
-   -   Smartdashboard types and values (http://www.chiefdelphi.com/forums/showthread.php?t=103170)

Varriount 18-02-2012 14:00

Smartdashboard types and values
 
My team is trying to display a list of subsystem data (like the speed of a motor) on the smartdashboard. To do this, we have overridden the subsystem class's getTable functions and variables to add extra values to the subsystem table. The tables are updated every .02 seconds (or thereabout) via a thread, however the smartdashboard will only show the command running. Is there something that needs to be changed in order for the dashboard to show multiple values?

Sunstroke 19-02-2012 00:31

Re: Smartdashboard types and values
 
Quote:

Originally Posted by Varriount (Post 1129544)
My team is trying to display a list of subsystem data (like the speed of a motor) on the smartdashboard. To do this, we have overridden the subsystem class's getTable functions and variables to add extra values to the subsystem table. The tables are updated every .02 seconds (or thereabout) via a thread, however the smartdashboard will only show the command running. Is there something that needs to be changed in order for the dashboard to show multiple values?

This approach will not work. Instead, try putting those values directly into the SmartDashboard table.


All times are GMT -5. The time now is 22:41.

Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi