Hi all, does anyone have some good idea to go about doing this? Approximately every 10mins, each part of a piece of hardware that has four parts in total will produce a value with a time stamp. The four parts are supposed to be synchronized but in reality one or two of them will differ about 1-2 minutes. So the data look something like this
Part 1 of4 Part 2 of4 Part 3 of4 Part 4 of4
2:01 2:02 2:01 2:01
2:11 2:12 2:12 2:11
2:22 2:23 2:22 2:22
...
with each time (actually datetime) stamp will have a number. I would very much like to sum the 4 values in my report. Notice the time stamp doesn't always hit the 10 minute mark. The 4 value sort of cluster at the not so clear 10min mark
. I think this is a toughie, any input would be appreciated.
Part 1 of4 Part 2 of4 Part 3 of4 Part 4 of4
2:01 2:02 2:01 2:01
2:11 2:12 2:12 2:11
2:22 2:23 2:22 2:22
...
with each time (actually datetime) stamp will have a number. I would very much like to sum the 4 values in my report. Notice the time stamp doesn't always hit the 10 minute mark. The 4 value sort of cluster at the not so clear 10min mark