Skip to content

ademkaya/DAQDeviceWrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DAQDevice Wrapper

Using NIs DAQMx library and from the examples they provided, a wrapper library is created in order to ease the data collection process using NIs daq devices.

The device I use is NI-USB-6361 with bnc inputs.

Wrapper allows the user to start sampling synchronously or asynchronously.

Usage is quite straightforward, please follow the test project.