Skip to main content
Version: 24.1

Providing Options Using Enumerations

Another way to guide operators is to let them choose between distinct options. In HELIO this is done using Enumerations.

Via the Data Tab

  1. Create a string or numeric variable
  1. Add possible options using enumerations
  • Locate the Enumeration group and activate it for this variable.
  • Add possible values for this variable and provide a label for each state.
  • These labels will be used in the HMI, for example if you want to display a dropdown for setting the machine's state.

  1. Using enumerations to provide options to Operators
  1. Add Magic Input element to your project.

  2. Link its Value property to the variable you just defined.

  3. Use the Control type property to determine how these options are provided to operators.