Log in

View Full Version : Frc DashBoard


splatter
17-01-2013, 17:04
i have no really experience with Ni Labview but would like to build a dash board any suggestions on were to start?

propionate
17-01-2013, 18:29
The following link should have what you're looking for (Thanks to Greg McKaskle for the correction):

https://decibel.ni.com/content/docs/DOC-26296

A real plethora of resources on this site. Should have everything you need.

Greg McKaskle
17-01-2013, 21:12
https://decibel.ni.com/content/docs/DOC-8923

contains many of the newer tutorials.

Greg Mckaskle

Joe Ross
17-01-2013, 21:44
If you want to customize the dashboard, this tutorial goes through a number of important items in that process:

http://www.lvmastery.com/TipJar2009-02-10

The video is from 2009 - if anyone has a more recent instructional item please share.
The dashboard went through a major rewrite this year. Unfortunately, that makes that tutorial obsolete.

propionate
17-01-2013, 23:05
Thanks to both of you for the update. I'll change the link to avoid any confusion.

splatter
19-01-2013, 20:23
i feel like there is something i am missing i have not been able to find any parts in the pdf which talk about writing the robot code in C++ and then taking the C++ calls and making them available in labview that way i can interface them with gauges for the dash board

Greg McKaskle
19-01-2013, 22:12
If you use the C++ version of the dashboard on the robot, you can connect to it from the LabVIEW dashboard simply by naming the variables the same. To connect a LabVIEW gauge to a variable, you simply place it in the tab control on the dashboard and give the control the same name as the variable.

Greg McKaskle

splatter
20-01-2013, 13:25
thanks for your help i will try what you said today and i am also having trouble centering the dashboard in the run window.

Thanks in advance