LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

data saving

Bart!
I appended colums names and all that is  fine
can i also include a header to the file saved describing what the program does?
and does it save in a newfile when the date is changed!

Thank you!
0 Kudos
Message 11 of 17
(1,322 Views)
The time stamp is added to your filename... if you specify c:\data.txt the file will be saved when its 3-3-2006 13:45 as c:\data_3-3-2006_1345.txt. I did this because the LVM writer you specified did the same.
 
Each time the program is started.. you get a new file.. And yes you can add a Header bij inserting a write characters to file outside the loop before the colums writer.. Make sure apend to file is True
 
 If you need some more help just ask 😉
 
cheers

Message Edited by bartb on 06-09-2006 02:44 PM

Labview CLD , Engineer/Manager

Promedes and DSM
using LV 7.1, 8.0, 8.2, 8.5 and 2009 SP1
http://www.promedes.nl
0 Kudos
Message 12 of 17
(1,322 Views)
Thanks bart...

each the time the program started it saves ,that fine..
but soemtimes battery charging runs for 38 hours r so...in that case data is too much. so oen idea was to save in 2 different file. on the basis of date
and yes i will write a string and try to add.

mmm my starts are really good to me today...got the problem solved...
thanks a ton Bart!

Thanks for your time!
0 Kudos
Message 13 of 17
(1,315 Views)

Lol i`m just bored at my internship right now.. I poste a VI that changes  the path to the file on the next date.. but are you sure that the files dont get to big still...?take a look at teh example i also added a header example.

cheers.. (points are welcome) 😛

Labview CLD , Engineer/Manager

Promedes and DSM
using LV 7.1, 8.0, 8.2, 8.5 and 2009 SP1
http://www.promedes.nl
0 Kudos
Message 14 of 17
(1,313 Views)
Hey...its the way i want exactly..
yes even if in two files it will exced..
thanks a ton!

Iam just a novie to LabVIEW started learning march..but not continous..iam still confused to use so many VIs and so.

u seem to excell it...thanks really!
0 Kudos
Message 15 of 17
(1,304 Views)

I`m using labview for a year now.. get some basics @ school I learned it my self... (better as my professor at it but ok..;):$ ) Glad to help

Bart

Labview CLD , Engineer/Manager

Promedes and DSM
using LV 7.1, 8.0, 8.2, 8.5 and 2009 SP1
http://www.promedes.nl
0 Kudos
Message 16 of 17
(1,301 Views)
great!
I just returned home from work!
I ahd no clue of LabVIEW 3months before .Alas! now iam even sleeping dreaming of it..(not sweeter one..they r scary)
really it was great help
thanks!
thanks and one more thanks!
 
0 Kudos
Message 17 of 17
(1,296 Views)