LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Case shows radix instead of string constant

I built a case structure inside a while loop and created a shift register. As soon as I wire an enum constant to the shift register, the case structure shows the radix instead of the string constant. Is there anyway that I can revert it back to the string constant? Thank you for your time.
Ron Deavers, CLD
0 Kudos
Message 1 of 5
(2,763 Views)
Do you have different enum constants wired to the shift register? By this I mean one constant inside one case statement and another one in a case with different enum values? If you have an enum with values a and b, and another one with c and d, that could cause this problem. If that's not it, post your VI so someone can look at it.
Message 2 of 5
(2,751 Views)
The enum constant inside the case structure is not wired. When I do wire it to the shift register, the case shows the integer constant instead of the string constant.
Ron Deavers, CLD
0 Kudos
Message 3 of 5
(2,748 Views)
You have different emuns like I said. The one outside the while loop has values of First Step, Second Step, Third Step, Fourth Step, andd Stop 1. The ones inside the case statements have First Step, Second Step, Third Step, Fourth Step, and Wait. The enums all have to be identical.
Message 4 of 5
(2,745 Views)
Thank you very much.
Ron Deavers, CLD
0 Kudos
Message 5 of 5
(2,739 Views)