You are developing a LabWindows™/CVI™ DLL that contains a function using an enumeration as one of its input parameters. You want to call this function from NI TestStand™ and have TestStand correctly recognize and display the enumeration values so they can be selected in step parameter dropdowns and mapped to custom data types.
This article explains how to define an enumeration in LabWindows™/CVI™, generate a corresponding function panel file (.fp), export it through a DLL, and configure NI TestStand™ to recognize and use the enumeration values.