08-21-2017 02:43 PM
The ZIP file had not uploaded. I think its because the zip size. I put this in a google drive folder:
https://drive.google.com/drive/folders/0B3DHnU3HZK39bGhxZno5M2I0dHM?usp=sharing
08-21-2017 04:32 PM
Did you see where I said "Take all of the routines that you use, put them in a folder, compress the folder, and attach the resulting Zip file"? But never mind, I think I have a better idea of what you are trying to do. See if this is more-or-less correct ---
So let's assume that my description, above, is more-or-less what you want to do. There is a ordered sequence that needs to be followed:
A good model for such an orderly sequential routine is something called a State Machine. LabVIEW has templates for this, and you can also find examples and tutorials on the Web. There is even some Templates built into LabVIEW that illustrate this concept.
Spend some time with pencil and paper (or a good Word Processor) before you start rearranging your Block Diagram. Be sure you understand the idea of what the Front Panel controls do (vis-a-vis the functioning of your Program -- are they holding a parameter, giving a "command", showing a value?) and code accordingly.
Bob Schor