Search Results

by burley
Wed Sep 25, 2013 7:57 am
Forum: VB .NET
Topic: Help with 1048_0 temperature
Replies: 11
Views: 33356

Re: Help with 1048_0 temperature

You need to create a second temperature sensor object. sensor = New Phidgets.TemperatureSensor sensor.open(284703) Like that, only a second one. Use the appropriate serial number as well. You can use the same event handler for both devices. You can differentiate in the handler which device generated...
by burley
Thu Sep 19, 2013 7:56 am
Forum: General
Topic: Web Service problem on Phidgets Control Panel
Replies: 8
Views: 13955

Re: Web Service problem on Phidgets Control Panel

When you upgrade the packages it may open up new packages that need upgrading. Go back and check again that all of the packages are fully upgraded to make sure you have the newest webservice version on the SBC.
by burley
Tue Sep 17, 2013 11:46 am
Forum: VB .NET
Topic: Help with 1048_0 temperature
Replies: 11
Views: 33356

Re: Help with 1048_0 temperature

Just create a second object in the same way that you created the first. When you call open make sure that you use the appropriate serial number.
by burley
Mon Sep 16, 2013 7:40 am
Forum: VB .NET
Topic: Help with 1048_0 temperature
Replies: 11
Views: 33356

Re: Help with 1048_0 temperature

But what is actually going wrong? That code looks generally fine so the problems must be coming from elsewhere in the your program.
by burley
Fri Sep 13, 2013 12:05 pm
Forum: VB .NET
Topic: Help with 1048_0 temperature
Replies: 11
Views: 33356

Re: Help with 1048_0 temperature

What kind of problems are you having exactly?
by burley
Wed Mar 06, 2013 9:34 am
Forum: Python
Topic: openRemoteIP - I suspect there's a quick answer.
Replies: 14
Views: 21796

Re: openRemoteIP - I suspect there's a quick answer.

Lyndon Williams wrote:The error only occurs for me with Python 3.2 or Python 3.3, not with Python 2.7.
It does appear to be a 3.2 related error.
by burley
Thu Jan 10, 2013 1:44 pm
Forum: Python
Topic: openRemoteIP - I suspect there's a quick answer.
Replies: 14
Views: 21796

Re: openRemoteIP - I suspect there's a quick answer.

I've got both 2.6 and 3.2.
by burley
Thu Jan 10, 2013 9:23 am
Forum: Python
Topic: openRemoteIP - I suspect there's a quick answer.
Replies: 14
Views: 21796

Re: openRemoteIP - I suspect there's a quick answer.

Try running this though obviously replace the IP address with the appropriate one. It is just a simple modification of our default sample code: #!/usr/bin/env python #Basic imports from ctypes import * import sys import random #Phidget specific imports from Phidgets.PhidgetException import PhidgetEr...
by burley
Wed Jan 09, 2013 2:53 pm
Forum: Python
Topic: openRemoteIP - I suspect there's a quick answer.
Replies: 14
Views: 21796

Re: openRemoteIP - I suspect there's a quick answer.

openRemoteIP has 4 arguments. You have left out serial number.
by burley
Tue Sep 04, 2012 9:11 am
Forum: Other
Topic: Residential Steam Boiler Control
Replies: 5
Views: 40730

Re: Residential Steam Boiler Control

That is a really cool project. It's always great to see people using Phidgets for not only neat, but useful things. If you would be interested in putting this on our website under our application guide section send me an email at support@phidgets.com and I can give you some more information.