From 11:00 PM CDT Friday, Nov 8 - 2:30 PM CDT Saturday, Nov 9, ni.com will undergo system upgrades that may result in temporary service interruption.
We appreciate your patience as we improve our online experience.
From 11:00 PM CDT Friday, Nov 8 - 2:30 PM CDT Saturday, Nov 9, ni.com will undergo system upgrades that may result in temporary service interruption.
We appreciate your patience as we improve our online experience.
05-16-2007 04:48 PM
05-16-2007 04:55 PM
05-16-2007 05:06 PM - edited 05-16-2007 05:06 PM
And when you write your own subVIs, you can put the code inside a case statement and wire the error cluster to the case selector. NI functions with an error connection will just pass the error cluster through without executing. If you have code that might take a while to execute, you would want to skip that if an error condition exists.
Message Edited by Dennis Knutson on 05-16-2007 04:06 PM
05-16-2007 05:27 PM
05-16-2007 06:22 PM
05-16-2007 09:02 PM
I'm taking note of this statement because it hints to me that your code might need some structure. Not using subvi's is a first sign of trouble.
B@frontiergeo wrote:
I'm not build alot of subVIs yet as most of our VIs are so completely different from each other that very little carries over.