I've been trying to come up with a way to make a dynamic array in LV 6.i so that it's always the exact size to match the data. The way I do it now is to just initialize a huge array like 1000x2 and set everything to zero. Then I use Replace Array to fill in as needed and leave the rest at 0. This works, but takes a long time to execute, isn't guaranteed to be able to manage every data point, and leaves a "ghost plot" at the initial value for the left-over 0's. I'm also not really a pro at using clusters, so if there is a way to do it and keep everything as an array, that'd be ideal. Even better yet, if someone already has a sample .vi made that does this and wants to attach it, by all means...
Thanks
p.s.
Thanks to eve
ryone who answers questions on here and does so, so quickly. You make this site an invaluable resource.