Search found 35 matches

by peter
Mon Jul 28, 2008 4:25 pm
Forum: Plugin Development
Topic: Latitude Longitude
Replies: 3
Views: 7120

Latitude Longitude

Hi Scott,
is it possible to have read access to the location setting values from inside of a device dll? I've programmed a device to give me the sun coordinates for controlling my roller blinds.

Thanks peter
by peter
Sat Jul 12, 2008 3:18 pm
Forum: Plugin Development
Topic: SDK version
Replies: 2
Views: 6092

SDK version

From the download area, I can download an older version of Interface SDK than I have. The last comment in my HardwareAPI.h is versioned 3.01. The latest I see on your site is 2.00. Is that a matter of my browser? :?
peter
by peter
Sat Feb 16, 2008 6:44 am
Forum: Bug Reports
Topic: urgent bug
Replies: 1
Views: 750

urgent bug

Scott,

try to set a numeric property by a task. The task copies a numeric value from any other property (%%_%%).

When you set the original property to any negative value for instance -1 the destination property becomes -4 (always four times of the original one).

This was not in HB3.01.

peter
by peter
Wed Dec 12, 2007 10:30 am
Forum: Feature Requests
Topic: Shadow/mirror properties...
Replies: 11
Views: 3015

Of course, I can share my sources with others. If anybody interested in it please email me. The WAGO nodes are not that common I think. Thats why it may be interesting for freaks.
It works using UDP protocol which carries a Modbus-protocol.

peter
by peter
Tue Dec 11, 2007 11:34 am
Forum: Feature Requests
Topic: Shadow/mirror properties...
Replies: 11
Views: 3015

Hi, I understand the problem very good. I solved that in a different way. I use the HB with WAGO-nodes (http://www.wago.com). I've created a hardware interface for the nodes. Then I've created a couple of basic devices (lamp,switch,tempsensor, etc. and some variants of them). This stuff is done with...
by peter
Fri Sep 14, 2007 3:08 am
Forum: Tips, Tricks, and FAQ
Topic: more than 2 conditions in task
Replies: 1
Views: 5834

more than 2 conditions in task

Hi Scott,

I found that an AND operator has higher priority than OR in task conditions. Is there any possibility to get it working with higher prio for OR?

peter
by peter
Thu Sep 13, 2007 6:15 am
Forum: Bug Reports
Topic: bug in history
Replies: 0
Views: 14220

bug in history

Hi Scott, Try following: - a task changes a numeric property of any device using a substitution string - change this property now manually to a different value - let the task change the property again to a complete different value (same substitution string) I see now in the property's history the fi...
by peter
Tue Jun 12, 2007 3:41 am
Forum: General
Topic: diagnostics
Replies: 0
Views: 14089

diagnostics

I've added a screenshot to my post.
Version 0.2 available
- crash when task has an another action than property change

See
http://www.housebot.com/phpbb2/viewtopic.php?t=855904

peter
by peter
Mon Jun 11, 2007 9:46 am
Forum: Tips, Tricks, and FAQ
Topic: diagnostics (version 2.xx only)
Replies: 0
Views: 19318

diagnostics (version 2.xx only)

Hi everybody, I've made here a little diagnostics program. It can be used to evaluate the HB's database. It shows you graphically what devices and what tasks you have. And, it shows you what the dependencies between them are. If anybody is interestend in something like that, just have a look at it. ...
by peter
Fri Feb 09, 2007 4:40 am
Forum: Bug Reports
Topic: housebot becomes very slow
Replies: 5
Views: 2235

I believe I know a little bit more. The suspicious threads are regular tasks. That I found by comparing the stacks with stacks when housebot behaves normally. I understood that tasks are separate threads but originally I thought that are waiting threads, waiting for any event to run. When a tasks be...
by peter
Fri Jan 26, 2007 10:08 am
Forum: Bug Reports
Topic: housebot becomes very slow
Replies: 5
Views: 2235

Scott,
occasionally my Housebot gets very slow. I posted this problem some months ago in the forum here. The attached picture shows the stack of one of these threads. Maybe you can see what part of the server creates the threads.

Thanks again
peter
by peter
Tue Jan 23, 2007 1:32 pm
Forum: General
Topic: Web Browser: Customize On-The-Fly
Replies: 168
Views: 353208

Hi Osler,
I'm curious about your program, But simething wrong, I've got this:

bye peter
by peter
Thu Dec 21, 2006 9:33 am
Forum: Plugin Development
Topic: programming question
Replies: 2
Views: 1369

Scott, my question was not 100% correct. I create a separate thread when the DLL is loaded. This thread waits for an event with no timeout. The event is set when the DeviceRun awakes from WaitForMultipleObjects and a particular property has a change request. In my separate thread I call the ChangeRe...
by peter
Thu Dec 21, 2006 6:09 am
Forum: Plugin Development
Topic: programming question
Replies: 2
Views: 1369

programming question

Scott, a little question: Is it legal to put a new property change request to the queue while a current call of the devices' run-function is not yet finished? (reentrant problems) In my application, the run-function triggers a separate thread with an event and the separate thread calls subsequently ...
by peter
Wed Sep 20, 2006 7:22 am
Forum: Tips, Tricks, and FAQ
Topic: Time Property change
Replies: 1
Views: 5775

Time Property change

Is there any chance to change a time property or a time span property in a short notation on a SW-Remote property edit control?
The format Hours=xx,Minutes=xx ...
is actually to complicated for a user.
I mean something like hh:mm:ss should be possible

Thanks peter