Search Results

by wbclay
Sat May 19, 2018 3:05 pm
Forum: Linux
Topic: libphidget22 raw analog input interface?
Replies: 1
Views: 6100

libphidget22 raw analog input interface?

I'm porting a Python app from libphiget21 to libphidget22 and, if possible, would like to continue to operate with the native 10-bit integer input (right?) provided by my single USB-connected Interface Kit 1203_2 ver. 204 analog inputs. Is there perhaps an API hidden below the onVoltageChange() or g...
by wbclay
Wed Jan 03, 2018 4:34 pm
Forum: General
Topic: Phidgets 2.1->2.2 conversion questions
Replies: 2
Views: 3431

Re: Phidgets 2.1->2.2 conversion questions

Thanks for the quick reply. Why did I think the 1135 is ratiometric? A misinterpretation of https://www.phidgets.com/?view=articles&article=CalibratePhidgetSensors. Under heading "Easy Case Calibration – Sensor with Linear Output", numbered item 2 states, "With other sensors, make...
by wbclay
Fri Dec 29, 2017 10:06 am
Forum: General
Topic: Phidgets 2.1->2.2 conversion questions
Replies: 2
Views: 3431

Phidgets 2.1->2.2 conversion questions

Happy new year! In lieu of fireworks, I'm working on upgrading my Phidgets application to Library 2.2. Three questions, if I may, in that regard ... This Python application is hosted on Debian Jessie Linux (though I don't think these questions are specific to that language or platform) and uses a 12...
by wbclay
Fri Nov 17, 2017 7:57 pm
Forum: Linux
Topic: hang in pthread_join subsequent to Python CPhidget_close
Replies: 1
Views: 5080

hang in pthread_join subsequent to Python CPhidget_close

Python Phidget application hang in pthread_join called from CPhidget_close. There appears to be a problem with InterfaceKit closePhidget() when using pure time-interval-based analog input interrupt-driven sampling: d.setDataRate(i, 256) d.setSensorChangeTrigger(i, 0) The data sampling works fine. Th...