
B-63924EN/01 3.CUSTOMIZATION
- 261 -
Displayed position
information
datatype tag value
Relative position relative
Absolute position absolute
Machine position machine
Distance to go distance
• location
This tag allows you to define the position of the top left corner of
a display area.
The left and top tags correspond to the positions of the display
area represented in pixels, respectively, along the horizontal and
vertical axes.
• controlbase
This tag allows you to defined display information in the page
tag.
The display information includes the size, background color, and
font of a control.
For details, see Subsection 3.5.4.5, “controlbase definitions”.
• forecolor in the font tag in the controlbase tag
forecolor type index attribute number
Basic font color 0
Let us change the above example as shown below and see what is
displayed.
<data_series>
<s_no>1</s_no>
<e_no>4</e_no>
<datatype>relative</datatype>
<location>
<left>10</left>
<top>5</top>
</location>
<data>
<source>3</source>
</data>
</data_series>
<controlbase>
: Omitted (otherwise, control information is defined)
</controlbase>