MATLAB: How to use a timer/counter of a National Instruments data acquisition card with Data Acquisition Toolbox

counterdaqData Acquisition Toolboxnitimer

I would like to use timer/counter of a National Instruments data acquisition card with the Data Acquisition Toolbox.

Best Answer

This enhancement has been incorporated in Release 2011a (R2011a).
It is not possible to control counters/timers using the Data Acquisition Toolbox in prior product releases. 
As a workaround, you can try using MATLAB's Interface to Generic DLLs to directly access the National Instruments driver. For further information and examples on the Interface to Generic DLLs, please consult the relevant documentation.