LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Flat sequence error output for a built application

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.

0 Kudos
Message 1 of 2
(2,286 Views)

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.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 2 of 2
(2,276 Views)