LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

data acquisition

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

0 Kudos
Message 1 of 4
(2,344 Views)

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.)

0 Kudos
Message 2 of 4
(2,317 Views)

Hi sir,

 

Sorry for the mistake........I hope you got my problem.....I am attaching the VI,which i tried.

0 Kudos
Message 3 of 4
(2,272 Views)

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

0 Kudos
Message 4 of 4
(2,268 Views)