xal-users Mailing List for XAL
Brought to you by:
sbarron
You can subscribe to this list here.
| 2000 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(4) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2001 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: Kevin S. <Kev...@th...> - 2001-03-14 02:49:27
|
I am using the xal functions through the pyX10 interface and I am having trouble implementing a rather simple scenario. I implement a poll in a while loop to track all traffic on a CM11 as follows: c = xal.x10_controller_open(xal.X10_CONTROLLER_CM11) x = xal.x10_event_t() while xal.x10_poll(c, x, None): <<Do operations here.>> This works great. However, I have a cron job that invokes X10 commands such as xal.x10_on(), xal.x10_off(), etc. The problem is that I don't know how to interrupt the above while loop to allow me to send these commands. The xal.x10_on() command just hangs. How can I get around this? Kevin Smith Kev...@th... |
|
From: Justin C. <jp...@do...> - 2000-07-24 09:38:15
|
Thats good news. I will go ahead and order one then. Will let you know when I have tested it. thanks Justin > > Hi Justin, > > It would appear that the CM12U is just the UK version of the CM11. The > CM11 is supported by XAL, so you should (in theory :) be able to use it to > control your CM12U. Please try it out and post back what you find out. I > don't have a CM11 (yet) so my testing in that area is limited. > > Thanks, > Scott > > On Fri, 21 Jul 2000, Justin Cormack wrote: > > > I am about to order a CM12U controller. This is a UK (240V) controller. > > Any idea if it is software compatible with any other controller (eg > > supported by xal)? If not, where can I get the specs to write controller > > code? (Who actually makes these things?) > > > > Justin > > > > _______________________________________________ > > Xal-users mailing list > > Xal...@li... > > http://lists.sourceforge.net/mailman/listinfo/xal-users > > > > -- > ------------------------------------------------------------------------------- > "That's a deer shooting hat." > "Like hell it is. This is a people shooting hat. I shoot people in this hat." > > > > _______________________________________________ > Xal-users mailing list > Xal...@li... > http://lists.sourceforge.net/mailman/listinfo/xal-users > |
|
From: Scott B. <ka...@dy...> - 2000-07-22 02:19:04
|
Hi Justin, It would appear that the CM12U is just the UK version of the CM11. The CM11 is supported by XAL, so you should (in theory :) be able to use it to control your CM12U. Please try it out and post back what you find out. I don't have a CM11 (yet) so my testing in that area is limited. Thanks, Scott On Fri, 21 Jul 2000, Justin Cormack wrote: > I am about to order a CM12U controller. This is a UK (240V) controller. > Any idea if it is software compatible with any other controller (eg > supported by xal)? If not, where can I get the specs to write controller > code? (Who actually makes these things?) > > Justin > > _______________________________________________ > Xal-users mailing list > Xal...@li... > http://lists.sourceforge.net/mailman/listinfo/xal-users > -- ------------------------------------------------------------------------------- "That's a deer shooting hat." "Like hell it is. This is a people shooting hat. I shoot people in this hat." |
|
From: Justin C. <jp...@do...> - 2000-07-21 12:38:14
|
I am about to order a CM12U controller. This is a UK (240V) controller. Any idea if it is software compatible with any other controller (eg supported by xal)? If not, where can I get the specs to write controller code? (Who actually makes these things?) Justin |
|
From: <ka...@dy...> - 2000-07-06 01:54:45
|
XAL version 4.0.2 has been released. Added in this version are support for the TWSER X10 device (courtesy of Les Smithson). Some portability issues have also been addressed and in theory XAL should compile on most UNIX systems. Please check the platforms page (http://xal.sourceforge.net/platforms.html) to see what has been tested. If you have compiled and run XAL on any other platform please post your results. Enjoy! Scott |