Echelon i.LON SmartServer Technical Information Page 141

  • Download
  • Add to my manuals
  • Print
  • Page
    / 443
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 140
i.LON SmartServer 2.0 Programmer’s Reference
9-10
Property Description
<Exception>
The exceptions for the date-based schedule specify the dates on
which the date-based schedule will be active. These exceptions are
signified by a list of <Exception> elements. Each exception must be
referenced by its name (UCPTexceptionName).
You will define the name of an exception and the dates is applies to
when you create it with the Calendar application. For more
information on this, see Chapter 10,
Calendar.
9.3.2.3 Creating Events
The update events for each day-based or date-based schedule are signified by a list of <Event>
elements. Each update event will be used on the days that this day-based or date-based schedule is
active. Note that there is no limit on the number of events supported by the Scheduler application.
<Event>
<UCPTindex>1</UCPTindex>
<UCPTtime>00:15:00</UCPTtime>
<UCPTvalue LonFormat="">OFF</UCPTvalue>
<UCPTvalue LonFormat="UCPTvalueDef">OFF</UCPTvalue>
<UCPTtimeDirection LonFormat="UCPTtimeDirection">TD_NEGATIVE</UCPTtimeDirection>
<UCPTbaseTimePath>../../DataPoint[UCPTnickName="Sunrise"]</UCPTbaseTimePath>
<UCPTeventType LonFormat="UCPTeventType">ET_NUL</UCPTeventType>
</Event>
Each <Event> element contains the following properties:
Property Description
<UCPTindex>
The index number for the event.
<UCPTtime>
If you are creating a time-of-day event, this is the local time that
defines the time of day when the data points selected for your
Scheduler will be updated to the value specified for the
<UCPTValue> property. This time must be entered in 24-hour
format, e.g. 15:30:00 represents 3:30:00 PM.
If you are creating an event that is to occur sometime before or after
sunrise or sundown, enter the offset to be applied to the calculated
sunrise or sundown time. The offset must be entered in 24-hour
format with a valid range between 00:01:00 and 23:59:00.
<UCPTvalue>
The value to be written to the data point at the time specified in the
<UCPTtime> property. You can specify one or more <UCPTvalue>
elements with an empty LonFormat attribute, or with a LonFormat
attribute that is set to "UCPTvalueDef", and you can set
<UCPTvalue> to a value string such as “100.0 1” or a value
definition (preset) such as “ON”. The last <UCPTvalue> property
defined is the one that is used.
For example, you can define a value string for a SNVT_switch data
point using either of the following statements:
<UCPTvalue LonFormat="">100.0 1</UCPTvalue>
<UCPTvalue LonFormat="UCPTvalueDef">100.0 1</UCPTvalue>
Alternatively, you can define a value definition (preset) for a
Page view 140
1 2 ... 136 137 138 139 140 141 142 143 144 145 146 ... 442 443

Comments to this Manuals

No comments