07-10-2007
01:11 PM
- last edited on
04-22-2026
10:35 AM
by
Content Cleaner
LabVIEW, for some reason, does not support creating or editing sparse enums.
NI, however, describes a process to import sparse enums created in CVI.
I want to try to hack this and see if I can create an editor for these, but I don't have CVI, so I was hoping someone could create a couple of these sparse enums and upload them. I'm not sure if this matters, but I have access to LV 7.0 and 7.1, so I'd appreciate something in parallel versions.
Examples:
[value, label
1, one
4, four
6, six
2, two
]
[value, label
6, apple
24, orange
18, pear
27, peach
0, grape
]
Thank you.
07-10-2007 01:16 PM