LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

condition to complete excution of program?

i have aprogram and want to divide it into two parts,

part one excute nornally when press ctrl+r
part two doesnot excute until i press certain button

so i want function to stop excute after part one finish and out message to press button to complete excute part two

what function should i use??

thanks in advance

0 Kudos
Message 1 of 3
(1,843 Views)

The function I would use is probably a state machine.

=====================
LabVIEW 2012


0 Kudos
Message 2 of 3
(1,838 Views)

Hello,

 

I would also recommend looking at this example, it should help.  Also, you can also start with a state machine template from the getting started screen.  Go to VI from template -> From Template -> Frameworks -> Design Patterns -> Standard State Machine.

 

Thanks,

 

David B

0 Kudos
Message 3 of 3
(1,815 Views)