Session-based DAQ: logging data to disk directly from the device
3 次查看(过去 30 天)
显示 更早的评论
Hi!
I am trying to rewrite some of my scripts from Legacy Interface in Session-Based Interface, and I am actually missing something. I'm sure it is right in front of me, but I don't see it! :p
So I am acquiring data from a National Instruments board and I would like the data to be saved directly on the disk, without going through "Matlab's memory".
With the Legacy Interface, I just had to write this, for example:
- set(ai,'LoggingMode','Disk');
- set(ai,'LogToDiskMode','Overwrite');
- set(ai,'LogFileName',MyLogFileName);
But in the Session-based Interface, I can't find how to configure my session to do so... Can someone help me please? Thanks a lot.
Regards
Luc
0 个评论
采纳的回答
Friedrich
2014-2-6
Hi,
Unfortunately logging to disk is not available in the session based interface.
1 个评论
Walter Roberson
2014-2-7
See though http://www.mathworks.com/products/daq/code-examples.html?file=/products/demos/shipping/daq/demo_compactdaq_background_acquisition_data_log.html which shows how to create your own logging to disk.
更多回答(1 个)
Luc Gendre
2014-2-6
编辑:Luc Gendre
2014-2-6
1 个评论
Friedrich
2014-2-6
You can contact MathWorks and let them record that as an Enhancement request. As more people ask for a feaure it's more likely to happen I guess ;)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Simultaneous and Synchronized Operations 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!