Python DAQ library and application for ATI force sensors and NI-DAQ
Released under the MIT License
Oliver Lindemann lindemann@cognitive-psychology.eu
- Python 3.0
- NumPy 1.7 or higher
- PyDAQmx
- The GUI application (
forceDAQ.gui) depends furthermore on Expyriment 0.8.0 or higher
Stringly recommended for GUI interface:
- Create the shared library
atidaq.dll(oratidaq.sofor Linux) usingMakefilein the folderatidaq_cdll. A complied version ofatidaq.dllcan be also found in thedllsubfolder - Make the library available by coping it in your system folder
To install pyForceDAQ from release-zipfile
- Ensure that Python 3 is installed
- Download and unpack zipfile file
- run
install_dependencies.py - run
forceDAQ_GUI.py - edit settings via GUI if required
Note: The software uses per default a dummy-sensor and simulates
data. For the use of force sensors in the lab, please change
forceDAQ_GUI.py accordingly:
forceDAQ.USE_DUMMY_SENSOR = False
https://github.com/lindemann09/pyForceDAQ
Please submit any bug you encounter to the Github issue tracker.
