Configure Table control to show multiple tables

Table control can be used to show multiple tables, multiple similar function blocks can be listed as sub tables and the user can navigate through each sub table using on control navigation buttons.

The instructions explain how a user can visualize multiple function blocks of the same type with an example to configure many temperature zone function blocks, by configuring First Table and Tables attributes.

Structure of a temperature zone function block:

Configure Table control to show multiple tables 1:

Each property in this function block should be accessible to the user on the table control as a row variable. First Table attribute can be configured for this purpose.

There are multiple instances of same temperature zone’s function block in the project, and they can be added to the table control using Tables attribute.

Configure Table control to show multiple tables 2:

Follow these steps to configure the Table control:

1. Drag and drop table control from tools to content.
2. Configure the First Table attribute to list properties of fbConfigTempZone[0] symbol for each row.
3. Set CreateMultipleTables attribute to TRUE.
4. Configure tables attribute to list number of function blocks instances that have exactly same variables structure as the reference symbol used while configuring the FirstTable attribute.
5. As a result, all 10 temperature zones are available on the control and the user can navigate to the related zone with using the sub-table navigation buttons.
Configure Table control to show multiple tables 4: