Parameter:
x x-coordinate, top left
y y-coordinate, top left
w Width
h Height
f1 Color of the border
f2 Fill color
s Border style:
1 = solid
2 = dashed
3 = dotted
4 = dashed and dotted
ELLIPSE element
Programming:
Syntax: ELLIPSE(x,y,w,h,f1,f2,s)
Description: Defines an ellipse or circle
Parameter:
x x-coordinate, top left
y y-coordinate, top left
w Width
h Height
f1 Color of the border
f2 Fill color
s Border style:
1 = solid
2 = dashed
3 = dotted
4 = dashed and dotted
A circle is created when the values for height and width are the same.
V_SEPARATOR element
Programming:
Syntax: V_SEPARATOR (x,w,color,pen)
Description: Defines a vertical dividing line
Parameter:
x x position
w Line weight
color Color
pen Line style:
1 = solid
2 = dashed
3 = dotted
4 = dashed and dotted
Graphic and logic elements
7.1 Line, dividing line, rectangle, circle and ellipse
SINUMERIK Integrate Run MyScreens (BE2)
194 Programming Manual, 12/2017, 6FC5397-1DP40-6BA1