Session-based DAQ: logging data to disk directly from the device

조회 수: 3 (최근 30일)
Luc Gendre
Luc Gendre 2014년 2월 6일
댓글: Walter Roberson 2014년 2월 7일
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

채택된 답변

Friedrich
Friedrich 2014년 2월 6일
Hi,
Unfortunately logging to disk is not available in the session based interface.

추가 답변 (1개)

Luc Gendre
Luc Gendre 2014년 2월 6일
편집: Luc Gendre 2014년 2월 6일
Really??!! -_-'
Hope it will be available soon then. That is quite usefull! Thank you for your answer.
  댓글 수: 1
Friedrich
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 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