How to avoid "Timeout waiting for OBJ to stop."

4 Ansichten (letzte 30 Tage)
Valeriy
Valeriy am 19 Okt. 2013
Beantwortet: Valeriy am 4 Jun. 2014
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

Akzeptierte Antwort

Valeriy
Valeriy am 4 Jun. 2014
Perhaps my experience will be useful for somebody who met such a problem.
To correct it I have changed many parts of computer: several sound cards, hard disk where matlab was installed, RAM memory modules, nothing corrected it. Problem was fixed only when I have changed motherboard. After such a change this problem disappears.
Good luck, Valeriy

Weitere Antworten (0)

Kategorien

Mehr zu Data Acquisition Toolbox Supported Hardware finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by