session based DAQ in background with While loop

Hello,
I am coding a program in Matlab to acquire data in the background and at the same time reading data packet from the UDP.
I am doing something like
\\
s.startBackground
while(s.IsDone==0)
a=fscanf(udp)
end
However, the DataAvailable event listener never get triggered. Only when I remove the while loop it can be triggered. And no error msg is poping out.
Any ideas???
Thank you very much!!

回答(1 个)

Hey, were you able to figure out the exact cause of the problem? Also, how did you overcome it. Thanks

类别

帮助中心File 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