Download Installation

Transcript
Chapter 9
409
Scripts
Table 15: ESAPAGEMGR methods accessible with Scripts
The object
ESAPAGE
Method
Description
OUT
IN
LightDown
Varies the light on the
display by decreasing it
-
-
Varies the light on the
display by setting the
specific value
-
LightSet
LightLevel
(Int)
The object ESAPAGE allows some properties of an individual
page to be managed as set out in the following table. The
string relating to the name of the references pages must be
passed to it. This object does not have usable methods but in
the following section we will analyze the object ESACNTRL
(child of the object ESAPAGE) which enables the user to act
on the individual objects contained in a page.
The correct syntax for using the object ESAPAGE is as follows:
ESAHMI.ESAPAGE(“NamePage“).AreaColor=RGB(23,24,23)
Warning: The methods and Properties of ESAPAGE (and thus of its
children’s objects) are only applicable to the currently open page. If
a Script tries to edit elements in a page not currently open in
runtime, an error signal will appear.
ESAPOLYMATH - User Manual - rev. 1.70