LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

To process data from large array in steps & display the results

Hi,
I am facing problem in processing the elemnets of large array 2MB points, i.e i want to process first 250000 points & display & again process points from 250001 to 500000 & display continue till 2MB or store the result in array & finally display all points at a time. Plz suggest me a solution.
Thanks
sayaf
0 Kudos
Message 1 of 2
(2,413 Views)
Hi Sayaf

It sounds like you need to use "Array Subset.vi" to split the 2000000 into 250000 element blocks.
Set the index on Array Subset to 0 and then increment by 250000 after processing and displaying each block.

Good luck
Neil
0 Kudos
Message 2 of 2
(2,407 Views)