LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

hreading data from excel

hello frnds,
     i have got a project in which i have to read values from excel. what the particular thing i have to do in this is, my excel file contains many different values of (force, pressure, position and temperature). at first i have to make display of first row values of (force, pressure, position and temperature). after 2 or 3 secs i have to display next row values and it goes on. i have seen an example how to display all the values of (force, pressure, position and temperature) at the same time. but i dont know how to make those values to be displayed row by row in particular interval of time. since  i have to submit this project urgently ,please help me as soon as possible.
 
-sarguru
0 Kudos
Message 1 of 2
(2,500 Views)
A simple search of the LabVIEW forum with Excel Read as the search parameter turns up hundreds of posts in the just the last 6 months. Here's one that you might want to look at. If you already know how to read all rows and columns, then displaying row by row should be simple with a loop to index the array values and wait function.

Message Edited by Dennis Knutson on 11-08-2005 07:49 AM

0 Kudos
Message 2 of 2
(2,489 Views)