Log in

View Full Version : Dashboard data type?


JTW
15-01-2013, 20:53
Where is the dashboard data type (from the Dashboard main Vi) in the 2013 Labview? Previously it was a large cluster outlined in pink on the left.:confused:

jhersh
16-01-2013, 01:48
Where is the dashboard data type (from the Dashboard main Vi) in the 2013 Labview? Previously it was a large cluster outlined in pink on the left.:confused:

That was replaced with SmartDashboard. Look for a new palette on the lower-right of the WPILib Robotics palette.

Greg McKaskle
16-01-2013, 07:13
The low and high priority data is still available if you want to use it, but it isn't promoted because SmartDashboard is pretty powerful, works across languages, and is easier to use.

If you want to continue using the unflattened data buffers, you can put the data casting back. There is really no need to send all of the I/O data that was done in past years, just send what you are interested in.

Greg McKaskle

propionate
16-01-2013, 17:32
The low and high priority data is still available if you want to use it, but it isn't promoted because SmartDashboard is pretty powerful, works across languages, and is easier to use.

If you want to continue using the unflattened data buffers, you can put the data casting back. There is really no need to send all of the I/O data that was done in past years, just send what you are interested in.

Greg McKaskle


Piggy-backing on this thread, does anyone have a good link to the instructions for using the SmartDashboard? This will probably be helpful for the original poster as well.

RufflesRidge
16-01-2013, 18:24
Piggy-backing on this thread, does anyone have a good link to the instructions for using the SmartDashboard? This will probably be helpful for the original poster as well.

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

JTW
21-01-2013, 16:43
Thank you for your help. I am sure this will help our team! :)