12-20-2010 12:25 AM
Hi, I am trying to create a VI that creates noise bursts of specific durations in sequences. My problem is that the sound generation VI only plays the sound the first time it is called. I have tried putting the VI in a for loop to see if I can get it to play multiple times, but regardless of what I do it only plays the generated sound once.
Solved! Go to Solution.
12-20-2010 12:27 AM
The document attached is a snapshot of the VI. It is made in LabView 7
12-20-2010 12:32 AM
Do you get any error message?
12-20-2010 01:38 AM
I figured out the problem. Thanks. The problem was with the timer not resetting in the loop (fixed it with a shift register) on second or further calls. Thus the loop was skipped as the timer was greater than the specified value after first time the loop was run.