Dataloggerget, Dataloggerget -6, 2 dataloggerget – Echelon i.LON 100 e2 Internet Server User Manual

Page 78

Advertising
background image

6.2.1.2 DataLoggerGet

You can use the DataLoggerGet function to retrieve the configuration of any Data Logger
that you have added to the

i.

LON 100. You must reference the Data Logger whose

configuration is to be returned by its index number in the <Data> parameter you supply to

the function, as in the example below.

<Data> Parameter

<Data>
<iLONDataLogger>
<Log>

<UCPTindex>0</UCPTindex>
</Log>
</iLONDataLogger>
</Data>

<Result> Parameter

<Result>
<iLONDataLogger>
<Log>

<UCPTindex>0</UCPTindex>
<UCPTlastUpdate>2002-02-12T14:36:51Z</UCPTlastUpdate>
<UCPTdescrip

Temperature monitor</UCPTdescription>

tion>

<UCPTfbName>Data Logger- 0</UCPTfbName>
<UCPTlogType>LT_CIRCULAR</UCPTlogType>

<UCPTlogSize>100</UCPTlogSize>
<UCPTlogFormat>LF_BINARY</UCPTlogFormat>
<UCPTlogLevelAlarm>0.0</UCPTlogLevelAlarm>
<Point>

<UCPTindex>0</UCPTindex>
<UCPTpointName>NVL_nviWHTot1</UCPTpointName>
<UCPTlogMinDeltaTime>0.0</UCPTlogMinDeltaTime>
<UCPTlogMinDeltaValue>0</UCPTlogMinDeltaValue>
<UCPTpollRate>0</UCPTpollRate>
</Point>
<Point>

<UCPTindex>1</UCPTindex>

<UCPTpointName>NVL_nviWHTot2</UCPTpointName>
<UCPTlogMinDeltaTime>0.0</UCPTlogMinDeltaTime>
<UCPTlogMinDeltaValue>0</UCPTlogMinDeltaValue>
<UCPTpollRate>0</UCPTpollRate>
</Point>
</Log>
</iLONDataLogger>
</Result>

The function returns a <Log> element for each Data Logger referenced in the <Data>

parameter you supplied to the function. The properties included in each element are initially

defined when the Data Logger is created. You can write to them with the DataLoggerSet
function. Table 14 describes these properties.
For more information on the DataLoggerSet function, see DataLoggerSet on page 6-10.

Table 14 DataLoggerGet Output Properties

Property Description

i.

LON 100 Internet Server Program

6-6

mer’s Reference

Advertising