LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Selecting sequence of operations

Thanks Darin. I was indeed being misunderstood a bit (my own fault, I should have kept quiet about the internal implementation of the measurements).

0 Kudos
Message 11 of 13
(904 Views)

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)

0 Kudos
Message 12 of 13
(862 Views)

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.

 

 

Aldo A
Applications Engineer
National Instruments
0 Kudos
Message 13 of 13
(838 Views)