Dataloggerlist, Dataloggerlist -5, 1 dataloggerlist – Echelon i.LON 100 e2 Internet Server User Manual
Page 77

LON 100 Internet Server Programmer’s Reference
6-5
6.2.1.1 DataLoggerList
Use the DataLoggerList function to retrieve a list of the Data Loggers that you have added to
the
i.
LON 100. The DataLoggerList function takes an empty string as its <Data> parameter,
as in the example below.
The function returns the major and minor version numbers of the firmware implementation
that the Data Logger application is using in the <Result> parameter. The <Result>
parameter also includes a <Log> element for each Data Logger that you have added to the
i.
LON 100. The next section, DataLoggerGet, describes the properties included in each of
these elements.
You could use the list of <Log> elements returned by this function as input for the
DataLoggerGet function. The DataLoggerGet function would then return the configuration of
each Data Logger included in the list.
<Data> Parameter
Empty String
<Result> Parameter
<Result>
<iLONDataLogger>
<SCPTobjMajVer>1</SCPTobjMajVer>
<SCPTobjMinVer>1</SCPTobjMinVer>
<Log>
<UCPTindex>0</UCPTindex>
<UCPTlastUpdate>2002-12-21T12:31:00Z</UCPTlastUpdate>
<UCPTdescription>Light first Floor</UCPTdescription>
<
UCPTfbName>Data Logger- 0</UCPTfbName>
</Log>
<Log>
<UCPTindex>1</UCPTindex>
<UCPTlastUpdate>2002-12-21T12:31:01Z</UCPTlastUpdate>
<UCPTdescrip
Energy data</UCPTdescription>
tion>
<UCPTfbName>Data Logger- 1</UCPTfbName>
</Log>
<Log>
<UCPTindex>2</UCPTindex>
<UCPTlastUpdate>2002-12-21T12:31:02Z</UCPTlastUpdate>
<UCPTdescription>
<UCPTfbName>Data Logger- 2</UCPTfbName>
Light second Floor</UCPTdescription>
</Log>
</iLONDataLogger>
</Result>