06-29-2015 11:20 AM
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> ---'
06-29-2015 11:38 AM - edited 06-29-2015 11:43 AM
@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.
06-29-2015 11:39 AM
06-29-2015 11:18 PM
06-29-2015 11:20 PM
06-29-2015 11:21 PM