UpdateDashboard

function UpdateDashboard(DashboardConfiguration: DashboardConfiguration): void

The UpdateDashboard function is used to update a dashboard that is created using a special structure. In the HMI project of TF85xx Plastic Application, this is the case for the content Dashboard.content. The content consists of 81 different TcHmiRegion controls, which are integrated into a special basic structure consisting of TcHmiGrid controls which are given specific IDs.

To update the dashboard, the transfer parameter is used to read out which content belongs to which TcHmiRegion control and whether this control is visible or not. This means that a dashboard can be dynamically adapted during runtime.

Parameter

Name

Type

Description

DashboardConfiguration

DashboardConfiguration

The configuration with information on the structure of the dashboard.

Return value

Type

Description

void

No return value.

NuGet package: Beckhoff.TwinCAT.HMI.Plastic.Functions

Available: from version 12.16.0

Use: TC3 Plastic Application HMI Projects