필터 지우기
필터 지우기

what dose SingleScan mean?

조회 수: 2 (최근 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 CenterFile Exchange에서 Data Acquisition Toolbox Supported Hardware에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by