10-22-2009 05:33 AM
Hi, im wanting to shift data from one column to another in a 2D array. So basically, every time i get an update of data. it passes it to the next column. My data is in seven rows of elements within the array. Ive done just cant remember how to do it, i believe you use shift registers to do it.
Stu
10-22-2009 05:51 AM
you use the shift reister to hold you data and the rotate array vi to shift the elements ... see theXY Chart.vi example (or smart Buffer example.vi )
10-22-2009 12:12 PM - edited 10-22-2009 12:15 PM
Are you trying to take a 1D array and add it to the end of an existing 2D array?
You can do it like this, and use a shift register to carry the 2D array from test to test.
Otherwise, I don't know what you mean.