07-26-2013 04:30 PM
Hello,
I was wondering what the recommended method is for passing out errors through a flat sequence, particularly when the VI is built into an application. I've found that simply passing the errors through the sequence doesn't work; if a VI in an intermediate frame throws an error, this error doesn't get sent out to the application, even if I have an indicator for it. Thanks.
07-26-2013 05:12 PM
Another reason why a state machine is better.
If I have to use a flat sequence structure there typically is not an error to pass along. If you do have error clusters running from VI to VI, you don't need the flat sequence structure. So maybe you should share some of your code and maybe we can make your setup better for error handling.