Borrar filtros
Borrar filtros

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

5 visualizaciones (últimos 30 días)
Tao Cui
Tao Cui el 30 de Mzo. de 2017
Comentada: Tao Cui el 25 de Abr. de 2017
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!

Respuestas (1)

Sangeetha Jayaprakash
Sangeetha Jayaprakash el 4 de Abr. de 2017
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 comentario
Tao Cui
Tao Cui el 25 de Abr. de 2017
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?

Iniciar sesión para comentar.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by