09-30-2010 01:50 AM
Hi,
You can also use the following: save the data to file continously and make the file name of the data to be current date. This way when the date will change (e.g. new day) you will have automatically new file each day.
Hope it helps,
09-30-2010 09:28 PM - edited 09-30-2010 09:29 PM
@herrlin wrote:
Why should you NOT use strings to create paths?
One more reason for that is... When you run the same VI in another machine obviously it will not work... You should always make your VI generic that it can run in any machine.. That is the Good way of creating an application....
![]()