read raw data using daq toolbox

4 次查看(过去 30 天)
Jim Hokanson
Jim Hokanson 2017-11-19
It appears that with the old acquisition toolbox it was possible to read raw data from a NI DAQ using daqread(). Is it possible to get raw data using the new acquisition toolbox code? To be specific, by raw data I mean values as int16.

回答(1 个)

Walter Roberson
Walter Roberson 2018-1-9
Compare the https://www.mathworks.com/help/releases/R2012a/techdoc/ref/daqread.html R2012a daqread() (from before the session-based interface) to the current https://www.mathworks.com/help/matlab/ref/daqread.html daqread() and you will not see and substantial difference. Neither one of them reads directly from a device, only from .daq files.
Notice the 'DataFormat', 'native' option of daqread()
  1 个评论
Jim Hokanson
Jim Hokanson 2018-1-9
Interesting. It sure is hard to find anything on '.daq' files.
Based on your answer and a bit more thinking on my end I have the following thoughts:
1) The legacy interface is still supported for now, which means daqread is still technically an option.
2) Since you can read raw data from a .daq file, presumably the legacy interface saves the data in a raw format.
3) It still does not look like it is possible to use the newer DAQ interface to extract the "native" (raw) data.
4) In general it seems like '.daq' files are being phased out and replaced by having the user save the data themselves. See:

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Simultaneous and Synchronized Operations 的更多信息

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by