I admit I had to look that guy up. Basically, it takes the first non-zero error code and makes an error out of it. But if the error in is already an error, that just gets passed along. So the real key here is noticing that your error 2 is a warning (boolean is false).
There are only two ways to tell somebody thanks: Kudos and Marked Solutions Unofficial Forum Rules and Guidelines "Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
Also the help file is not verry usefull on this one. I still dont know wat is exactly is doing.
Open up the VI and it will be completely clear.
There are only two ways to tell somebody thanks: Kudos and Marked Solutions Unofficial Forum Rules and Guidelines "Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
I do have to admit I like it. one of the reasons I am coming hire is to find new functions and technics. ( and of course to spot the data flow errors so that I don't make them that often. )
the questions I know the answer of without looking it up in the help file ( or testing it out ) are the boring ones.
First Iteration the error is visualized and array 1 is error since the second iteration does have error the first error is repeated adian, the third iteratuion is visualized and appended all three to an array.
I haven't use this one either, but mostly because I didn't know about it. I can see where it is useful:
The are many VIs (especially in mathematics palette) that will return an error code instead of pass through an error cluster. I have always used "error code to cluster" vi to handle each individual error codes. But when there are quite a few VIs that return error codes, it is easier to use this VI to handle all the error codes together.
I really didn't understand the purpose of this function and in which situation I should use the 'Find First Error' function. LabVIEW already raises the first error automatically by skipping the upstream VIs, and when we use the 'Error Merge' function, it will apply its order ??????