09-03-2009 09:52 AM - edited 09-03-2009 09:59 AM
How do I implementing a pause button on a LabVIEW user interface for teststand to pause a sequence that is executing. Conversly, how do I get the resume button to work. I am assuming two different buttons.
Thanks everyone.
09-04-2009 08:55 AM
fgregory,
Once you get a handle to your execution you can call Execution.break, this method will suspend the execution and Execution.resume will resume the suspended execution.