LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How can I change this VI to pause instead of stopping, after the T/T case?

Solved!
Go to solution

Here's a revised version that meets your requirement.

0 Kudos
Message 2 of 8
(5,234 Views)

Make a state machine and go to an idle state if these conditions are met.

0 Kudos
Message 3 of 8
(5,233 Views)

Sorry man, is there a way you can save this in a format that can be opened with version 8.5?

0 Kudos
Message 4 of 8
(5,213 Views)
Solution
Accepted by topic author Aseri
-This might be an idea, but since while loop doesn't have any wait, it keeps pop up message very fast.
-And it is difficult even to press stop button.
-Best is go for state machine architecture as altenbach suggested.
Thanks
uday
0 Kudos
Message 6 of 8
(5,189 Views)
Can you please tell me how they work?
0 Kudos
Message 7 of 8
(5,172 Views)

You can find the standard state machine in the examples.

There is some information of the state machine.

Simple explanation: The state machine is simply a case structure in a while loop connected with shift registers.

Every state is predefined, after every iteration you have the possibility to change the state. Thus make an idle state

---

UnCertified LabVIEW Student
Mistakes are for learning, that's why suggestions are always welcome!
0 Kudos
Message 8 of 8
(5,167 Views)