07-04-2012 10:25 AM
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
07-04-2012 10:50 AM
The function I would use is probably a state machine.
07-06-2012 11:20 AM - edited 07-06-2012 11:21 AM
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