Commissioning Manual
6FC5397-4EP10-0BA8, 07/2018
329
The tag is used to display an image in the specified position. The BMP and PNG image
formats are supported.
<IMG xpos = "<X position>" ypos = "<Y position>" name = "<name>" />
<IMG … xrot="angle X axis" yrot=" angle Y axis " zrot=" angle Z axis
" />
•
X position of the top left corner
•
Y position of the top left corner
•
complete path name
•
Transparent color of the bitmap (see Section "Color coding (Page 309)"):
Continued
:
The image is rotated through 34 degrees around the Z axis:
<img xpos = "5" ypos = "23" name = "f:/appl/pic3.bmp" height="355"
width="550" zrot="34" color_bk="#ffffff" >
</img>
If the image display is to differ from the original size, the dimensions can be defined using
the attributes
and
.
•
Width in pixels
•
Height in pixels
<IMG xpos = "20" ypos = "40" name = "f:/appl/test.bmp" />
<IMG xpos = "5" ypos = "23" name = "f:/appl/test.bmp" height =
"355" width = "550"/>