|
Re: Can't see any values on dashboard
If you are using C++, the default Dashboard that comes on the Classmate driver station does not get updated automatically. Your program has to specifically prepare and send data to it.
See the example 2010 Vision Demo program, and study in particular how the dashboard data is packed into data "clusters" and sent to the driver's station for display on the dashboard. It sends data in two clusters: vision data, and I/O data. With some more work, you can modify the structure of these data clusters and the dashboard program in order to display your own set of custom data.
HTH.
|