Skip to content

Interaction with National Instruments boards NI USB 6008 and NI USB 6009 using the official driver and the PyDAQmx python 2.7 implementation

Notifications You must be signed in to change notification settings

FCLStation/PyDAQmx-Interface

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyDAQmx-Interface

Interface for the National Instruments boards NI USB 6008 and NI USB 6009 using the official driver and the PyDAQmx python 2.7 implementation

Requirements

In order to successfully run the contents of this package the following requirements must be met:

Installation

PyDAQmx (source)

Manual mode:

  1. Download the PyDAQmx package
  2. Unpack it
  3. python setup.py install

Or via pip:

  1. pip install PyDAQmx

The package is written for Python 2. Is is compatible with Python 3 using 2to3. To build and install the package with Python 3

 python setup.py build
 python setup.py install

If you want to run PyDAQmx without installing it, run the python setup.py build command and switch to the build/lib directory.

Windows - NIDAQmx driver

  1. Download and install the NIDAQmx driver

Linux

  • Not supported yet

Usage

Direct Interaction with DAQmxLib

A reader and actuator examples are presented in the daqmxinterface directory of this repository. Please see daqmxinterface/actuator_example.py and daqmxinterface/reader_example.py

Remote Method Invocation with Pyro4

A Pyro4 client application example is presented in the daqmxinterface directory of this repository. Please see daqmxinterface/Client.py

About

Interaction with National Instruments boards NI USB 6008 and NI USB 6009 using the official driver and the PyDAQmx python 2.7 implementation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%