LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

text

Hello,

Ok i need a bit of help.. i need to find a way that a programme reads actual text and numbers from the same file...

I am attaching a file in Exel, basically I want Labview to read B2 to F4, problem being that the contain Mixture of written text and numbers. The idea being that once i have each of those items, i can use each one of them as a variable...I would really apreciate all help that you cna provide...

Regards

Mansoor


0 Kudos
Message 1 of 2
(2,645 Views)
Hi Mansoor,

save your data from Excel as csv or tsv (comma separated or tab separated values). Now read the data in LabView using 'Read spreadsheet file'. You will get a 2d array of strings and you can get subarrays to convert them to numbers (or whatever you need).
Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 2 of 2
(2,638 Views)