12-08-2012 04:11 AM
Hi.
I am arun,a beginner with labview.I am trying to do automatic data acquisition from tekscope via labview.Interafcing is done and working good.I really need automatic acquisition, means realtime acquisition in a 30minutes inreval.I want the data to be saved every user defined interval in new filename without over writing.I was trying to do with loop by putiing the save part in side the loop.it was not doing.I really need help to sort out this problem.I am attaching the VI file.
Thnk you
arun
12-08-2012 01:46 PM - edited 12-08-2012 01:47 PM
The VI you attached doesn't show your attempt at saving data inside of the loop. Please attach that VI so we can help you.
(Please use a couple of spaces after the period at the end of your sentences. The way your message is written now without spaces causes it to run together making it that much more difficult to read.)
12-12-2012 10:20 PM
Hi sir,
Sorry for the mistake........I hope you got my problem.....I am attaching the VI,which i tried.
12-12-2012 10:42 PM
One period two spaces. Not multiple periods.
You have an inner while loop around your Write function with a True wired to the Continue terminal. That loop will run forever and the outer loop will only run the first time. You are forced to abort your VI to get it to stop.
Get rid of the inner while loop.
I would recommend looking at the online LabVIEW tutorials
LabVIEW Introduction Course - Three Hours
LabVIEW Introduction Course - Six Hours