Echelon i.LON SmartServer Technical Information Page 116

  • Download
  • Add to my manuals
  • Print
  • Page
    / 443
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 115
i.LON SmartServer 2.0 Programmer’s Reference
7-24
Response
<ClearResponse xmlns="http://wsdl.echelon.com/web_services_ns/ilon100/v4.0/message/">
<iLonItem >
<UCPTfaultCount>0</UCPTfaultCount>
<Item xsi:type="UFPTalarmNotifier_ClearResponse" >
<UCPTname>Net/LON/iLON App/Alarm Notifier[0]</UCPTname>
<UCPTlastUpdate>2008-03-03T11:39:21.960-08:00</UCPTlastUpdate>
<UCPTalarmLog LonFormat="UCPTalarmLog">HISTORICAL</UCPTalarmLog>
<UCPTstart>2008-02-29T17:50:00.580-08:00</UCPTstart>
<UCPTstop>2008-02-29T17:50:00.580-08:00</UCPTstop>
<UCPTmodificationNumber>4</UCPTmodificationNumber>
<UCPTlogLevel>0.495</UCPTlogLevel>
<UCPTtotalCount>1</UCPTtotalCount>
</Item>
</iLonItem>
</ClearResponse>
The Clear function returns the following information related to the alarm log file from which entries
were deleted:
Property Description
<UCPTname>
The name of the alarm log in which entries were cleared in
the following format: <network/channel/device/functional
block>.
<UCPTlastUpdate>
A timestamp indicating the time that the log was cleared.
<UCPTalarmLog>
The type of log file affected by the function: SUMMARY or
HISTORICAL.
<UCPTfileName>
The name of the log file the Alarm log is using.
<UCPTstart>
<UCPTstop>
Timestamps indicating the times of the first and last log
entries in the log file.
<UCPTmodificationNumber>
A counter indicating the number of times the log file has
been modified. The counter is not increased when data is
added to the end of the log, but only if some modifications
are made to the existing data.
<UCPTlogLevel>
The volume of the log file that has been consumed, as a
percentage. For example, the value 90.0 indicates that the
log is 90% full.
<UCPTtotalCount
The total number of entries contained in the data log read by
the function.
7.3.7
Using the Delete Function on an Alarm Notifier
You can use the Delete function to delete an Alarm Notifier. To delete an Alarm Notifier, you
provide an <Item> element with a UFPTalarmNotifier _Cfg type that includes the <UCPTname>
property of the alarm notifier to be deleted. The following code sample demonstrates how to use the
Delete function to delete an Alarm Notifier:
Request
<Delete xmlns="http://wsdl.echelon.com/web_services_ns/ilon100/v4.0/message/">
<iLonItem>
<Item xsi:type="UFPTalarmNotifier_Cfg">
<UCPTname> Net/LON/iLON App/Alarm Notifier[0]</UCPTname>
</Item>
Page view 115
1 2 ... 111 112 113 114 115 116 117 118 119 120 121 ... 442 443

Comments to this Manuals

No comments