RESOURCE_TYPE PANEL_RESOURCE

An instance of this resource type provides a panel that can be contained in an instance of the FRAME_DEVICE type. The associated panel can then serve as a container for HMI function block types such as FB_LABEL.

Each resource of this type is provided with an instance of the E_RESTART FB type for use in initializing the contents of the panel.

The parameters of resources of this type are defined as shown below. If ROWS=COLS=0 , the panel is laid out using FlowLayout; otherwise GridLayout is used with the specified number of rows and columns.

ROWS : DINT; (* Rows(if any)in grid layout *)
COLS : DINT; (* Columns(if any)in grid layout *)