LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to read data from measurement file using express VI continuously?

The Express VI has no way of resetting that pointer, so you would need to use the native File IO VIs to get the data over and over. Try the Read from Spreasheet VI.

Cheers


--------,       Unofficial Forum Rules and Guidelines                                           ,--------

          '---   >The shortest distance between two nodes is a straight wire>   ---'


Message 11 of 16
(1,530 Views)

@fatin wrote:

Nope. I want to read it continuosly. Is that possible in one graph?


How often is your file going to change?  In theory, it should never change.  So just read the file once and pass the read signal into a loop.  Inside is just a Waveform CHART.  A chart has a history as well instead of just showing the last thing that was wired to it, like the graph.  So the chart just keeps appending the same waveform until you tell it to stop.  I also recommend some kind of wait inside of that loop.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
Message 12 of 16
(1,522 Views)
Please pay attention. There is absolutely no need to read the file more than once. Just silly to ask that. The data can be displayed continuously and that sort of basics is what you should be focusing on.

Since this is homework, I hope no one gives you a complete solution but investigate the Index Array.
Message 13 of 16
(1,520 Views)
Thanks Mr. James. I alsi think i can't used express vi to make this work. I will try your this way.

Fatin 😉
0 Kudos
Message 14 of 16
(1,475 Views)
Thanks Mr.Dennis. I will try hard to investigate as u said.
0 Kudos
Message 15 of 16
(1,473 Views)
Thanks!. I have dine this before. But i don't know still why my lecturer ask this question iver and over again. Hope i can get this but maybe noy from using express vi?
0 Kudos
Message 16 of 16
(1,471 Views)