02-06-2006 10:19 AM - edited 02-06-2006 10:19 AM
Message Edited by Darren on 02-06-2006 10:19 AM
02-06-2006 10:34 AM
Well, that's another one I know and love.
I do have one problem with the Merge Errors VI. It doesn't actually "merge errors", does it? All it does is to take the first error encountered, discarding the other errors. It would be nice if in future versions the error cluster for all the primitives could be either a cluster or an array of clusters.
As a temporary solution, I use Mike Porter's method, shown here. It also discards the smaller error number, but at least it keeps the error text. I created some additional VIs which also go up and down and make it even more convenient to do this.
02-06-2006 10:56 PM
02-06-2006 11:13 PM
Yes, that would be a nice feature...maybe we'll be seeing it in a future LabVIEW version... 😉
-D
02-07-2006 12:05 AM
@Darren wrote:
If you ever profile the performance of your applications, you may be surprised to find that Merge Errors.vi takes a significant amount of time to execute, mainly because of the iterating it has to do on each incoming error to check for both warnings and errors.
06-05-2006 07:48 AM