Alarmnotifierlist, Alarmnotifierlist -5, 1 alarmnotifierlist – Echelon i.LON 100 e2 Internet Server User Manual
Page 111

i.
LON 100 Internet Server Programmer’s Reference
8-5
8.2.1.1 AlarmNotifierList
Use the AlarmNotifierList function to retrieve a list of the Alarm Notifiers that you have
added to the
i.
LON 100. The AlarmNotifierList 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 Alarm Notifier application is using in the <Result> parameter. The <Result> parameter
also includes an <Alarm> element for each Alarm Notifier that you have added to the
i.
LON
100. The next section, AlarmNotifierGet, describes the properties that are included in each of
these elements.
You could use the list of <Alarm> elements returned by this function as input for the
AlarmNotifierGet function. The AlarmNotifierGet function would then return the
configuration of each Alarm Notifier included in the list.
<Data>
Parameter
Empty String
<Result>
Parameter
<Result>
<iLONAlarmNotifier>
<SCPTobjMajVer>1</SCPTobjMajVer>
<SCPTobjMinVer>1</SCPTobjMinVer>
<Alarm>
<UCPTindex>0</UCPTindex>
<UCPTlastUpdate>2002-06-20T12:37:07Z</UCPTlastUpdate>
<UCPTdescription>Control of the Data Logger</UCPTdescription>
<UCPTfbName>Alarm Notifier- 0</UCPTfbName>
</Alarm>
<Alarm>
<UCPTindex>1</UCPTindex>
<UCPTlastUpdate>200206-20T12:37:07Z</UCPTlastUpdate>
<UCPTdescription>Temperature alarm</UCPTdescription>
<UCPTfbName>Alarm Notifier- 1</UCPTfbName>
</Alarm>
</iLONAlarmNotifier>
</Result>