Search Results

by dlowey
Sat Apr 18, 2020 7:55 am
Forum: Python
Topic: Phidgets work properly through GUI but I cannot duplicate responses through 8/8/8
Replies: 4
Views: 9968

Re: Phidgets work properly through GUI but I cannot duplicate responses through 8/8/8

Is there anything you would suggest other than Tkinter? What do you folks use to develop GUI in python?
by dlowey
Fri Apr 17, 2020 11:00 am
Forum: Python
Topic: Phidgets work properly through GUI but I cannot duplicate responses through 8/8/8
Replies: 4
Views: 9968

Re: Phidgets work properly through GUI but I cannot duplicate responses through 8/8/8

Hi... thank you for the quick response. The touch sensor is indeed connected to voltageInput(1) and when I touch it, it prints properly but if I add the button code as shown below, i get the following error: - . have been replaced with (dot) Traceback (most recent call last): File "_ctypes/call...
by dlowey
Fri Apr 17, 2020 9:47 am
Forum: Python
Topic: Phidgets work properly through GUI but I cannot duplicate responses through 8/8/8
Replies: 4
Views: 9968

Phidgets work properly through GUI but I cannot duplicate responses through 8/8/8

I am using an old 1013_0 8/8/8. I have written a GUI using Python and tkinter. Right now I have it programmed to click a button on the GUI which turns an output on or off. This all works fine when using the GUI. What I want to do though is also be able to touch a 'touchpad' to perform the same funct...