beautypg.com

3 using the set function on a real time clock, Using the set function on a real-time clock -4 – Echelon i.LON SmartServer 2.0 User Manual

Page 170

background image

i.LON SmartServer 2.0 Programmer’s Reference

11-4

Property Description

The program ID and functional profile template used by the
real-time clock. This property is always
8000010128000000[4].UFPTrealTimeClock

A flag indicating whether the real-time clock functional
block is hidden or shown in the navigation pane on the left
side of the SmartServer Web interface. This property may
have the following values:

0

– shown

1

– hidden

This property only appears if the data logger is not
synchronized with an LNS network database or it has been
deleted. In this case, it has the following values:

IS_NOTSYNCED
IS_DELETED

A timestamp indicating the last time the configuration of the
real-time clock was updated. This timestamp uses the
following format:

YYYY-MM-DDTHH:MM:SSZ

The name of the file containing the configuration web page
for the Real-Time Clock on the SmartServer flash disk,
absolute or relative to /web/user/echelon. This property is

#8000010128000000[4].UFPTrealTimeClock _Cfg.htm

by

default.

The north-south location of the SmartServer relative to the
equator as a decimal fraction. If the SmartServer is located
south of the equator, this is a negative value between 0 and
–90. If it is located north of the equator, it is a positive
value between 0 and 90.

The east-west location of the SmartServer relative to the
Prime Meridian as a decimal fraction. If the SmartServer is
located west of the Prime Meridian, this is a negative value
between 0 and –180. If it is located is located east of the
Prime Meridian, it is a positive value between 0 and 180.

11.3.3

Using the Set Function on a Real-Time Clock

You can use the Set function to create new real-time clocks, or to overwrite the configuration of
existing real-time clocks. The real-time clocks to be created or written to are signified by a list of
elements in the input you supply to the function. The properties you must define within each

>

element are the same, whether you are creating a new real-time clock or modifying an existing

real-time clock. The previous section, Using the Get Function on a Real-Time Clock, describes these
properties.

Note: If you specify a real-time clock with the element, the Set function deletes the
specified real-time clock before the specified parameters are set. If the element is not
specified, a new real-time clock is created.