frankthelyon
14-03-2013, 20:43
Hello, my team has been trying to put data onto the smartDashboard with the following code:
We first import SmartDashboard and the call SmartDashboard.init() to initialize. We then use:
SmartDashboard.PutNumber("Name", number)
to write to the dashboard. Using TableViewer, we can see that all of the values we are writing are properly being transmitted. However, none of our values are showing up in the SmartDashboard. Our connection indicator even shows green.
We are using robotpy 2013.2 and the latest version of SmartDashboard. Any help is appreciated.
Thank you.
We first import SmartDashboard and the call SmartDashboard.init() to initialize. We then use:
SmartDashboard.PutNumber("Name", number)
to write to the dashboard. Using TableViewer, we can see that all of the values we are writing are properly being transmitted. However, none of our values are showing up in the SmartDashboard. Our connection indicator even shows green.
We are using robotpy 2013.2 and the latest version of SmartDashboard. Any help is appreciated.
Thank you.