The UK Home Automation Archive

Archive Home
Group Home
Search Archive


Advanced Search

The UKHA-ARCHIVE IS CEASING OPERATIONS 31 DEC 2024


[Message Prev][Message Next][Thread Prev][Thread Next][Message Index][Thread Index]

RE: xPL cm11 Service


  • Subject: RE: xPL cm11 Service
  • From: "Neil Wrightson" <neilw@xxxxxxxxxx>
  • Date: Sat, 24 Dec 2005 20:04:24 +1100

Hi Frank,

When you edit the Event it displays an "End Time" as well as the
"Start
Time"

Could this somehow be used against an object i.e.

Pool_Pump := "B1"

Pool_Object
Start_Time ;
End_Time ;
End;

Pool_Object.Start_time
Begin
call X10.Send(Pool_Pump,"On",0)
End

Pool_Object.End_time
Begin
call X10.Send(Pool_Pump,"Off",0)
End


This way only one event needs to be created to look after the job of
controlling the Pool_Pump.
Much tidier and easier to understand. One job, One event.



Regards,

Neil Wrightson.


> -----Original Message-----
> From: Frank Mc Alinden [mailto:frankmc@xxxxxxx]
> Sent: Saturday, 24 December 2005 7:51 PM
> To: ukha_xpl@xxxxxxx
> Subject: Re: [ukha_xpl] xPL cm11 Service
>
>
> Hi Neil
>
> > Removed the execution times from the determinator and added
> a event that
> > called the determinator. This turned on the light. :)
>
> Nice ;-))
>
> > 1) Why does the event scheduled for 19:31 actually start at
> 19:31:40 (40
> > seconds later)?
>
> Not sure Ian or John might have to answer this ....might
> depend on whats
> being processed or timer resolution ??
>
> > 2) Why does the event not retain the "End Time"
>
> Not sure what you mean here .....If your using a recurring
> timer say set to
> 8am and only want it to run once a day set the start time to
> 8am and the end
> time also to 8am......
>
> You will then need to have another timer to run @ 9am ...10am
> ...11am or
> whatever time you want the pool pump to go off which will run another
> Determinator which will send an x10 off command to your pump...
>
> HTH'
> Frank
>
>
> ----- Original Message -----
> From: "Neil Wrightson" <neilw@xxxxxxx>
> To: <ukha_xpl@xxxxxxx>
> Sent: Saturday, December 24, 2005 7:36 PM
> Subject: RE: [ukha_xpl] xPL cm11 Service
>
>
> > Hi Frank,
> >
> > Removed the execution times from the determinator and added
> a event that
> > called the determinator. This turned on the light. :)
> > Now three questions
> > 1) Why does the event scheduled for 19:31 actually start at
> 19:31:40 (40
> > seconds later)?
> > 2) Why does the event not retain the "End Time"
> > 3) How do I use the "End Time"
> >
> > Regards,
> >
> > Neil Wrightson.
> > Email ; neilw@xxxxxxx
> > Mobile : 0438 505 390
> > Phone  : 02 4950 5390
> > Fax : 02 4950 5922
> >
> >
> >
> >> -----Original Message-----
> >> From: Frank Mc Alinden [mailto:frankmc@xxxxxxx]
> >> Sent: Saturday, 24 December 2005 7:15 PM
> >> To: ukha_xpl@xxxxxxx
> >> Subject: Re: [ukha_xpl] xPL cm11 Service
> >>
> >>
> >> Hi Neil
> >>
> >> Are you trying to trigger the Determinator at a specified
time ???
> >>
> >> If so no need to have any input condition , just actions only
> >> and create a
> >> Timer Event which will run the Pool pump on Determinator as
> >> required......
> >> Frank
> >>
> >>
> >> ----- Original Message -----
> >> From: "Frank Mc Alinden" <frankmc@xxxxxxx>
> >> To: <ukha_xpl@xxxxxxx>
> >> Sent: Saturday, December 24, 2005 7:11 PM
> >> Subject: Re: [ukha_xpl] xPL cm11 Service
> >>
> >>
> >> > Hi Neil
> >> >
> >> >> Yes, I originally tried it with just one time only.
Made
> >> no difference.
> >> >
> >> > You would need to select "Match any"  in your
input
> >> conditions page  as it
> >> > appears to have "Matched all" selected
currently???
> >> >
> >> > Not sure if this  will fix your issue as i would  assume
> >> you should still
> >> > be
> >> > able to run the macro manually ...but worth a try
> >> >
> >> > HTH'
> >> > Frank
> >> >
> >> >
> >> > ----- Original Message -----
> >> > From: "Neil Wrightson" <neilw@xxxxxxx>
> >> > To: <ukha_xpl@xxxxxxx>
> >> > Sent: Saturday, December 24, 2005 7:07 PM
> >> > Subject: RE: [ukha_xpl] xPL cm11 Service
> >> >
> >> >
> >> >> Hi Frank,
> >> >>
> >> >>> Looking at that source code does it indicate
that the time to
> >> >>> trigger it  is
> >> >>> 7am as well as 5pm ??
> >> >>>
> >> >> Yes, I originally tried it with just one time only.
Made
> >> no difference.
> >> >>
> >> >> What I would like to ultimately do, is have it based
on
> seasons :
> >> >> Summer - 2 hours in the morning and three in the
afternoon.
> >> >> Spring - one hour in the morning and 2 in the
afternoon.
> >> >> Autumn - one hour in the morning and 2 in the
afternoon.
> >> >> Winter - one hour in the afternoon.
> >> >>
> >> >> Regards,
> >> >>
> >> >> Neil Wrightson.
> >> >>
> >> >>
> >> >>> -----Original Message-----
> >> >>> From: Frank Mc Alinden [mailto:frankmc@xxxxxxx]
> >> >>> Sent: Saturday, 24 December 2005 6:59 PM
> >> >>> To: ukha_xpl@xxxxxxx
> >> >>> Subject: Re: [ukha_xpl] xPL cm11 Service
> >> >>>
> >> >>>
> >> >>> Hi Neil
> >> >>>
> >> >>> Not familair with  coding side of things....
> >> >>>
> >> >>> What input conditions do you have ???
> >> >>>
> >> >>> >  <timeCondition
display_name="Morning" operator="="
> >> value="07:00" />
> >> >>> >  <timeCondition
display_name="Afternoon" operator="="
> >> >>> value="17:00" />
> >> >>>
> >> >>> Looking at that source code does it indicate
that the time to
> >> >>> trigger it  is
> >> >>> 7am as well as 5pm ??
> >> >>>
> >> >>> Frank
> >> >>>
> >> >>>
> >> >>> ----- Original Message -----
> >> >>> From: "Neil Wrightson"
<neilw@xxxxxxx>
> >> >>> To: <ukha_xpl@xxxxxxx>
> >> >>> Sent: Saturday, December 24, 2005 6:34 PM
> >> >>> Subject: RE: [ukha_xpl] xPL cm11 Service
> >> >>>
> >> >>>
> >> >>> > Hi Frank,
> >> >>> >
> >> >>> >> Are you sure your Determinator is
correct ??
> >> >>> > No, but I think it is ???
> >> >>> > As per my other question, is there a way I
can display the
> >> >>> source code for
> >> >>> > the determinator in my email so that others
may check?
> >> >>> > Never mind, answered my own question, here
it is
> >> >>> >
> >> >>> >  <?xml version="1.0"
standalone="no" ?>
> >> >>> > - <xplDeterminator>
> >> >>> > - <determinator name="Pool"
description="Pool Pump
> Controller"
> >> >>> > enabled="Y">
> >> >>> > - <input match="all">
> >> >>> >  <timeCondition
display_name="Morning" operator="="
> >> value="07:00" />
> >> >>> >  <timeCondition
display_name="Afternoon" operator="="
> >> >>> value="17:00" />
> >> >>> >  </input>
> >> >>> > - <output>
> >> >>> > - <xplAction executeOrder="0"
display_name="Turn ON Pump"
> >> >>> msg_type="cmnd"
> >> >>> > msg_target="JOHNB-CM12.DEVELOPXP"
msg_schema="x10.basic">
> >> >>> >  <xplActionParam
expression="command=on" />
> >> >>> >  <xplActionParam
expression="device=K1" />
> >> >>> >  </xplAction>
> >> >>> >  </output>
> >> >>> >  </determinator>
> >> >>> >  </xplDeterminator>
> >> >>> >
> >> >>> > Regards,
> >> >>> >
> >> >>> > Neil Wrightson.
> >> >>> >
> >> >>> >
> >> >>> >> -----Original Message-----
> >> >>> >> From: Frank Mc Alinden [mailto:frankmc@xxxxxxx]
> >> >>> >> Sent: Saturday, 24 December 2005 5:55
PM
> >> >>> >> To: ukha_xpl@xxxxxxx
> >> >>> >> Subject: Re: [ukha_xpl] xPL cm11
Service
> >> >>> >>
> >> >>> >>
> >> >>> >> Hi Neil
> >> >>> >>
> >> >>> >> > Seasons greetings to you and your
family, I hope you are
> >> >>> >> enjoying your
> >> >>> >> > Christmas break and Santa is good
to you.
> >> >>> >>
> >> >>> >> And the same to you and yours......
> >> >>> >>
> >> >>> >> Im sitting here playing with Gerry
Dupreys RGBLED Board ;-))
> >> >>> >>
> >> >>> >> >> Did you manually trigger the
determinator to see if it
> >> >>> >> operated ok ???
> >> >>> >> > Tried that, did not work.
> >> >>> >>
> >> >>> >> Sometimes i find if i use refresh (on
the toolbar
> at the top)
> >> >>> >> then try to
> >> >>> >> run the Determinator manully it
works....??
> >> >>> >> Are you sure your Determinator is
correct ??
> >> >>> >>
> >> >>> >> Frank
> >> >>> >>
> >> >>> >>
> >> >>> >>
> >> >>> >>
> >> >>> >>
> >> >>> >>
> >> >>> >>
> >> >>> >> ----- Original Message -----
> >> >>> >> From: "Neil Wrightson"
<neilw@xxxxxxx>
> >> >>> >> To: <ukha_xpl@xxxxxxx>
> >> >>> >> Sent: Saturday, December 24, 2005 5:51
PM
> >> >>> >> Subject: RE: [ukha_xpl] xPL cm11
Service
> >> >>> >>
> >> >>> >>
> >> >>> >> > Hi Frank,
> >> >>> >> > Seasons greetings to you and your
family, I hope you are
> >> >>> >> enjoying your
> >> >>> >> > Christmas break and Santa is good
to you.
> >> >>> >> >
> >> >>> >> >> Did you manually trigger the
determinator to see if it
> >> >>> >> operated ok ???
> >> >>> >> > Tried that, did not work.
> >> >>> >> >
> >> >>> >> > Regards,
> >> >>> >> >
> >> >>> >> > Neil Wrightson.
> >> >>> >> >
> >> >>> >> >
> >> >>> >> >> -----Original Message-----
> >> >>> >> >> From: Frank Mc Alinden [mailto:frankmc@xxxxxxx]
> >> >>> >> >> Sent: Saturday, 24 December
2005 5:42 PM
> >> >>> >> >> To: ukha_xpl@xxxxxxx
> >> >>> >> >> Subject: Re: [ukha_xpl] xPL
cm11 Service
> >> >>> >> >>
> >> >>> >> >>
> >> >>> >> >> Hi Neil
> >> >>> >> >>
> >> >>> >> >> Did you manually trigger the
determinator to see if it
> >> >>> >> operated ok ???
> >> >>> >> >>
> >> >>> >> >> Frank
> >> >>> >> >>
> >> >>> >> >>
> >> >>> >> >> ----- Original Message -----
> >> >>> >> >> From: "Neil
Wrightson" <neilw@xxxxxxx>
> >> >>> >> >> To: <ukha_xpl@xxxxxxx>
> >> >>> >> >> Sent: Saturday, December 24,
2005 5:39 PM
> >> >>> >> >> Subject: [ukha_xpl] xPL cm11
Service
> >> >>> >> >>
> >> >>> >> >>
> >> >>> >> >> > Hi,
> >> >>> >> >> >
> >> >>> >> >> > How do you set the COM
port for the MEDUSA
> >> xPLCM11 Service?
> >> >>> >> >> >
> >> >>> >> >> > I created a Determinator
to turn on a X10 light at a
> >> >>> >> specific time.
> >> >>> >> >> > Guess what, it did not
work.
> >> >>> >> >> >
> >> >>> >> >> > Is there a way I can see
the source code for this
> >> >>> >> >> determinator and also
> >> >>> >> >> > put
> >> >>> >> >> > a copy into my email.
> >> >>> >> >> >
> >> >>> >> >> > Regards,
> >> >>> >> >> >
> >> >>> >> >> > Neil Wrightson.
> >> >>> >> >> >
> >> >>> >> >> >
> >> >>> >> >> > [Non-text portions of
this message have been removed]
> >> >>> >> >> >
> >> >>> >> >> >
> >> >>> >> >> >
> >> >>> >> >> >
> >> >>> >> >> > xPL Links: http://www.xplproject.org.uk
> >> http://www.xplhal.com
> >> >>> >> >> > http://www.xpl.myby.co.uk
> >> >>> >> >> > To Post a Message:
ukha_xpl@xxxxxxx
> >> >>> >> >> > To Subscribe: 
ukha_xpl-subscribe@xxxxxxx
> >> >>> >> >> > To Unsubscribe: 
ukha_xpl-unsubscribe@xxxxxxx
> >> >>> >> >> > Yahoo! Groups Links
> >> >>> >> >> >
> >> >>> >> >> >
> >> >>> >> >> >
> >> >>> >> >> >
> >> >>> >> >> >
> >> >>> >> >> >
> >> >>> >> >>
> >> >>> >> >>
> >> >>> >> >>
> >> >>> >> >> ------------------------
Yahoo! Groups Sponsor
> >> >>> >> >> --------------------~-->
> >> >>> >> >> Fair play? Video games
influencing politics. Click and
> >> >>> talk back!
> >> >>> >> >> http://us.click.yahoo.com/2jUsvC/tzNLAA/TtwFAA/h6uqlB/TM
> >> >>> >> >>
> >>
--------------------------------------------------------------
> >> >>> >> >> ------~->
> >> >>> >> >>
> >> >>> >> >> xPL Links: http://www.xplproject.org.uk
> >> http://www.xplhal.com
> >> >>> >> > http://www.xpl.myby.co.uk
> >> >>> >> > To Post a Message:
ukha_xpl@xxxxxxx
> >> >>> >> > To Subscribe: 
ukha_xpl-subscribe@xxxxxxx
> >> >>> >> > To Unsubscribe: 
ukha_xpl-unsubscribe@xxxxxxx
> >> >>> >> > Yahoo! Groups Links
> >> >>> >> >
> >> >>> >> >
> >> >>> >> >
> >> >>> >> >
> >> >>> >> >
> >> >>> >> >
> >> >>> >> >
> >> >>> >> >
> >> >>> >> >
> >> >>> >> > [Non-text portions of this message
have been removed]
> >> >>> >> >
> >> >>> >> >
> >> >>> >> >
> >> >>> >> >
> >> >>> >> > xPL Links: http://www.xplproject.org.uk
> http://www.xplhal.com
> >> >>> >> > http://www.xpl.myby.co.uk
> >> >>> >> > To Post a Message:
ukha_xpl@xxxxxxx
> >> >>> >> > To Subscribe: 
ukha_xpl-subscribe@xxxxxxx
> >> >>> >> > To Unsubscribe: 
ukha_xpl-unsubscribe@xxxxxxx
> >> >>> >> > Yahoo! Groups Links
> >> >>> >> >
> >> >>> >> >
> >> >>> >> >
> >> >>> >> >
> >> >>> >> >
> >> >>> >> >
> >> >>> >>
> >> >>> >>
> >> >>> >>
> >> >>> >> ------------------------ Yahoo! Groups
Sponsor
> >> >>> >> --------------------~-->
> >> >>> >> AIDS in India: A "lurking
bomb." Click and help
> stop AIDS now.
> >> >>> >> http://us.click.yahoo.com/9QUssC/lzNLAA/TtwFAA/h6uqlB/TM
> >> >>> >>
> --------------------------------------------------------------
> >> >>> >> ------~->
> >> >>> >>
> >> >>> >> xPL Links: http://www.xplproject.org.uk
> http://www.xplhal.com
> >> >>> > http://www.xpl.myby.co.uk
> >> >>> > To Post a Message: ukha_xpl@xxxxxxx
> >> >>> > To Subscribe:  ukha_xpl-subscribe@xxxxxxx
> >> >>> > To Unsubscribe: 
ukha_xpl-unsubscribe@xxxxxxx
> >> >>> > Yahoo! Groups Links
> >> >>> >
> >> >>> >
> >> >>> >
> >> >>> >
> >> >>> >
> >> >>> >
> >> >>> >
> >> >>> >
> >> >>> >
> >> >>> > [Non-text portions of this message have
been removed]
> >> >>> >
> >> >>> >
> >> >>> >
> >> >>> >
> >> >>> > xPL Links: http://www.xplproject.org.uk http://www.xplhal.com
> >> >>> > http://www.xpl.myby.co.uk
> >> >>> > To Post a Message: ukha_xpl@xxxxxxx
> >> >>> > To Subscribe:  ukha_xpl-subscribe@xxxxxxx
> >> >>> > To Unsubscribe: 
ukha_xpl-unsubscribe@xxxxxxx
> >> >>> > Yahoo! Groups Links
> >> >>> >
> >> >>> >
> >> >>> >
> >> >>> >
> >> >>> >
> >> >>> >
> >> >>> >
> >> >>>
> >> >>>
> >> >>>
> >> >>> ------------------------ Yahoo! Groups Sponsor
> >> >>> --------------------~-->
> >> >>> Fair play? Video games influencing politics.
Click and
> talk back!
> >> >>> http://us.click.yahoo.com/2jUsvC/tzNLAA/TtwFAA/h6uqlB/TM
> >> >>>
--------------------------------------------------------------
> >> >>> ------~->
> >> >>>
> >> >>> xPL Links: http://www.xplproject.org.uk http://www.xplhal.com
> >> >> http://www.xpl.myby.co.uk
> >> >> To Post a Message: ukha_xpl@xxxxxxx
> >> >> To Subscribe:  ukha_xpl-subscribe@xxxxxxx
> >> >> To Unsubscribe:  ukha_xpl-unsubscribe@xxxxxxx
> >> >> Yahoo! Groups Links
> >> >>
> >> >>
> >> >>
> >> >>
> >> >>
> >> >>
> >> >>
> >> >>
> >> >>
> >> >> [Non-text portions of this message have been
removed]
> >> >>
> >> >>
> >> >>
> >> >>
> >> >> xPL Links: http://www.xplproject.org.uk http://www.xplhal.com
> >> >> http://www.xpl.myby.co.uk
> >> >> To Post a Message: ukha_xpl@xxxxxxx
> >> >> To Subscribe:  ukha_xpl-subscribe@xxxxxxx
> >> >> To Unsubscribe:  ukha_xpl-unsubscribe@xxxxxxx
> >> >> Yahoo! Groups Links
> >> >>
> >> >>
> >> >>
> >> >>
> >> >>
> >> >>
> >> >
> >> >
> >> >
> >> >
> >> > xPL Links: http://www.xplproject.org.uk http://www.xplhal.com
> >> > http://www.xpl.myby.co.uk
> >> > To Post a Message: ukha_xpl@xxxxxxx
> >> > To Subscribe:  ukha_xpl-subscribe@xxxxxxx
> >> > To Unsubscribe:  ukha_xpl-unsubscribe@xxxxxxx
> >> > Yahoo! Groups Links
> >> >
> >> >
> >> >
> >> >
> >> >
> >> >
> >>
> >>
> >>
> >> ------------------------ Yahoo! Groups Sponsor
> >> --------------------~-->
> >> Fair play? Video games influencing politics. Click and talk
back!
> >> http://us.click.yahoo.com/2jUsvC/tzNLAA/TtwFAA/h6uqlB/TM
> >>
--------------------------------------------------------------
> >> ------~->
> >>
> >> xPL Links: http://www.xplproject.org.uk http://www.xplhal.com
> > http://www.xpl.myby.co.uk
> > To Post a Message: ukha_xpl@xxxxxxx
> > To Subscribe:  ukha_xpl-subscribe@xxxxxxx
> > To Unsubscribe:  ukha_xpl-unsubscribe@xxxxxxx
> > Yahoo! Groups Links
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> > [Non-text portions of this message have been removed]
> >
> >
> >
> >
> > xPL Links: http://www.xplproject.org.uk http://www.xplhal.com
> > http://www.xpl.myby.co.uk
> > To Post a Message: ukha_xpl@xxxxxxx
> > To Subscribe:  ukha_xpl-subscribe@xxxxxxx
> > To Unsubscribe:  ukha_xpl-unsubscribe@xxxxxxx
> > Yahoo! Groups Links
> >
> >
> >
> >
> >
> >
>
>
>
> ------------------------ Yahoo! Groups Sponsor
> --------------------~-->
> Most low income homes are not online. Make a difference this
> holiday season!
> http://us.click.yahoo.com/5UeCyC/BWHMAA/TtwFAA/h6uqlB/TM
> --------------------------------------------------------------
> ------~->
>
> xPL Links: http://www.xplproject.org.uk http://www.xplhal.com
http://www.xpl.myby.co.uk
To Post a Message: ukha_xpl@xxxxxxx
To Subscribe:  ukha_xpl-subscribe@xxxxxxx
To Unsubscribe:  ukha_xpl-unsubscribe@xxxxxxx

xPL Main Index | xPL Thread Index | xPL Home | Archives Home

Comments to the Webmaster are always welcomed, please use this contact form . Note that as this site is a mailing list archive, the Webmaster has no control over the contents of the messages. Comments about message content should be directed to the relevant mailing list.