Hi Jason,
Plese re-read what I said in the previous post taht David pointed at.
Here is an example of how to do what I THINK you want.
I wrote an "Enum" converter that will give you the functionality you need.
The Enum strings are non-sequential and you get the hex value selected after the conversion.
By not using a default case in the conversion, the converter VI will break when you add new enum values. Just make sure there is one case for each enum and you are in buisnnes.
This alos picks up the benefit of being able to map more than one selection to the same numeric value. This can not be done with a menu ring.
The icon was also dedited to make it look better on the diagram.
I hope this helps,
Ben