01-17-2008 12:47 PM
01-17-2008 12:57 PM
First, extensive use of any type of sequence structure is usually not necessary. Using dataflow will accomplish the same thing. Wire up error in/error out clusters and if you don't have them in subVIs, add them.
Second, much better than a sequence structure is a state machine. This gives you much more flexibility and still allows you to control execution order.
Third, in a few situations, sequence structures can be used and if you want to pass data from one frame to another, ight click on the edge of a frame and select 'Add Sequence Local'.
01-18-2008 03:33 PM
Hi,
Thanks for the great response, Dennis. Here is a KnowledgeBase article with more information about sequence structures. Happy coding!