UpdateParametersSettingsControlsEx
function UpdateParametersSettingsControlsEx(): void
The function UpdateParametersSettingsControlsEx is used to assign the symbols of the set symbol of type FB_ParamHandle
from the library Tc3_PlasticBaseApplication
to the controls listed in the table with the help of the set scheme of the NavigationConfig property of the Configurator control, depending on the TargetContent property of the TcHmiRegion control with the ID Portrait_MainContent_Region.
Control ID | Control type | Property |
---|---|---|
Parameters_Settings_Load_Button | TcHmi.Controls.Beckhoff.TcHmiButton | StateSymbol |
Parameters_Settings_Save_Button | TcHmi.Controls.Beckhoff.TcHmiButton | StateSymbol |
Parameters_Settings_CreationDateValue_Textblock | TcHmi.Controls.Beckhoff.TcHmiTextblock | Text |
Parameters_Settings_StoreCountValue_Textblock | TcHmi.Controls.Beckhoff.TcHmiTextblock | Text |
Parameters_Settings_StoredDateValue_Textblock | TcHmi.Controls.Beckhoff.TcHmiTextblock | Text |
Parameters_Settings_Load_StateIndicator | TcHmi.Controls.Plastic.StateIndicator | IndicatorStatus |
Parameters_Settings_Save_StateIndicator | TcHmi.Controls.Plastic.StateIndicator | IndicatorStatus |
Example setting of the NavigationConfig property:


Parameter
Name | Type | Description |
---|---|---|
SymbolIndex | The index of the slider symbol array of the NavigationConfig property of the Configurator control. The selected symbol is used to update the controls in the slider area of the parameter page. Only required as an option. |
Return value
Type | Description |
---|---|
void | No return value. |
NuGet package: Beckhoff.TwinCAT.HMI.Plastic.Functions
Available: from version 12.8.0
Usage: TC3 Plastic Application HMI projects