LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

storage and analysis

Hi,
It is a student fromTurkey,
 
I ve a question about storing some measurement data which are already imported (DAQ). I need to make several measurements of the same kind again and again  in one session, and store them in my computer and i also want to see each of them in my labview panel one by one as i finish one and pass to another measurement. i mean, when i finish one daq, i want that measurement file to appear on my panel and wait to be analysed untill i finish my measurements. when i finish daq, then i want to start my calculations one by one again. i have tried plenty of ways but still havent achieved.  i hope you have some advices about it.
 
Regards ,
 
Emin Eksi
 
0 Kudos
Message 1 of 3
(2,928 Views)

There are a lot of ways to store data at your computer. See the "File I/O" pallete.

There are a lot of ways to display data too. Graph, Chart, text....

Depending of your needs.

For your program i suggest a state machine, although i don't know what exactly you want to do.

Message 2 of 3
(2,918 Views)
Hello Emin,

I suggest you open the Fundamentals>>File Input and Output and Fundamentals>>Graphs and Charts sections of the NI Example Finder (Help>>Find Examples).  These examples will give you a broad overview of your options in LabVIEW. 

As a student, you may also be interested in the Express VIs.  In particular, I suggest you look at the Write To Measurement File Express VI (found on the Block Diagram Functions Palette under Express>>Output).

Best Regards,
T. McCarty
0 Kudos
Message 3 of 3
(2,882 Views)