Instruction Manual
i.LON 100 Internet Server Programmer’s Reference  7-5 
7.2.1.2 AlarmGeneratorGet 
You can use the AlarmGeneratorGet function to retrieve the configuration of any Alarm 
Generator that you have added to the i.LON 100. You must reference the Alarm Generator 
whose configuration is to be retrieved by its index number in the <Data> parameter you 
supply to the function, as in the example below. 
<Data> Parameter 
<Data> 
 <iLONAlarmGenerator> 
 <Alarm> 
 <UCPTindex>1</UCPTindex> 
 </Alarm> 
 </iLONAlarmGenerator> 
</Data> 
<Result> Parameter 
<Result> 
 <iLONAlarmGenerator> 
 <Alarm> 
 <UCPTindex>1</UCPTindex> 
 <UCPTlastUpdate>2004-05-14T19:21:39Z</UCPTlastUpdate> 
 <UCPTdescription>Heating Controller</UCPTdescription> 
 <UCPTfbName>Alarm Generator- 1</UCPTfbName> 
 <SCPTalrmIhbT>0 00:00:00.000</SCPTalrmIhbT> 
 <UCPTalarmPriority>PR_LEVEL_1</UCPTalarmPriority> 
 <UCPTpollOnResetDelay>0.0</UCPTpollOnResetDelay> 
 <UCPTpollRate>0.0</UCPTpollRate> 
 <UCPTalarm2Description>none</UCPTalarm2Description> 
 <InputDataPoint> 
 <UCPTpointName>NVL_nviTemp0</UCPTpointName> 
 </InputDataPoint> 
 <CompareDataPoint> 
 <UCPTpointName>NVL_nviTemp1</UCPTpointName> 
 </CompareDataPoint> 
 <AlarmDataPoint> 
 <UCPTpointName>NVL_nvoAlarm0</UCPTpointName> 
 </AlarmDataPoint>   
 <Alarm2DataPoint> 
 <UCPTpointName>NVL_nvoAlarm2</UCPTpointName> 
 </Alarm2DataPoint> 
 <UCPTcompFunction>FN_LIMIT compFunction> 
</UCPT
 <UCPTalarmSetTime>0 00:00:00.000</UCPTalarmSetTime> 
 <UCPTalarmClrTime>0 00:00:00.000</UCPTalarmClrTime> 
 <UCPTlowLimit1Offset>4.0</UCPTlowLimit1Offset> 
 <UCPTlowLimit2Offset>8.0</UCPTlowLimit2Offset> 
 <UCPThighLimit1Offset>4.0</UCPThighLimit1Offset> 
 <UCPThighLimit2Offset>8.0</UCPThighLimit2Offset> 
 <SCPThystHigh1>2.0</SCPThystHigh1> 
 <SCPThystHigh2>2.0</SCPThystHigh2> 
 <SCPThystLow1>2.0</SCPThystLow1> 
 <SCPThystLow2>2.0</SCPThystLow2> 
 </Alarm> 
 </iLONAlarmGenerator> 
</Result>
The function returns an <Alarm> element for each Alarm Generator referenced in the 
<Data> parameter you supplied to the function. The properties contained within each 










