Analogfblist, Analogfblist -4, 1 analogfblist – Echelon i.LON 100 e2 Internet Server User Manual

Page 141

Advertising
background image

9.2.1.1 AnalogFBList

Use the AnalogFBList function to retrieve a list of the Analog Function Blocks that you have
added to the

i.

LON 100. The AnalogFBList 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
the Analog Function Block application is using in the <Result> parameter. The <Result>

parameter also includes an <AnalogFB> element for each Analog Function Block that you
have added to the

i.

LON 100. The next section, AnalogFBGet, describes the properties

included in each of these elements.
You could use the list of <AnalogFB> elements returned by this function as input for the
AnalogFBGet function. The AnalogFBGet function would then return the configuration of

each Analog Function Block included in the list.

<Data>
Parameter

Empty String


<Result>
<iLONAnalogFB>

<SCPTobjMinVer>1</SCPTobjMinVer>
<AnalogFB>

<UCPTlastUpdate>2002-06-02T19:16:36Z</UCPTlastUpdate>

<UCPTdescription>Maximum Temperature</UCPTdescription>

<UCPTfbName>Analog Fn Block- 0</UCPTfbName>

<Result>
Parameter

<SCPTobjMajVer>1</SCPTobjMajVer>

<UCPTindex>0</UCPTindex>

</AnalogFB>
<AnalogFB>

<UCPTindex>1</UCPTindex>

<UCPTlastUpdate>2002-06-26T10:10:55Z</UCPTlastUpdate>

<UCPTdescription>Average Temperature</UCPTdescription>

<UCPTfbName>Analog Fn Block - 1</UCPTfbName>

</AnalogFB>
</iLONAnalogFB>

</Result>

i.

LON 100 Internet Server Program

9-4

mer’s Reference

Advertising