session based interface pause

how to make pause for session based interface while running ?

回答 (1 件)

Walter Roberson
Walter Roberson 2014 年 2 月 22 日

0 投票

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 件のコメント

mado
mado 2014 年 2 月 24 日
i want to pause for 60 seconds and then resuming acquiring?
Walter Roberson
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.

サインインしてコメントする。

カテゴリ

ヘルプ センター および File ExchangeData Acquisition Toolbox Supported Hardware についてさらに検索

質問済み:

2014 年 2 月 20 日

コメント済み:

2014 年 2 月 24 日

Community Treasure Hunt

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

Start Hunting!

Translated by