what dose SingleScan mean?

1 回表示 (過去 30 日間)
Yoichi Watanabe
Yoichi Watanabe 2014 年 3 月 6 日
コメント済み: Walter Roberson 2014 年 3 月 6 日
What does "single scan" mean in the DAQ tool box? For example, if I use "OutputSingleScan([1])", does this generate "1" only once or it keeps generate in a certain interval?

採用された回答

Walter Roberson
Walter Roberson 2014 年 3 月 6 日
You get a single output event, not repeated.
  3 件のコメント
Walter Roberson
Walter Roberson 2014 年 3 月 6 日
I do not know if I will be able to figure that out. To check, this is for an analog output channel?
Walter Roberson
Walter Roberson 2014 年 3 月 6 日
If you were to use the legacy interface, then see http://www.mathworks.com/help/daq/ref/repeatoutput.html
With the session based.. I don't see any information. Potentially by using a timer() and single scan output each time. I suspect this is a case where you would not want to drive off of a session event, as I am not sure that the session events can include this kind of timing.

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeAnalog Signal Generation についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by