LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

smooth reading of spreadsheet

Hello, am reading data from a spreadsheet text file and displays it on an XY Graph, I need to display this data just like real time DAQ, but when I start reading. all the data is read and dumped to the graph, I tried to use Wait (ms) and Wait Until Next ms Multiple but it didn't do what I want.
any way to read it smoothly will be highly appreciated.. Thanx
0 Kudos
Message 1 of 3
(2,582 Views)

You should read the entire spreadsheet all at once. What you would want to do is to delay the writing to the graph. Just wiring the output of the Read From From Spreadsheet to a for loo and put the wait inside the loop.

Message Edited by Dennis Knutson on 04-01-2007 10:35 AM

Message 2 of 3
(2,569 Views)
That works!!!! Thanks soooooooooooooooooo much....
0 Kudos
Message 3 of 3
(2,556 Views)