04-17-2007 08:50 AM
04-17-2007 08:54 AM
Hi,
Save the Excel File as a .csv. Then in LabVIEW use the 'Read Spreadsheet file.vi' function to read the spreadsheet into a 2D array of strings. From there on in you can change the strings to numbers or whatever you want (Hexadecimal included).
Craig
04-17-2007 09:09 AM