Search found 272 matches

by yaccri
Tue Feb 10, 2004 6:12 am
Forum: General
Topic: Generic Serial Port Device with parameters
Replies: 6
Views: 1190

Generic Serial Port Device with parameters

Hi, I use a serial I/O card that has 14 outputs(A-N). Instead of duplicating all commands 14 times, I set a parameter (%1%) in the command configuration. However, I don't understand how to set the parameter in the property manager or in the values of the generic serial port device. I tried to put %1...
by yaccri
Tue Jan 13, 2004 4:26 pm
Forum: Feature Requests
Topic: Sleep Timer - add milliseconds
Replies: 2
Views: 818

That's great Scott.

Thanks a lot.



Yoram.
by yaccri
Tue Jan 13, 2004 4:46 am
Forum: Feature Requests
Topic: Sleep Timer - add milliseconds
Replies: 2
Views: 818

Sleep Timer - add milliseconds

Hi Scott, The 'delay' action in a task that is called from another task causes the two tasks to hang. I tried the Sleep Timer device instead and it works fine. The only thing is that I would like to have a short delay of less than a second, and the Sleep Timer device has no such option. BTW, I didn'...
by yaccri
Wed Dec 17, 2003 3:27 pm
Forum: Feature Requests
Topic: New user feedback
Replies: 2
Views: 832

I like Claude's ideas. To avoid forgeting to enable things, I enable them before I fill the details, so maybe it's best to have them enabled by default. A more complicated approach would be to let the user define the system defaults. Maybe you would like to take this further with other system parame...
by yaccri
Wed Dec 17, 2003 3:06 pm
Forum: General
Topic: Scott, I am sure I speak for a lots of us have a nice xmas!
Replies: 5
Views: 1098

Hi Scott,



You are doing a marvelous job with HouseBot. Take some time to rest and enjoy christmas.



Thank you so much for the great support,



Yoram
by yaccri
Fri Dec 05, 2003 5:21 pm
Forum: General
Topic: Serial Module & data In, manipulating data out?
Replies: 7
Views: 1464

Indeed the serial device is a bit confusing. I try to recall what I did a few months earlier. Few extra steps are needed: - Define a new Alpha-Numeric property in the property manager. Name it something like 'Send XYZ Command', where 'XYZ' is your serial device name. Add discrete values to it like '...
by yaccri
Fri Dec 05, 2003 11:13 am
Forum: General
Topic: Serial Module & data In, manipulating data out?
Replies: 7
Views: 1464

OK, we'll take it step by step. Create a new task (by right clicking the tasks), and name it. When the task window opens, check the 'Enabled' and the 'When conditions are met' properties. In the task code below, select "add item..." and a new window will pop-up. Select 'Add condition', sel...
by yaccri
Thu Dec 04, 2003 4:44 pm
Forum: General
Topic: Serial Module & data In, manipulating data out?
Replies: 7
Views: 1464

The serial device has a 'Received Data' property. You need an automatic task (execution mode-when conditions are met) that would compare the 'received data' to what you are expecting ("GB"). I suggest that immediately after that you reset the received data (otherwise you would run into a l...
by yaccri
Wed Dec 03, 2003 1:57 pm
Forum: Feature Requests
Topic: The 'Dial' control
Replies: 1
Views: 577

The 'Dial' control

I tried the new Dial control. I don't plan to use it, but I have some suggestions: - Add a visual hint about the 'Base Position'. - Do not allow to pass through the 'Base Position'. Please don't bother with the above unless you or other users think that this is necessary. Off topic, there is one pre...
by yaccri
Wed Nov 26, 2003 4:40 pm
Forum: Feature Requests
Topic: Control Copy and Paste Location
Replies: 2
Views: 923

Michael, If what you're trying to do is to have some controls always visible, while others change with the panel change, there's an easier and better way: - Use a big panel for the main panel, and smaller panels for the others. - Have your 'fixed' controls in your main panel and define the panel typ...
by yaccri
Thu Nov 20, 2003 2:42 am
Forum: Feature Requests
Topic: Movie players and Directory Listings
Replies: 7
Views: 1668

I tried the new version of BSPlayer, and it's a bad one. Don't waste your time with it. The previous version was MUCH better. The new version is a pre-release, so I hope that they will fix all the problems.

In the meantime, I will check what it takes to integrate it with HouseBot.



Yoram
by yaccri
Wed Nov 19, 2003 2:36 am
Forum: Feature Requests
Topic: Movie players and Directory Listings
Replies: 7
Views: 1668

Personaly, I don't like the Windows Media Player, because it takes a lot of system resources. I have been looking for alternatives and recently came across BSPlayer ( http://www.bsplayer.org/ ). It uses the cpu much less intensively, and has many options, including command line controls. It crashed ...
by yaccri
Tue Nov 18, 2003 11:08 am
Forum: Bug Reports
Topic: Panel Enter List does not execute task
Replies: 5
Views: 1645

You can make the device dedicated to that script by giving the full path to the script in the 'Name of Script' property in the device itself. In the script, you can take property values from HouseBot, so you don't need to use parameters. If you dedicate the device to a script, I suggest that you nam...
by yaccri
Tue Nov 18, 2003 7:27 am
Forum: Bug Reports
Topic: Panel Enter List does not execute task
Replies: 5
Views: 1645

Circe640,



Indeed, tasks are limited.

An alternative to using a Task would be to use a Script. You need to use VBScript. Look at the Help for more info.



HTH,

Yoram
by yaccri
Sun Nov 16, 2003 3:37 am
Forum: Bug Reports
Topic: Panel Enter List does not execute task
Replies: 5
Views: 1645

It sounds like the condition(s) of the task are not met. To pinpoint the problem, from the panel enter list run a task that would always execute (without any conditions), and see if it was executed. If the task was not executed, then the panel enter list does not work for some reason. Also, run your...