Hi,
I am trying to control the flow of my program using error lines. As shown in the attached pic, I want to do my sampling subVI say 3 times then move to the next location, sample 3 times there and move, etc. I couldn't figure out how to iterate over the sampling VI multiple times using a for or while loop, because the error out at the tunnel out of the loop becomes an array of error lines and I get a type mismatch when I try to wire to the move subVI. I tried array-to-cluster and then trying to separate out the error line from the last loop iteration from which to continue the flow of the program, but no success.
So, I think I can do it inelegantly with sequences and sequence locals but I'd like to expand this program into a snake traverse (i.e. measure points across 1 row, up one, back across the row, up one, etc.). Is there a better way than sequences?
Hope that was clear,
William.