Search found 12 matches

by Pedromlo
Tue Feb 06, 2007 11:58 am
Forum: General
Topic: Generic USB Module
Replies: 1
Views: 1082

Generic USB Module

Hi,
IS there a way to have a USB interface like the Generic Serial Module, so we can monitor a specific USB port?

Thanks
by Pedromlo
Sat Dec 09, 2006 7:29 pm
Forum: Bug Reports
Topic: Ascii sequence
Replies: 3
Views: 2338

Hi Scott, I have tried your suggestion, but it did not work. I configured othe char on the Null Replacement, i have tried to send 255 and neither worked. I even have tried to define a char that would make another valid action on the device, but the effect was none. The command with zero did not work...
by Pedromlo
Sun Dec 03, 2006 4:17 pm
Forum: Bug Reports
Topic: Ascii sequence
Replies: 3
Views: 2338

Ascii sequence

Hi, I have a device that i need to send Chr(254) + Chr(10) + Chr(1) + Chr(x). When x > 0, it works fine. When x = 0, it does not work fine. I´m using a script that runs every second and reads some variables and at a certain time x = 0 that points to the first address of the device. The harware as on...
by Pedromlo
Sat Nov 25, 2006 6:42 pm
Forum: Bug Reports
Topic: Tasks running plenty of time
Replies: 1
Views: 1522

Tasks running plenty of time

Hi, I´m constructing my solution and i have a lot of tasks sending commands to the serial port. When 2 or more tasks run at the same time, they take a lot of time to run. For example a task that normally takes 1 second to execute, when executing with other it takes 20 or 30 seconds. The problem is n...
by Pedromlo
Fri Nov 10, 2006 1:01 pm
Forum: General
Topic: Version 3.0 Feature
Replies: 23
Views: 12924

Hi,
I´m new at HouseBot, but as a new user i think new features are more important than the split
Regards.
by Pedromlo
Tue Oct 31, 2006 12:37 pm
Forum: General
Topic: Send Data to com port
Replies: 6
Views: 2969

Hi Scott, If i construct a HEX string for example like '050002' and save it in a property value linked to a command on hardware like '%1%'. Do you think this will work? Or the string would be '502' and then the command would be '%x%'? Or the string would be '502' and then the command would be '%1%' ...
by Pedromlo
Tue Oct 31, 2006 11:54 am
Forum: General
Topic: Send Data to com port
Replies: 6
Views: 2969

Thanks Scott,
I will try the instructions on the other post, and i will get there.
by Pedromlo
Tue Oct 31, 2006 6:32 am
Forum: General
Topic: Send Data to com port
Replies: 6
Views: 2969

Hi yaccri,
Thats the way to store the message, but what i need to know is how to send it. Is there some function like 'SendData' or so?
by Pedromlo
Mon Oct 30, 2006 6:08 pm
Forum: General
Topic: Send Data to com port
Replies: 6
Views: 2969

Send Data to com port

Hi everyone, I need to send some commands to the serial ports. The thing is that the commands need to be constructed on VB code depending on variables configured on HB. So, i think the command association of the device with the hardware does not fit me. Can anyone give me a clue or a piece of code o...
by Pedromlo
Mon Oct 30, 2006 3:13 pm
Forum: General
Topic: HouseBot Plugin for HAI Omni controllers
Replies: 6
Views: 3813

Hi, Could you send the plugin to me please.
Thanks
by Pedromlo
Tue Sep 26, 2006 5:25 pm
Forum: General
Topic: Display cameras
Replies: 1
Views: 1117

Display cameras

Hi,
Is there any way to display webcams conected to the server to the remote clients?

Thanks
by Pedromlo
Tue Sep 26, 2006 5:23 pm
Forum: General
Topic: Loop Routine
Replies: 2
Views: 2083

Loop Routine

Hi, The security controller HAI, is a slave device. I need to send the request string (HEX) every second, so i can read the security zones changes and then execute some tasks. Can you give me a clue on how to do that? Also i want to connect a Modbus device which also needs to be read periodicaly. Th...