Instruction Manual
7.2.1.1 AlarmGeneratorList 
Use the AlarmGeneratorList function to retrieve a list of the Alarm Generators that you 
have added to the i.LON 100. The AlarmGeneratorList 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 Alarm Generator application is using in the <Result> parameter. The <Result> 
parameter also includes an <Alarm> element for each Alarm Generator that you have added 
to the i.LON 100. The next section, AlarmGeneratorGet, describes the properties included in 
each <Alarm> element. 
You could use the list of <Alarm> elements returned by this function as input for the 
AlarmGeneratorGet function. The AlarmGeneratorGet function would then return the 
configuration of every Alarm Generator included in the list. 
<Data> 
Parameter 
Empty String 
<Result> 
Parameter 
<Result> 
 <iLONAlarmGenerator> 
 <SCPTobjMajVer>1</SCPTobjMajVer> 
 <SCPTobjMinVer>1</SCPTobjMinVer> 
 <Alarm> 
 <UCPTindex>0</UCPTindex> 
 <UCPTdescription>Light Control</UCPTdescription> 
 <UCPTfbName>Alarm Generator- 0</UCPTfbName> 
 <UCPTlastUpdate>2002-06-20T12:37:05Z</UCPTlastUpdate> 
 </Alarm> 
 <Alarm> 
 <UCPTindex>1</UCPTindex> 
 <UCPTdescription> Heating Control </UCPTdescription> 
 <UCPTfbName> Alarm Generator- 1</UCPTfbName> 
 <UCPTlastUpdate>2002-06-25T18:45:18Z </UCPTlastUpdate> 
 </Alarm> 
 </iLONAlarmGenerator>
</Result> 
i.LON 100 Internet Server Program7-4  mer’s Reference 










