09-14-2011 04:11 PM
09-14-2011 04:38 PM
I suppose you could change the dt input to 100000 or something and then set it back to whatever it was...
09-14-2011 05:18 PM
Thanks for your help. It does not seem to wrok though. Any other suggestions?
09-14-2011 05:22 PM
Put it inside a Case statement?
09-15-2011 03:30 AM
Roxanne,
Well, it's not exactly a "pause", but here's a way to stop and re-start your Timed Loop.
See the attached example in LV2010.
A While Loop and a Queue are used to allow you to start and re-start the Timed Loop.
The "Stop Timed Structure" vi is used to stop the Timed Loop.
Releasing the Queue stops the While Loop when you end the program.
Note that the example is very similar to the NI template "Producer/Consumer Design Pattern (Events)". (File>>New)
steve