How to avoid "Timeout waiting for OBJ to stop."
显示 更早的评论
I have a problem with acquisition of data from soundcard under Win7/32 with Data Acquisition Toolbox and Matlab 7.12.0. Data reading from soundcard works well during long time, which can be from tens' minutes till few hours but occasionally process stop with following error message:
Warning: Internal STOP error: Timeout waiting for OBJ to stop.
Stop has been forced.
Increasing of waiting time in wait command give not results:
start(AI)
wait(AI,duration+5);
data=getdata(AI);
it only increase waiting time before showing error message. Putting this command lines inside try/catch sturcture did not helps as well It seems that soundcard hardly stop responding on demand of Matlab, but change of soundcard did not helps in solving of this problem. Experiments with change of TriggerType did not help as well It seems that authors of http://www.mathworks.com/matlabcentral/answers/13436 who have similar problem fix it by using session-specific interface, but it seems that this is possible only with National Instruments hardware, not with the soundcards. These authors state also that change of Matlab version did not help with this problem.
1. How to possible to fix this problem?
2. If answer on question 1 is negative, is it possible to recover work of function to continue measurements after this error?
Many thanks for constructive reply
Valeriy
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Audio I/O and Waveform Generation 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!