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 个)
Arpit Agarwal
2017-6-13
0 个投票
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!