I have an enumerate variable, and I want to get the "value" "string ?" index by an integer. Example, I have a variable enumerate with A in the first entry, B in the second entry, C in the third entry, and I want to be able to get the "value" C when I give 3. How can I do this ? Than.
You can use String[] property node of the Enum with Search 1D Array function. The 1D array input will be your Enum string, then the value you want to search for will be wired to the element input.
You can typecast an unsigned interger to an enum using an enum constant and then wire that to the input of Format Into String. The output is a string containing the text of the enum value.
I probably didn't explain that very well. See the attached VI.