jmreimer Posted May 9, 2009 Report Share Posted May 9, 2009 I am fairly new to Labview and our group has been tasked to develop a program that will convert a set of data into another type. We are receiving a bluetooth signal that has the data in rows and columns. For our current program we need to have row 1, column 1 correspond to #1 and so on. It sounds like a simple task but I need a direction in order to get under way. Any and all help would be appreciated! Thank you! Quote Link to comment
santi122 Posted May 9, 2009 Report Share Posted May 9, 2009 So what you wanna to do is to change a 2D Array to a 1D Array or ? So you have to possibilties to reshape 1. ReshapeArray.vi 2. Use to FOR-Loops with shiftregister if you want to manipulate the values (see Attachments) greetz Chris Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.