07-17-2018 12:35 PM
Crossrulz, thanks a ton for your help. I feel like I have a much better understanding of notifiers now. I solved the final problem of the loop continuing to run by just placing the three inner loops in a case structure with the selector wired to the stop of the larger main loop, only allowing them to run when it read false.
07-17-2018 01:18 PM
Here are some suggestions:
Try coding this. You should end up with something simple, intuitive (you could explain what it is doing to someone who has never seen LabVIEW), and easily maintained/extended. "I'll show you mine after you show me yours".
Bob Schor
07-17-2018 01:46 PM
I understand there some major simplifications that can be made, but I created this example to use as a reference for a bigger project I've got going that I can't post online. The actual functionalities are quite different, but it uses the same structure as the one I've posted here. Three while loops within a larger main while loop. Thank you for your advice though! Efficient programming on LabVIEW is probably my biggest weakness. Simplicity is key with visual programming and immediately recognizing the simplest solution is not a strong suit of mine.