01-05-2006 09:40 AM
01-05-2006 09:56 AM
01-10-2006 10:02 AM
"Your example writes the date/time to the front panel and doesn't do any printing"
I actually want to save date/time on my data file which is saved. When I open my "old" saved data files, I do not know when was the data collected. The date/time appears on the front panel but not the saved data file.
01-10-2006 10:25 AM
Well, if you're not writing the date/time to the file, then you won't know when it was created unless you use the file creation date/time. Do you think the file write should have the date and time in it and you don't understand why it's not there? The example you posted only writes "what is which" to a file. You would actually have to wire the output of your concantanate strings to a file write function in order to actually save it.
01-10-2006 07:51 PM
01-10-2006 08:47 PM
01-10-2006 10:38 PM
Hii, LV19 and Fay,
Fay thats a good solution but i dont understand why he is using Write Character to file.vi, he also can use the write to spreadsheet file or Open, Write snd close file, that is the better solution, rather than this and to timestamp the data is not a donting task, its an easier, even milisecond data can also been time stamped.
Thanks,
Nishant
01-11-2006 08:13 AM
01-11-2006 09:10 AM
labview1958 wrote: I have added the concated string but still it saves only "what is which" but no date/time. The vi in LV 6.0 is attached.
1958,
This is the inverse of your first post to this forum in which date/time was saved, but not the data.
Hope the attached helps in some way. It is most likely the same as Fay's, but is saved in LV v6.0.
Plus ca change ...
01-11-2006 12:17 PM
Afterthought:
1958,
If in your "bigger program" you need the sequence structure, what you may be in need of learning about is the use of "sequence locals" to pass data between frames of a sequence structure. They're discussed in the online help/examples.
... c'est la meme chose.