This VI shows how to programmatically populate a menu ring with data using a Property Node and Control Reference. You can modify this VI to include as many menu ring controls and arrays as you need. This example uses an array of three elements, but the size of the array does not matter.
The Strings [] property of the menu ring points to the list of elements in the array. If you need to append an element to a menu ring, do not use the Strings [] property because this property leaves the menu ring with only the new element.