06-22-2012 11:29 AM
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.)
06-22-2012 12:26 PM
many thanks, greatly appreciated