11-06-2008 09:00 PM - edited 11-06-2008 09:01 PM
11-06-2008 09:32 PM
How are the 256 sequential values coming in? Are they in the form of a 1D array, or what. Nested FOR loops come to mind. The functions in the array pallette can be used, but we have to understand
how your data values are coming in.
11-06-2008 09:49 PM - edited 11-06-2008 09:49 PM
If it's the way you are getting data in this post, you just have to wire out through the loops.
Again, you seem to not understand how for loops in LabVIEW operate. You might want to review some of the options for learning the basics of LabVIEW.
11-06-2008 09:58 PM
It is typically easiest to form (or start with) a 1D array of 256 elements, which you then can reshape into a 16x16 2D array.
The reshape function is in the array palette.
Can you attach a simplified version of your VI that show how the 256 data points initially arrive?
11-06-2008 10:38 PM
hi,
try this i think this will help u.
11-06-2008 11:49 PM - edited 11-06-2008 11:51 PM
Santhosh M wrote:try this i think this will help u.
NO!!! This is just a Rube Goldberg Version of the atomic operation "reshape array". Why jump through all these hoops???