How to check how many events/callbacks have been queued in Matlab

조회 수: 4 (최근 30일)
Tao Cui
Tao Cui 2017년 3월 30일
댓글: Tao Cui 2017년 4월 25일
I have a daq session that runs by startBackground(). It continuously samples analog channels and keeps firing an event and cause a DataAvailable callback whenever sampled data exceeds a pre-set size. However, sometime DataAvailable takes longer to execute, causing the event to be queued up. My question is:
Is there a way to check how many events are queued up?
Thank you!

답변 (1개)

Sangeetha Jayaprakash
Sangeetha Jayaprakash 2017년 4월 4일
It looks like you are trying to check how many scans are still queued after using "startBackground". Try using the functions 'ScansOutputByHardware' and 'ScansAcquired' below:
  댓글 수: 1
Tao Cui
Tao Cui 2017년 4월 25일
Thanks, what I want to do is more general: for example, I can trigger an event using "notify(h, eventname, eventdata)". Assume there is a listener function added to that event. To my understanding, if that event triggered too fast and too frequently for a short period of time, it will be queued up for the listener function to process in a callback fashion. I am asking, is there a way to check how many event has been queued up for the listener to process?

댓글을 달려면 로그인하십시오.

카테고리

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