LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

State Machine with Void Loop problem

hello, i need help with the loop i make for the case "Motor Derecha", i dont know how to stop a void loop in the cases for a state machine. That case is the only one with the loop because i'm experimenting to make another project. The buttons i made are just to help and see when they are in a "true" or "false" state and try to stop the void loop.

Thanks for read this.

Download All
0 Kudos
Message 1 of 2
(1,806 Views)

What is a "Void Loop"?  There is no such term in LabVIEW.

 

What I do see is that you have a couple of infinite while loops.  The only way to stop them is to abort your VI.  Why do you even have them?

0 Kudos
Message 2 of 2
(1,781 Views)