02-25-2008 11:16 AM
02-25-2008 11:23 AM
02-26-2008 11:55 AM - edited 02-26-2008 11:57 AM
02-26-2008 12:11 PM
You can even wire the error cluster directly to the select terminal of a case, and see the case structure change colour!
Rod.
07-14-2009 12:58 PM
Somewhat unrelated to the topic, but what happens when the write file in this example returns an error? So the file is opened or created without error, but the write produces an error. Does the file get closed?
Dave
07-15-2009 05:40 PM
According to the Close File Function Help:
If an error occurred before this VI or function runs, the VI or function passes the error in value to error out. This VI or function runs normally even if an error occurred before this VI or function runs. If an error occurs while this VI or function runs, it runs normally and sets its own error status in error out.