Quote:
Originally Posted by joshholat
If we create a new Dashboard VI, will we be able to interface with it through Java? Does the FIRST Java API have anyway to output stuff to the LabView dashboard, or do we need to add something to our dashboard project to do so?
|
Do everything the Tip Jar video tells you to do on the dashboard side of things, but for the robot, simply use the Dashboard class to send the same data format that you defined in the LabVIEW cluster. Look at the Dashboard Data Example in Java for... well... and example of sending dashboard data.
-Joe