Focus Control In The Table (Cell) - Siemens SINUMERIK 828D Commissioning Manual

Hide thumbs Also See for SINUMERIK 828D:
Table of Contents

Advertisement

Graphic and logic elements
7.3 Table description (grid)
See also
Load Grid (LG) (Page 137)
7.3.3

Focus control in the table (cell)

Description
The Row and Col properties can be used to set and calculate the focus within a table:
● Identifier.Row
● Identifier.Col
Programming
Each cell in a table has the Val and Vld properties.
In order to read and write cell properties, a line and column index must be specified in addition
to the variable identifiers from the definition list.
Syntax:
Description:
Syntax:
Description:
Example
Var1[2,3].val=1.203
If the line and column indices are not specified, the indices of the focused cell apply. This
corresponds to:
Var1.Row =2
Var1.Col=3
Var1.val=1.203
174
Identifier[Line index, column index].val or
Identifier[Line index, column index]
Val properties
Identifier[Line index, column index].vld
Vld properties
SINUMERIK Integrate Run MyScreens
Programming Manual, 10/2015, 6FC5397-3DP40-5BA3

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents