Register    Login    Forum    Search    FAQ

Board index » Programming Alarm Modems » TiXML




Post new topic Reply to topic  [ 1 post ] 
Author Message
 Post Posted: Tue Oct 11, 2005 2:22 pm 
Offline
Tixi-Support-Team

Joined: Mon Oct 10, 2005 1:40 pm
Posts: 94
Location: Berlin
Idea of our customer Peter Junk from company "HIT":

The RTC time can be synchonized on the Internet, including a
automatic summer winter time change.
If no Internet access is available, one can do the change
also offline. The "SummerFlag" is required, with which the wintertime change from 3:00 to 2:00 is done once only. "SummerFlag" is set to 1 on summertime change.

[<SetConfig _="SCHEDULE" ver="y">
<Schedule>
<Summertime _="Ev_Summer">
<Month _="3"/>
<Day _="25-31"/>
<Weekday _="Su"/>
<Time _="02:00"/>
</Summertime>

<Wintertime _="Ev_Winter">
<Month _="10"/>
<Day _="25-31"/>
<Weekday _="Su"/>
<Time _="03:00"/>
</Wintertime>
</Schedule>
</SetConfig>]


[<SetConfig _="PROCCFG" ver="y">
<ProcessVars>
<SummerFlag/>
</ProcessVars>
</SetConfig>]

[<SetConfig _="EVENTS" ver="y">
<EventHandler>
<Ev_Summer>
<SetTime _="&#xae;/TIMES/Date;,03:00:00" ver="v"/>
<Set _="/Process/PV/SummerFlag" value="1" ver="v"/>
</Ev_Summer>
<Ev_Winter>
<If _="/Process/PV/SummerFlag">
<SetTime _="&#xae;/TIMES/Date;,02:00:00" ver="v"/>
</If>
<Set _="/Process/PV/SummerFlag" value="0" ver="v"/>
</Ev_Winter>
</EventHandler>
</SetConfig>]

_________________
Tixi Support Team

E-Mail-Support, Mo-Fr, 9:00am - 5:00pm, Tixi-Support@tixi.com
Support-Hotline, Mo-Fr, 9:00am - 5:00pm, +49-30-406 08 300


Top 
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
 
Post new topic Reply to topic  [ 1 post ] 

Board index » Programming Alarm Modems » TiXML


Who is online

Users browsing this forum: No registered users and 9 guests

 
 

 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron