NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Implementing a pause button on a LabVIEW user interface for teststand

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.

Message Edited by fgregory on 09-03-2009 09:56 AM
Message Edited by fgregory on 09-03-2009 09:57 AM
Message Edited by fgregory on 09-03-2009 09:59 AM
0 Kudos
Message 1 of 2
(3,643 Views)

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.

Richard S -- National Instruments -- (former) Applications Engineer -- Data Acquisition with TestStand
0 Kudos
Message 2 of 2
(3,609 Views)