04-16-2008 10:28 AM
04-17-2008 11:37 PM
If I understand, you are trying to import data from various files, each named by a date and all in the same folder?
If that's it, then a simple (though I'm not sure if most effective) way to do this would be to just write a for loop that contains the import functions you are using and manipulate the iterations increment through your date range. Of course, you would need something along the lines of a state machine to check which month and year you are in and account for things like leap year and the varying number of days in each month. But this seems like it would be a fairly simple implementation.
I imagine there could be a way to do it with ActiveX that may be simpler, but I don't have a lot of experience with those types of applications.
04-18-2008 03:23 AM
Yes..You are right..various files, each named by a date and all in the same folder..!!
i just using for loop iteration for capturing a particular file with date and time.
pls suggest any solution for state machine to check which month and year.
Or Attach any Example VI ..
regards
TIJU
LV 8.0
04-18-2008 03:38 AM
04-18-2008
09:29 AM
- last edited on
04-15-2025
08:31 AM
by
Content Cleaner
If you are looking for someone to write the code for you, we have a directory of companies that are available: National Instruments Alliance Partner Program
04-21-2008 02:50 AM
hi..
i already formatted the file name DDMMYYY format ..
that i cannot chage..need to order thr files int o a Array.
Any sorting of number (filenames) is possible..??
regards.
TIJU
04-21-2008 03:07 AM