QUOTE (Michael Aivaliotis @ Apr 3 2009, 05:11 PM)
The design I included was just to illustrate the principle. I'm aware of how to use error terminals to control dataflow. I disagree that stacked sequences are per definition bad practice. There are situations where I prefer a stacked sequence over a bunch of daisy-chained subVI's, especially when dealing with code that I prefer not to be in subVI's, like property nodes of front panel items or so.
QUOTE (psychomanu @ Apr 3 2009, 11:54 AM)
Now you need sequence locals for each step, and if you need to insert a step later on you need to rewire things. I use local variables to propagate the error cluster, but that's 'bad practice'.
QUOTE (Michael Aivaliotis @ Apr 3 2009, 05:11 PM)
Exactly. This is why you don't use sequence structures.
With my suggestion this argument against stacked sequences no longer applies, making them perfectly good practice, just like any other stacked structure like a case structure or event structure. Anyway, it was not my intention to start endless discussions, I guess this comes down to personal taste. Thanks for all reactions.