LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Emergencystop for a conitnuous measurement

I just started programming with Labview and i am trying to set up a continuous online measurement for a experiment of mine. My question is I think quite simple, how can I create a loop that samples I think every second, but save the data only every ten minutes, but - here is the problem - were I can stop the measurement every time with a stop button. And is there a possibility to overwrite the oldest data in my spreadsheet file with new data contentiously?
0 Kudos
Message 1 of 2
(2,277 Views)
Hi

You have to use a timed loop (say every 100ms)and you can check if your time criterions are met.
In such case (every second) : go for data acqu.
every 10 min : save data

All the best...

Doc-Doc
Doc-Doc
http://www.machinevision.ch
http://visionindustrielle.ch
Please take time to rate this answer
0 Kudos
Message 2 of 2
(2,277 Views)