See also
Parameters of variables (Page 92)
Load Grid (LG) (Page 167)
7.3.1 Defining a table (grid)
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 a table (grid)
Parameters: Table identifier 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
Number 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.
Display of column
header line
-1:
0:
The column header line is not displayed
The column header line is displayed (default)
Number of fixed col‐
umns
0:
1 ... n:
No fixed column
Number of columns that are to be permanently
visible, i.e. not scrolled horizontally
Examples
//G(grid1/0/5/-1,2) Column header line is hidden and two fixed
columns
//G(grid1/0/5/,1) Column header line is displayed and one fixed
column
//G(grid1/0/5) Column header line is displayed and no fixed
columns
Graphic and logic elements
7.3 Table description (grid)
SINUMERIK Integrate Run MyScreens (BE2)
Programming Manual, 12/2017, 6FC5397-1DP40-6BA1 203