Search Results

by beparnas
Thu Nov 18, 2021 6:46 pm
Forum: Python
Topic: Best method for capturing time when state changes occur?
Replies: 0
Views: 23152

Best method for capturing time when state changes occur?

I'm creating a system where a number of state changes are logged on a DAQ1301 Digital input module. My goal is to capture a time-series log of what inputs change, and when they change. The project is written in Python, and I've implemented a method using a Python Queue object to store information ab...