11-21-2006 07:52 PM
11-21-2006 08:27 PM - edited 11-21-2006 08:27 PM
Message Edited by Matt W on 11-21-2006 08:27 PM
Message Edited by Matt W on 11-21-2006 08:28 PM
11-22-2006 11:48 AM
Matt,
I think I can follow the VI where the build array node (which appends elements to and increments the elements of the array) is placed within the case structure: when the element is indeed even, the true case appends it to the array, where as in the false case, the index (#x) remains constant (because the build array node is not present in the false case).
However I am a little confused on the mechanism of the VI where the main build array node is located outside of the case structure and the smaller build array node is located in the true case of the case structure. From what I can infer from the highlight execution tool in LabVIEW, the value of the index of the smaller build array node is #1 and that of the empty array output from the false case is #0, and this index is added to the index of the build array node located outside of the case structure, which adds the index of the smaller build array node to determine the placement of the element in the final array. Is this correct? Thanks!
Adam
11-22-2006 02:34 PM