Programming
2.4 Complex dialog elements
Expanding the user interface
Commissioning Manual, 11/2006, 6FC5397-0DP10-0BA0
2-49
2.4.6 Defining table grids
Description
The table block comprises:
● Header
● 1 to n column descriptions
Programming
Syntax: //G
(Table identifier/Table type/Number of lines/
[Fixed line attribute],[Fixed column attribute])
Description: Defines table grids
Parameters: Table identifiers The table identifier is used without a leading % sign.
It can only be used once in a dialog.
Table type 0 (default) Table for PLC or user data
(NCK- and channel-specific
data)
1 and others, reserved
No. of lines Number of lines including header
The fixed line or fixed column is not scrolled. The
number of columns is the number of columns
configured.
Fixed line attribute 1:
0:
Active
Not active
Fixed column
attribute
1:
0:
Active
Not active
2.4.7 Defining columns
Description
For table grids, it is advisable to use variables with an index. For PLC or NC variables, the
index number is of significance with one or more indices.
The values displayed in a grid can be modified directly by the end user within the restrictions
of the rights granted by the attributes and within any limits defined.