Display Conditions can be used to change the runtime status of HMI Components while the robot program is running.
Changing runtime status of HMI elements can be usefull to:
Show or Hide HMI components
Enable or Disable HMI components
Display Conditions can be used to change appearance of UI components.
Display Conditions can be expressed as simple boolean variables or as more complex conditional statements. You can setup Display Conditions for each HMI component inside its properties panel.
Display Conditions can be configured inside the HMI Properties panel of each UI components.
Display Conditions can be set as:
boolan variables
functions returning a boolean value
conditional statements equivalent to a boolean value
Runtime status of HMI components can be changed also programmatically using HMI Commands.