Archive for July, 2010

How to Get the Text of Enum’s Item Name in LabVIEW

By Ralph - Last updated: Thursday, July 1, 2010

In LabVIEW, if we want to get the text of an enum’s item name, we can do that as following: In case of an enum control or indicator, we can simply use property node with the "String[]" property to get the text of item name. A sample LabVIEW VI to get the text looks like [...]