Enter items into an enumerated type (enum) control the same way you enter items into a ring control.
Complete the following steps to add an item to an enum.
![]() | Note If an enumerated type is wired to a Case structure, the Case structure must have cases that handle every item in the enumerated type. A default case handles any items the other cases do not explicitly handle. |
Refer to the Advanced Enumerated Type Controls and Indicators section in Chapter 4, Building the Front Panel, of the LabVIEW User Manual for information about using advanced enumerated type controls.