LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Need to convert string data to numbers.

I have string data that I need to convert to numbers so that I can graph it or perform calculations on it. The data (file attached) is in three columns (tab separated) and is in the format time/double/time (saved as a string with Write haracters to File.) When I try Read From Spreadsheet I get 0.0000 for column 1 and 2.0000 for column 3.
0 Kudos
Message 1 of 2
(2,855 Views)
Hi,
I've done this through scan from file, using %s%f%s%s so I get the relative time, numeric, time, PM

See the attached .vi.

Hope it helps

S.
// it takes almost no time to rate an answer Smiley Wink
Message 2 of 2
(2,855 Views)