03-02-2009 10:56 AM
Hi All,
So the problem I having is I'm trying to search through a 1D array of time stamps starting from 0 with another array of time stamps. I do this by indexing the second array in a for loop and then taking all the indexes and put those into array. I then use those indexes to format the array the way I want it. The end result I would like is to take two different 2D arrays with different time stamps and line them up according to a a "master" time stamp, leaving 0's where there is no data. Attached is an example data file (its a .csv with a comma delimiter)
I've also attached a VI with a test case already in place that is NOT working correctly. However, below the 1D array of matrices there is a correct format of the array.
I've also put in comments in the block diagram to show how I'm doing things and perhaps you could try and make sense of it.
I appreciate any help you could give me. If you need any further explanation just ask.
Note - Least Common Divisor is a SubVI in Converting Timestamps and Sorting Data
Thanks,
Brad
03-02-2009 11:08 AM