Sometime you need to have an enum a many items and you already have a string array of what you want in the enum
You cannot use the string[] directly in the same vi the new enum is located because Write String[] only works in NON Running mode (Edit mode) so you need another vi that does the String[]
See the presentation below to see how to do it.
LabVIEW(r) is a software product of NI (formally National Instruments)
Notes
Presentation on Pre loading and Enum before use.
Programming Language used: LabVIEW® 2019 Base version
LabVIEW is a NI (formally National Instruments) product
Presentation app: Microsoft’s PowerPoint
Presentation shown to spark ideas of use.
This presentation is not connected to or endorsed by any company.
Use at your own risk.
Tags: LabVIEW® , Enum, String[] and Loading Enum via String[]
- Presentation on Pre loading and Enum before use.
- Programming Language used: LabVIEW® 2019 Base version
- LabVIEW is a NI (formally National Instruments) product
- Presentation app: Microsoft’s PowerPoint
- Presentation shown to spark ideas of use.
- This presentation is not connected to or endorsed by any company.
- Use at your own risk.
- Tags: LabVIEW® , Enum, String[] and Loading Enum via String[]