
TrendReader Standard 2
131
2005 ACR Systems Inc.
ANSWER0 = (ANSWER0-0)/1000
This line is inserted by the system and is used to convert the result from your selected
subunit into the default subunit. If you are using the default subunit, this line will not
7.8.2 Objects
An object is a software entity which can be used in equations. An object includes properties
and methods which can be invoked by equations. You have access to two objects:
7.8.2.1
Logger
The Logger object is a software representation of the physical logger. The properties
associated with a Logger are:
Table 1: Logger Properties
number of channels logger contains
range size of logger, OWL logger specific
range resistor, OWL logger specific property
range gain, OWL logger specific property
range offset, OWL logger specific property
The methods associated with a Logger are:
GetChannelIndexByNumber(ch_number As Integer) As Integer
This method gets the channel index of a given channel number. A channel index is the
sequential number of Logger object. A channel number is the number retrieved from the
GetChannelNumberByIndex(index As Integer) As Integer
This method gets the channel number of a given channel index.
GetChannelReading(index As Integer) As Double
This method gets the engineering value of the reading for the channel referenced by index.
Commentaires sur ces manuels