session based interface pause
조회 수: 1 (최근 30일)
이전 댓글 표시
how to make pause for session based interface while running ?
댓글 수: 0
답변 (1개)
Walter Roberson
2014년 2월 22일
By default, the IsContinuous property is set to false and the operation stops automatically. If you have set it to true, use daq.Session.stop to stop background operations explicitly.
댓글 수: 2
Walter Roberson
2014년 2월 24일
You could set a timer() object to fire in 60 seconds that re-started the data acquisition.
It appears to me that sessions are not designed to be paused in this way; I do not know what the underlying representation is, so I do not have any idea how hard it would be for Mathworks to implement.
참고 항목
카테고리
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!