08-17-2010 12:45 AM
Cool LabVIEW 2010 Features Part III: Built-in Merge Errors Function
In LabVIEW 2010, the Merge Errors VI has been replaced with a built-in native growable function:
This is a great improvement over the Merge Errors VI, which only had 3 scalar error inputs, requiring a Build Array function for 4 or more errors. Also, the Merge Errrors VI had some performance issues that are no longer a concern with the native function.
The new Merge Errors function will take both scalar errors and 1D array errors for its inputs. Another cool thing is that any instances of the old Merge Errors VI in your code will automatically be replaced with the new Merge Errors function when you open VIs in LabVIEW 2010.
08-17-2010 01:49 AM
I really like this new feature - scalability & performance, its win-win for everyone 🙂
08-17-2010 05:25 AM
Many thanks and thousand kudos to Dany Allard, author of this great idea !