> I' m using a while with a delay time of 60 seconds to perform a sub
> vi.
> So when I press the stop button it could take in extrem 2 minutes to
> stop the vi. I want to use something like an interrupt or jump order
> to stop the vi without waiting for the end of delay time.
> How can I create an interrupt in lab view 6.1.
You should probably use the timeout on either an occurrence, or probably
even better would be the notifier. If the timeout occurs, everything is
normal, but when the notifier or occurrence is set, it means that the
loop should skip its operation and finish.
Greg McKaskle