LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

excel hexadecimal value

Hello everybody,
 
does anybody knows how to read hex.values from excell sheet and convert them into binary value in labview?
 
 
0 Kudos
Message 1 of 3
(3,114 Views)

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

LabVIEW 2012
Message 2 of 3
(3,110 Views)
Thanks alot craigc
0 Kudos
Message 3 of 3
(3,105 Views)