LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

read data from excel file and display each row separately on a meter one by onemultiple

Hi,

 

There is a VISA 'read' file that stores data in rows.  You want to read back this file and display the data, correct yes?

 

Use the read from spreadsheet file, the all rows output.  Then you read each row of that array.   Technically you are not parsing ( in terms of text strings anyhow) but you are indexing the array for rows and then presumably columns.

 

I have attached an example of reading rows from a ss and displaying to a meter. ( snippet, save to desktop, drag to your VI.)

 

read ss display to meter snippet.png

-------
Mark Ramsdale
-------
0 Kudos
Message 11 of 12
(369 Views)

many thanks, greatly appreciated

0 Kudos
Message 12 of 12
(359 Views)