Commissioning Manual
330 6FC5397-4EP10-0BA8, 07/2018
The tag draws a rectangle at the specified position, colored as indicated.
<BOX xpos = "<X position>" ypos = "<Y position>" width = "<X exten-
sion>" height = "<Y extension>" color = "<Color code>" />
•
X position of the top left corner
•
Y position of the top left corner
•
Extension in X direction (in pixels)
•
Extension in Y direction (in pixels)
•
Color coding (see Section "Color coding (Page 309)")
The tag executes the function body, which is specified under the attribute "
.
•
= "Name of the function body"
•
= "Variable name for saving the result of the function"
List of variables to be transferred to the function body. The variables must be separated by a
comma. A maximum of 10 parameters can be transferred.
It is also possible to specify constants or text expressions as call parameters. The identifier
_T should be placed at the start as a means of identifying text terms.
<FUNCTION name = "<function name>" />
Calling function expects a return value
<FUNCTION name = "<function name>" return = "<Variablenname>" />
Parameter transfer
<FUNCTION name = "<function name>"> var1, var2, var3 </FUNCTION>
<FUNCTION name = "<function name>"> _T"Text", 1.0, 1 </FUNCTION>