LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Automatic saving labview data

Solved!
Go to solution

Hi,

 

here is one autosave example vi I wroteSmiley Happy

Message 11 of 15
(2,275 Views)

hi

 

 

 

sorry but I can not open.

my version of labview is 12

0 Kudos
Message 12 of 15
(2,266 Views)
Solution
Accepted by Saille

Okay, try this one

Message 13 of 15
(2,251 Views)

thank you very much, also works..

 

 

but now

 

 

I have 10 files in  ".txt"  in a folder, they are parts of a single aquivo

 how do I group all 10 files and form only a ".tx"t file?

 

thanks

 

obs: My idea is generally several small files and then save them, theoretically it would not slow the program .. it saved large amounts of data

0 Kudos
Message 14 of 15
(2,245 Views)

Hm then I would then use TDMS

format. This is better for multi chanel

bigger data.

If you want to stuff it into one txt File

you have to think more about the format.

Very often used is for example csv

that is actually a txt format where

one can store column wise data.

Then you woud take my example and

let it write to the same file over and over

agin with the append mode.

 

Ok so far for now - weekand is aproaching!

 

regards

andreas

Certified-LabVIEW-Associate-Dev_rgb-1.jpg

 

 

0 Kudos
Message 15 of 15
(2,231 Views)