08-11-2010 04:55 PM
Hello All,
In a day i have to read many times data from Spectrum analyzer and each time i want to save it in file on PC. While saving i wish to save those files having name as the date and time of saving on My PC. Is this is possible using labview? If yes can anyone guide me in that case.
Thanks in advance....
Pals
08-11-2010 05:44 PM
This question comes up alot. Here is one example.
08-11-2010 05:54 PM
Thanks a lot GovBob,
But in this every time i have o feed the date and time right??? I want that time and date automatically taken while saving on PC.... Is this possible? As my program will keep on running for hours and simultaneously keeping saving according to the respective time and date...
Thanks once again....
Pals
08-11-2010 06:13 PM
You don't have to feed it anything except the data you want saved. Did you try to run it? It does exactly what you asked, it creates a file using the current system date and time as the file name.
08-11-2010 08:28 PM
You could also use a single Format Date/Time String and skip all of those search and replace functions. It's also better to use the Build Path function instead of the concantanate string.
This is pretty basic stuff with everything explained in the help for the date/time functions.
08-12-2010 03:32 AM
Thanks so much....