10-27-2019 07:36 PM
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.
10-27-2019 08:58 PM
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?