Is there a simple way to retrieve the minimum and maximum values of a Ring control or indicator?
I'm not looking for "Data Entry Limits", so that hasn't been useful. The only thing I've been able to do is use the "Strings And Values []" array, however even THAT is problematic, as it returns an array of clusters. To use "Array Max & Min", I have to use a for loop to index the array, and create a new array of just the Values.
Is there either a way to just get the Min & Max, or an easier way to get an array of the values? Ring controls have both a "Strings []" and "Strings and Values []" property, why don't they have just a "Values []" property? Perhaps there's a way to UN-Index and UN-Bundle a Cluster Array?
I'm using LabVIEW 8.5.