11-18-2010 12:10 PM
Thanks Darin. I was indeed being misunderstood a bit (my own fault, I should have kept quiet about the internal implementation of the measurements).
11-25-2011 04:02 PM
Darin K,
I understand your method will work fine, so are flat structure & quee.
But, i dont understand is what benefit obtained by using your method of subVIs inside a structure over the other 2 methods?
thanks
(sorry i am a newbi in Labview)
11-28-2011 06:28 PM
Greetings,
I would agree with the majority of the solutions posted in the thread. A finite state machine using case structures or a queue will work perfect in this situation. Your triggers and set up code can be run in the firsts steps of the FSM and then you can select off of the rest of the cases. Here is an easy tutorial on how to get started with an FSM http://labviewwiki.org/State_Machine
Let us know if you have any more questions.