Displaying Target Info on Dashboard

In the 2013 Rectangular Target Vision Example(integrated into robot code), the Target Info is being written to the Smart Dashboard, but in the Dashboard code, how does one access this data?
http://i.imgur.com/Pm1P8ti.png

An SD Read Numeric Array to Index Array, would that produce the elements in the same order?

http://i.imgur.com/6ZZwpHS.png

Target Info includes
http://i.imgur.com/JTiPKhx.png

The code in the images looks like it will successfully read the target info about the largest and most likely target.

Since you are posting, I’m assuming it isn’t working or isn’t working well. You state that the vision code is on the robot, so you want to read the target info on the dashboard? Make sure that it is in a loop that is running. If you probe data, the probe will tell you the last time it was updated and if you don’t see the data update at least once a second, you may need to look at putting it into a loop or making your own loop. Consider how often the loop should run and any logic that may affect how often it runs.

Greg McKaskle

Since we are so close to the deadline, I don’t have much access to play around with code. Today I will have access to see how well it works.

I also posted here to give other users a nice reference, if they have a similar question.