05-31-2009 08:50 PM
huguerreiro wrote:By now my only problem is that I don't want to stop the acquisition. I need to perform some eye analysis during the acquisition, and I can't see the waveform graph without recording it.
That's because you essentially have a loop inside of a loop. Your subVI has a while loop in it, and you're calling the subVI in a while loop in your main VI. As soon as your main VI calls your subVI it must wait until the subVI is finished before it can proceed to the next iteration. Remove the while loop from the subVI.
You also only need one Stop button.
Other problem:On the main VI the shift register is not wired on the left.
07-19-2009 01:17 PM
I there!
I already had tried so many ways and I still cant reach a solution.
I want to be able to acquire sound and trigger is recording.
Can you help me?
Best Regards
Hugo Guerreiro
07-20-2009 12:59 PM