Dashboard Example Project

Our team is experimenting with Java in the off-season (thinking about moving from Labview) and I’d like to get familiar with the Dashboard capabilities. The Sun Spot FRC Info tab in NetBeans has a dead link to a file named DashboardExampleProject.zip. The file is no where to be found on my computer (or through google searches). Does someone have this file available on their computer or know where it can be found online? If so it would be greatly appreciated if you could share. :slight_smile:

In NetBeans, go to File > New Project. Under Categories, select Samples > FRC Java, and under Projects select DashboardExampleProject.zip.

Here’s a document I found by team 330 which you might find interesting:
http://www.scribd.com/doc/27095630/LabVIEW-Dashboard

Nevermind! found it.

I can’t find FRC Java in the Samples… it is saying:
Java
Java FX
etc…

is it because I downloaded the wrong thing?

Are you sure you installed the FRC plugins properly? You should see at least some FRC sample code projects when you try to create a new project.

Nevermind I got what I didn’t do I forgot to install the FRC plugins… thanks!

Hello. I cannot seem to understand what is going on and what I am supposed to do. I have several ints that I send along to labview through the Dashboard class. unfortunately, when I try to get those numbers in labview, I get an error telling me that there is no second digital module, then that there is no second analog module. As the code runs these come up every 5th of a second. What am I doing wrong?