11-01-2010 12:46 PM - edited 11-01-2010 12:47 PM
Hello,
I use the example code to control my scope (Tektronix 2024B).
I need the VI to inform when the waveform is acquired - the exact moment.
How do I do it?
Thanks,
Ariel.
Solved! Go to Solution.
11-01-2010 08:52 PM
You've got the time of acquisition embedded in the waveform. If you want to know the elapsed time, get the time at the start and subtract. 'The exact moment' is wishful thinking.
11-01-2010 11:38 PM
Thanks for your answer.
The time is not the issue here.
If I set a trigger, the scope waits until it gets a waveform.
I want the VI to inform the other loop that the waveform is acquired, and as a result the loop will stop.
11-02-2010 08:11 AM
Sorry for the misunderstanding.
You could use a queue or something as simple as a local or value property node.
11-03-2010 09:18 AM
11-03-2010 09:29 PM
Here's the basic idea