
B-63924EN/01 3.CUSTOMIZATION
- 285 -
3.5.5.17 Parameter screen-specific definitions
The pages tag can contain only one page tag definition. The page tag
can contain up to 128 data_series tag definitions.
The page tag can contain only subtitle and data_series tag definitions;
any other items (such as index attribute, label tag, image tag,
backcolor attribute, and controlbase tag) in the page tag are ignored.
The first data_series tag can contain only a location tag definition. It
is used to define the display start position (top left corner) of
parameter information. The subsequent parameter information
displays are arranged in a vertical array.
The second and subsequent data_series tags can contain protect
attribute, s_no tag, and e_no tag definitions.
• s_no
This tag allows you to define the start number for parameters to
be protected from editing or hidden.
• e_no
This tag allows you to define the end number for parameters to
be protected from editing or hidden.
• protect
This item allows you to specify to write-protect or hide the
parameters in a range identified with the s_no and e_no
definitions within the same data_series tag.
Displayed parameter
information
protect attribute value
Protected from editing True
Hidden False
<data_series>
<location>
<left>60</left>
<top>10</top>
</location>
</data_series>
<data_series bop2:protect="false">
<s_no>9000</s_no>
<e_no>9999</e_no>
</data_series>
</page>