An enumeration allows you to define a set of values that a variable can be assigned to. This feature is useful for restricting the possible values that a variable can take.
In addition, you can use enumerations to define human-readable options for variables of Integer (Data Variable Type) or String (Data Variable Type) that are used to store a selected value from a group of possible options.
If you haven't already done so, create a variable of Integer (Data Variable Type) or String (Data Variable Type).
Example of an enumeration for an integer variable that represents machine state.
Find the Data Variable property inside the Properties Panel (Content View) that is linked to the Data Variable (Dynamic Property Type) you would like to modify.
Press the Quick Edit Button to open the Quick Edit Dialog
Edit the meta data of the variable. Use the Confirm to apply the changes to the preview.
<aside> <img src="/icons/hand_gray.svg" alt="/icons/hand_gray.svg" width="40px" /> Note: These changes won’t be persisted to your project until you hit the Save button.
</aside>