View Single Post
  #7   Spotlight this post!  
Unread 21-08-2016, 08:17
azaclauson azaclauson is offline
Registered User
FRC #5593
 
Join Date: Jul 2016
Location: Tasmania
Posts: 17
azaclauson is an unknown quantity at this point
Re: Where does the FRC Dashboard store data

Quote:
Originally Posted by Greg McKaskle View Post
The Basic tab buttons and such, have names that you can change to be more robot-specific. Those are set in Network Tables, such as in robot Begin.
Is there a way to set the LabVew Dashboard autonomous chooser selections and/or the list of command on the "Commands" tab directly from the /home/lvuser/networktables.ini file?

According to the C++ programming guide for the dashboard it's not possible to set the chooser options or button names due to not being able to send arrays in the wpilib Network Tables implementation.

What I'm trying to do is find the easiest way of being able to choose between autonomous modes and execute test commands on a C++ robot. I'm hoping to avoid the overhead of a custom SmartDashboard as I know I'll end up spending more time that I should getting the user interface right. The LabView dashboard already has everything I'm after at this point I'm just not able to set the options.
Reply With Quote