Search Results

by jcrobots
Wed Apr 17, 2019 12:29 pm
Forum: All Other Phidgets
Topic: REL1100_0 Burned out some LED's ???
Replies: 1
Views: 6543

REL1100_0 Burned out some LED's ???

I'm using a Phidget VINT Hub and a REL1100_0 isolated solid state relay to drive some 5V LED's. To power the LED's (because the relays need external circuit for power), I used the Red+Black wires from a Phidget cable attached to my VINT Hub (Red wire --> LED+ | LED- --> relay port | relay GND --> Bl...
by jcrobots
Mon Apr 08, 2019 10:07 am
Forum: Python
Topic: Issues with exiting
Replies: 5
Views: 9422

Re: Issues with exiting

Edit:

Running a script to reset the USB port fixes the issue. Wondering if there is a more natural solution, for example a way to reset the Phidget through the API, or to prevent the ports from failing to close properly.
by jcrobots
Mon Apr 08, 2019 8:36 am
Forum: Python
Topic: Phidget scripts only work once
Replies: 1
Views: 6373

Re: Phidget scripts only work once

Duplicate of main posting at:

viewtopic.php?f=26&t=9384
by jcrobots
Sat Apr 06, 2019 1:40 pm
Forum: Python
Topic: Phidget scripts only work once
Replies: 1
Views: 6373

Phidget scripts only work once

I am running Python scripts on Ubuntu 16.04 to control 2x 8/8/8 Phidgets connected over USB. My script runs correctly the first time, but if it crashes once, the channels on one Phidget will get stuck on ch.openWaitForAttachment(), and hang forever or time out. Could this be because I'm not closing ...
by jcrobots
Fri Apr 05, 2019 10:44 pm
Forum: Python
Topic: Issues with exiting
Replies: 5
Views: 9422

Issues with exiting

I am playing with two 8/8/8 Phidgets, using the Python API on Ubuntu. On MacOS I have no problem, but on Linux this comes up. My script works right the first time, but after I close it or kill it a few times I lose the ability to open channels. I believe I am closing all of my ports properly, but it...