02-09-2007 03:58 AM
02-09-2007 04:17 AM
02-09-2007 05:09 AM
02-09-2007 05:28 AM
02-09-2007 06:57 AM
Note that the Text property had some problems in previous versions where the text would not always get updated properly if the ring wasn't actually displayed on the screen (like if it was on a different tab page), although this may have been solved by 8.2.
Another option is to get the Strings[] and Values[] properties, do a Search 1D Array on the Values[] property and index the result out of the Strings[] array. This needs to be done like this because a ring can have non-sequential values, so you can't simply use an index array. If you want to use this more than once, you can make it into a subVI which will accept the reference as an input.