02-06-2015 08:48 AM
Hi,
here is one autosave example vi I wrote![]()
02-06-2015 09:02 AM
hi
sorry but I can not open.
my version of labview is 12
02-06-2015 09:26 AM
Okay, try this one
02-06-2015 09:34 AM - edited 02-06-2015 09:39 AM
thank you very much, also works..
but now
I have 10 files in ".txt" in a folder, they are parts of a single aquivo
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
02-06-2015 09:50 AM
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