11-21-2005 06:38 AM
11-21-2005 07:49 AM
11-21-2005 08:06 AM
The simplest way is to save your Excel data as a csv (comma separated variable) file or tab separated txt file.
Then you can use the "read from spreadsheet file.vi" to pull the data into an array. After you have it in a LabVIEW array, you can maninulate it with the array tools (pull out a row or column at a time, pull out specific values, etc...).