07-12-2006 04:56 AM
07-12-2006 05:09 AM
Hi Avni,
I would recommend using the "Error Cluster" input/output controls in all your VIs - this way all your VIs can be chained together in sequential order, whilst still having the option to execute "parallel" functions by splitting the Error Cluster wire into two paths and recombining with the "Merge Errors" VI.
I frequently build all my VIs starting from the attached template (see attached VI).
The other advantage of this method is that execution of the VI sequence can be effectively cut short when an error occurs because the remaining VIs in such a sequence will execute the "Error True" case rather than the main code which you would write into the "No Error" case.
Mark.
07-12-2006 05:15 AM
We have two ears and one mouth so that we can listen twice as much as we speak.
Epictetus
07-12-2006 05:20 AM
07-12-2006 05:58 AM
We have two ears and one mouth so that we can listen twice as much as we speak.
Epictetus
07-12-2006 06:15 AM
07-12-2006 06:20 AM
We have two ears and one mouth so that we can listen twice as much as we speak.
Epictetus