Search Results

by drc
Sat Jul 01, 2017 2:06 pm
Forum: Bug Report
Topic: The site sends out erroneous notification e-mails
Replies: 0
Views: 22518

The site sends out erroneous notification e-mails

Yesterday, the site sent me a notification e-mail informing me that I topic I had been watching had a new reply. The e-mail contained this URL: If you want to view the newest post made since your last visit, click the following link: https://www.phidgets.com/forum/viewtopic.php?f=1&t=7160&e=...
by drc
Tue May 30, 2017 2:48 pm
Forum: Python
Topic: Python code for handling Events from Digital input
Replies: 3
Views: 6839

Re: Python code for handling Events from Digital input

@freshmeat, Attached is the little Python program I wrote (my first). It monitors the operation of a dual-stage furnace and records outdoor temperature by reading 2 digital inputs and 1 analog input from a Phidgets I/O card. The program is very simple, and is based on the Phidgets InterfaceKit sampl...
by drc
Tue Nov 25, 2014 9:07 am
Forum: Python
Topic: Python code for handling Events from Digital input
Replies: 3
Views: 6839

Re: Python code for handling Events from Digital input

@pmpaq,
Thanks. This is a big help. I made good progress over the weekend, and will post back here when I have something working. I've run into a glitch handling signals (for example, a Ctrl-C, to exit from an endless loop). I'm going to report it in another thread so as not to hijack this one...
by drc
Thu Nov 20, 2014 7:13 am
Forum: Python
Topic: Python code for handling Events from Digital input
Replies: 3
Views: 6839

Python code for handling Events from Digital input

I'm hoping someone here can share a sample of Python code showing how to handle events from a Digital Input on an interface kit. My application is pretty basic - I want to log time/date when a digital input changes state. I've looked at the sample code ("Interface kit-simple.py") but my Py...