H_SEPARATOR element
Programming:
Syntax: H_SEPARATOR (y,h,color,pen)
Description: Defines a horizontal dividing line
Parameter:
y y position
h Line weight
color Color
pen Line style:
1 = solid
2 = dashed
3 = dotted
4 = dashed and dotted
See also
LOAD (Page 100
)
See also
CLEAR_BACKGROUND (Page 113)
7.2 Defining an array
Definition
An array can be used to organize data of the same data type stored in the memory in such a
way that it is possible to access the data via an index.
Description
Arrays can be one- or two-dimensional. A one-dimensional array is treated like a two-
dimensional array with just one line or column.
Arrays have start identifier //A and end identifier //END. The number of lines and columns is
optional. An array is structured in the following way:
Graphic and logic elements
7.2 Defining an array
SINUMERIK Integrate Run MyScreens
Programming Manual, 10/2015, 6FC5397-3DP40-5BA3 165