View Single Post
  #2   Spotlight this post!  
Unread 28-01-2010, 17:41
jhersh jhersh is offline
National Instruments
AKA: Joe Hershberger
FRC #2468 (Appreciate)
Team Role: Mentor
 
Join Date: May 2008
Rookie Year: 1997
Location: Austin, TX
Posts: 1,006
jhersh has a reputation beyond reputejhersh has a reputation beyond reputejhersh has a reputation beyond reputejhersh has a reputation beyond reputejhersh has a reputation beyond reputejhersh has a reputation beyond reputejhersh has a reputation beyond reputejhersh has a reputation beyond reputejhersh has a reputation beyond reputejhersh has a reputation beyond reputejhersh has a reputation beyond repute
Re: How to set up custom dashboard for auto start

Quote:
Originally Posted by joshholat View Post
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