Kevin
U da Man
YES! that seems to do it.
It took awhile to select the Arrays properly.
Make "current values default" does result in an error saying
"there are unapplied changes on the BuildDashboard .VI."
Once I found were in the menu to "Apply Changes" it all started working.
You know I new this years ago but I've been away so long from this I forgot.
So thanks for helping me on this.
I should point out for anyone having a problems getting the data to the Dashboard to look at the Dashboardmain VI.
In the "receive Status Data from Driver Station" loop and the (no error (True)) case shows an "unbundle function" that separates the analog from the digital and solenoid clusters. Unfortunately, the "cluster-to-array" function that follows passes the first AnalogModule[0] array But Not the second AnalogModule[1] array.
This has no consequence if you only want to see the first module.
To see both, I inserted an Unbundle on the analog cluster and separated it into AnalogModules[0] and AnalogModule[1] clusters and created indicators for both.
Not sure I will run the robot this way but it helps me in development and show the kids how each sensor works.
Thanks Again for your help
Rich