LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

can't get strings property on enum

In the attached sample.vi, I'm trying to obtain a strings property of the enum so I can use the string data in a string indicator. From my readings I'm led to believe I should be able to right click on the enum and select Create>Property Node>Strings? But Property Node isn't an option (see attached .jpg). How do I get a string property from this enum?
0 Kudos
Message 1 of 3
(2,893 Views)

You can't get a property to a diagram constant.

I can think if two options

1) Wire the enum constant to a "format into string"

2) Change the constant to control, create the property node as you tried previously.

Option #1 is preferable.

have fun!

Ben

Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
0 Kudos
Message 2 of 3
(2,887 Views)
Thanks much Ben. I understand now.
0 Kudos
Message 3 of 3
(2,877 Views)