Search Results: Erik

Products | Content | Learn | Forums

Searched query: erik

by MarkS
Tue Sep 04, 2012 2:06 pm
Forum: Other
Topic: Residential Steam Boiler Control
Replies: 5
Views: 46767

Re: Residential Steam Boiler Control

With your system, are you seeing the 15%+ reduced consumption rate that you mentioned? What is the typical monthly difference from other years? (Specifically in the winter, if you still have the old bills, of course) I'll know better this coming winter, last winter there were too many variables; th...
by galileo
Tue Dec 07, 2010 3:26 pm
Forum: General
Topic: New PhidgetSBC Firmware Version 1.0.4
Replies: 40
Views: 369926

Re: New PhidgetSBC Firmware Version 1.0.4

The 1070 is a 1018 I/O board embedded in a Linux SBC. So really when you are controlling the inputs, outputs and sensors on the 1070, you are really interacting with an Interface kit. Really when you are using this device in software, as far as the API is concerned, all you are doing is connected t...
by galileo
Mon Dec 06, 2010 12:15 pm
Forum: General
Topic: New PhidgetSBC Firmware Version 1.0.4
Replies: 40
Views: 369926

Re: New PhidgetSBC Firmware Version 1.0.4

In interfacekit_simple() on the line where you have tempsensor_simple(&tempsensorValue); replace with CPhidgetInterfaceKit_getSensorValue ((CPhidgetInterfaceKitHandle)ifkit, 0, tempsensorValue); If you are using the 1125 Temperature/Humidity Sensor ( http://www.phidgets.com/products.php?categor...
by galileo
Mon Dec 06, 2010 11:50 am
Forum: General
Topic: New PhidgetSBC Firmware Version 1.0.4
Replies: 40
Views: 369926

Re: New PhidgetSBC Firmware Version 1.0.4

The temperature sensor that you are using (the 1125) is simply an analog sensor. You cannot "connect" to it using the Open commands. You need to access the port (index) of the InterfaceKit that you plugged the sensor into. int CPhidgetInterfaceKit_getSensorValue (CPhidgetInterfaceKitHandl...
by galileo
Thu Dec 02, 2010 9:54 am
Forum: General
Topic: New PhidgetSBC Firmware Version 1.0.4
Replies: 40
Views: 369926

Re: New PhidgetSBC Firmware Version 1.0.4

thank you erik, i'll try that and i'll get back to you...

now does anyone know how to solve the problem with matlab??
see my previous post...