Well, I only showed the easy way with complex arrays.
If you want to do the bundle approach, you have two possibilities (both shown in the attached VI, pick one!):
- Create an array of clusters, each an xy point. Here you would simply need to place the bundle operation into a FOR loop, then append the resulting array to the shift register.
- Create two shift registers, one to built the array of x values and one for the y values. bundle the two on the way to the xy-graph terminal.
(You are building an array of clusters, each forming one plot, so each set of data will be plotted seperately. This is incorrect!)
Message Edited by altenbach on 07-10-2007 03:59 PM