Search Results

by user2023
Wed Aug 28, 2024 4:31 pm
Forum: Python
Topic: Problem reading voltage ratio on Ubuntu 20
Replies: 8
Views: 10859

Re: Problem reading voltage ratio on Ubuntu 20

I don't see any voltage ratios. I get this error (via event handler) as soon as I try to read the voltage ratio. raise PhidgetException(result) Phidget22.PhidgetException.PhidgetException: PhidgetException 0x33 (Unknown or Invalid Value) The value is unknown. This can happen right after attach, when...
by user2023
Wed Aug 28, 2024 4:02 pm
Forum: Python
Topic: Problem reading voltage ratio on Ubuntu 20
Replies: 8
Views: 10859

Re: Problem reading voltage ratio on Ubuntu 20

Yes. Thanks for the suggestion. I tried that . I get error 51 (0x33).
by user2023
Wed Aug 28, 2024 3:03 pm
Forum: Python
Topic: Problem reading voltage ratio on Ubuntu 20
Replies: 8
Views: 10859

Re: Problem reading voltage ratio on Ubuntu 20

I give it minutes - hours. Even rebooting doesn't help.
by user2023
Tue Aug 27, 2024 4:40 pm
Forum: Python
Topic: Problem reading voltage ratio on Ubuntu 20
Replies: 8
Views: 10859

Problem reading voltage ratio on Ubuntu 20

I'm getting the following error when trying to read the voltage ratio from a DAQ1500 Wheatstone Bridge Sensor. I can read the min/max ratio limits but when I try to read the voltage ratio using the getVoltageRation function I get the following error: Phidget22.PhidgetException.PhidgetException: Phid...