Search Results

by Rhybot
Fri Mar 06, 2020 4:22 pm
Forum: InterfaceKits
Topic: Servo getPosition only works when stopped?
Replies: 2
Views: 18871

Re: Servo getPosition only works when stopped?

Good to know, thank you!! That's what I will do!
by Rhybot
Fri Mar 06, 2020 3:44 pm
Forum: InterfaceKits
Topic: Servo getPosition only works when stopped?
Replies: 2
Views: 18871

Servo getPosition only works when stopped?

Hello Phidget Forms, I have an 16X RC Servo Phidget (RCC1000_0) board version 110. Imagine the following scenario: [*] getPosition(), returns 0.0° [*] setVelocityLimit(5.0) [*] setTargetPosition(180.0) [*] wait 1 second [*] the bug - getPosition(), returns 0.0° [*] wait 1 second [*] the bug - getPos...
by Rhybot
Fri Feb 14, 2020 4:16 pm
Forum: All Other Phidgets
Topic: RC Servo Phidget Returning PhidgetException 0x33 on getPosition()
Replies: 2
Views: 6795

Re: RC Servo Phidget Returning PhidgetException 0x33 on getPosition()

I added a 10 ms delay after completion of the attach handler. It worked, thank you @jdecoux!
by Rhybot
Fri Feb 14, 2020 3:44 pm
Forum: All Other Phidgets
Topic: RC Servo Phidget Returning PhidgetException 0x33 on getPosition()
Replies: 2
Views: 6795

RC Servo Phidget Returning PhidgetException 0x33 on getPosition()

I have a RC Servo Phidget, PN RCC1000_0. https://www.phidgets.com/?tier=3&catid=21&pcid=18&prodid=1015 I first attach the Phidget, no problem. Then, when I call rc_servo.getPosition(), I get PhidgetException 0x33 (Unknown or Invalid Value) Code Run (after attachment) rc_servo.setTargetPo...
by Rhybot
Mon Nov 25, 2019 11:51 am
Forum: InterfaceKits
Topic: Phidget Fails on getDataInterval
Replies: 3
Views: 20849

Re: Phidget Fails on getDataInterval

Hi fraser, Thank you for replying! To answer your questions: Device is attached during program initialization, and remains open at all times I have a UI (updates at 1-5 Hz) that uses: - Methods like getTemperatureChangeTrigger() and getDataInterval() to display Phidget configuration information - Ev...
by Rhybot
Mon Nov 25, 2019 10:58 am
Forum: InterfaceKits
Topic: Phidget Fails on getDataInterval
Replies: 3
Views: 20849

Re: Phidget Fails on getDataInterval

After 3 straight days of running, I just had my Python code randomly fail with this exception: File "C:\path\to\venv\lib\site-packages\Phidget22\Devices\TemperatureSensor.py", line 193, in getTemperatureChangeTrigger raise PhidgetException(result) Phidget22.PhidgetException.PhidgetExceptio...
by Rhybot
Fri Nov 22, 2019 11:06 am
Forum: InterfaceKits
Topic: Phidget Fails on getDataInterval
Replies: 3
Views: 20849

Phidget Fails on getDataInterval

Hello Phidget Forums, I am using a TMP1101_0 to measure some temperatures using a few thermocouples. I have a Python driver written that queries various metrics such as data interval and temperature every so often. I noticed after several hours of operation, seemingly due to no reason at all, callin...
by Rhybot
Fri Nov 08, 2019 5:21 pm
Forum: All Other Phidgets
Topic: Proper way to measure thermistor
Replies: 3
Views: 13941

Proper way to measure thermistor

Hello Phidget Forums, I have a 2-wire 2252 Ω thermistor, and am trying to use Phidgets to measure the thermistor's temperature. I have the TMP1200_0 Phidget right now. I wired it like a 2-wire RTD (per the TMP1200_0's User Guide), with: 1. EXC+ jumpered into RTD+ 2. EXC- jumpered into RTD- 3. Thermi...
by Rhybot
Tue Aug 20, 2019 8:34 pm
Forum: All Other Phidgets
Topic: Switch Debounce with DAQ1301_0
Replies: 1
Views: 6357

Switch Debounce with DAQ1301_0

I have a limit switch hooked up to a digital input from a DAQ1301_0 Phidget. The switch needs to be debounced. I currently use Software Approach #1 from here: http://www.labbookpages.co.uk/electronics/debounce.html I have a solution where basically: 1. On state change, temporarily save the digital i...
by Rhybot
Thu Aug 15, 2019 5:16 pm
Forum: General
Topic: HUB5000 - Can't Connect
Replies: 6
Views: 37087

Re: HUB5000 - Can't Connect

Hi Patrick,

That worked! Turns out my problem was that I was not properly going through the factory reset protocol.

I do think that the factory reset process could more explicitly documented in the HUB5000's user guide.

Regardless, I can once again see my Phidget device. Thank you again!