but then don't I have to worry about not catching a trigger, because I would
be setting up the scope every hundred milliseconds?
the second option- a parallel loop- is that like an event structure? I'm
not sure how to make things work in parallel in LV?
If I can use this event structure, then I can execute the IVIScope Abort.vi
?
"Rob Cole" wrote in message
news:50650000000500000055700000-1017707437000@exchange.ni.com...
> Set a timeout and put the acquire waveform in a loop. Have the loop
> exit when a waveform is acquired (the scope read did not time out) or
> when the user pushes an abort button. This is probably the easiest way
> to do it.
>
> Another possibility, though, is to setup an abort execution check in a
> parallel loop. Check for
an abort button push and use the STOP.vi.
>
> Rob