Search Results

by balcs
Thu Nov 15, 2018 5:38 pm
Forum: Python
Topic: Communicating with multiple devices in an event handler
Replies: 5
Views: 8013

Re: Communicating with multiple devices in an event handler

Aha. That link is what I was looking for. Thanks.
by balcs
Thu Nov 15, 2018 1:52 pm
Forum: Python
Topic: Communicating with multiple devices in an event handler
Replies: 5
Views: 8013

Re: Communicating with multiple devices in an event handler

The program that has the voltage output Phidgets attached needs to respond to external commands (in this case from a separate computer on the network that is controlling lots of hardware) to change voltages while it is running. Because of the nature of the equipment, the control voltage can't be all...
by balcs
Wed Nov 14, 2018 11:17 pm
Forum: Python
Topic: Communicating with multiple devices in an event handler
Replies: 5
Views: 8013

Communicating with multiple devices in an event handler

It is possible that I am just missing something simple here, but it's not clear how to make an event handler in Python aware of multiple Phidgets (that is, not just the caller Phidget). What I am trying to do is have a cgi script running on a Phidgets SBC change two voltage output settings on voltag...