LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

file, save, automatically

hello,
I'm developing un acquesition program for a machin that have the syclic operations, I want to save automatically the data in different fils evry sycl!
0 Kudos
Message 1 of 3
(2,449 Views)
Hi,
There are lots of different ways of writing into a file using LabVIEW.

The VI attached shows one of them. A new file is saved every 5sec until user presses the stop button.

Hope this helps !
Julien
0 Kudos
Message 2 of 3
(2,449 Views)
Hello Anwar,

You want to save data for each cycle in differents files.
How much cycles do you have?
If you have less than 20 cycles, you can use "Condition Structure" (nb. conditions = nb. structures) and save data for each cycle in a different file (20 files for example).

Sanaa TAZI
Application Engineer
National Instruments
0 Kudos
Message 3 of 3
(2,449 Views)