You are here: Start » Program Examples » HMI Application State Saving
HMI Application State Saving
In this example, the StateControlBox HMI control is used to load one of the predefined configurations for a group of controls defining properties of the measured bolt. A GroupBox container is used to limit the state saving range and to exclude the CheckBox control not related to object properties.
StateControlButton controls are also used in a similar manner to load most common (and general) presets.
The StateControlBox is configured an such a way that files are read from the "BoltPresets" subdirectory of the project directory, the control range is limited to the same container, and a configuration is automatically loaded after a change in the state control combo box.
More information about saving the state of HMI controls can be found in this article.