Dropdown (From Enumeration)
About
Use a dropdown if you want to provide operators with a list of options to choose from.
To generate this list, the data variable linked to this element must have certain properties set, most importantly the Enumerations.
Properties
General
The current value that should be displayed on the element, usually this will be bound to a
Data Variable
.Is disabled
Use this property to disable the element in certain situations, such as when your PLC is in a state where manipulation should not be possible.
Control Type
Effortlessly switch between a dropdown, a radio group, or a button group.
Appearance
Options
By default, the Enumeration
linked to the value provides all option labels.
However, you can overwrite the options to set a page-specific label or add an
icon for each option.
Display Condition
Determines whether an element or page should be visible or hidden to the current user. The condition can be set to different types of Dynamic Property – as long as the the type returns
true
or false
you're good to go.