05-25-2007 09:55 AM - edited 05-25-2007 09:55 AM
Message Edited by BJalbert on 05-25-2007 09:57 AM
05-25-2007 10:02 AM
You are not building any arrays, you just convert a single number to an array with a single element at each iteration of the loop. You need to built your arrays in an initialized shift register or with an autoindexing output tunnel at the right loop boundary.
Do you need to constantly analyze the partial data or do you only need to analyze the full array once acquisition has finished?
05-25-2007 10:14 AM
05-25-2007 10:23 AM - edited 05-25-2007 10:23 AM
The image shows two possibilities:

Still, you should really simplify your data structures. For example you could have all your 7 results as a single 1D array and built it as a 7xN 2D array, etc. You probably can reduce the clutter on the diagram by 90%! 🙂
It is a nightmare to deal with subVIS containing so many individual connectors.
Message Edited by altenbach on 05-25-2007 08:24 AM
05-25-2007 03:14 PM