Hi.
Most nodes in LabVIEW have what is coined 'standard error in functionality', which basically means the node is skipped if an error is present on its error in terminal - like this Defer Panel Updates property node below:
A smaller subset of nodes behave differently if an error is present, usually by running anyway which is the case for the Close Reference primitive for instance.
Sometimes it's desirable to run one of these nodes with standard error in functionality also in case of error, and then one has to resort to something like this clearing the error before the node and bundling the error wires afterwards to maintain dataflow priority:
I suggest a new Run Even If Error option for property and invoke nodes, similar to the Ignore Errors Inside Node option in the context menu:
This could be expanded to other nodes/functions/primitives as well...
...but this time around I'm only suggesting this for property and invoke nodes as that may hit fewer obstacles.
Cheers,
Steen
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.