06-03-2010 02:23 AM
Solved! Go to Solution.
06-03-2010 02:36 AM
Hi electric,
"Anyways any help is appreciated"
You should have 3 inputs to your VI: data array (containing dates and data), start date, end date.
Now you need a loop. In the loop you compare the date of the current array item with start and end date. When in range, then add to output array. Hint: use a shift register to keep the output array...
Otherwise simply attach your own work here and someone will give hints on how to improve your work!
06-03-2010 02:41 AM
The day of month element of the cluster converts the time correctly even if it exceeds the days in a month.
Also, you can simply add 86400, or 1 with the unit "d".
06-03-2010 02:45 AM
Just an idea
Output is the array of dates (as timestamps) between "Start" and "End" time stamps.
Marco
06-03-2010 03:06 AM