I'd like to create an intensity chart from data relating time difference between two triggering devices to energy. What is the best way to create the 2d array for the intensity chart?
I've tried to send the data out of the while loop, enabling indexing to create arrays for each data source (which I then hoped to combine using a build array function to make the 2d array), but for some reason, no data comes out of the tunnels. I can't create a 2d array and increment points by index because the time data is inconsistent in sign, and would create problems with index.
Any suggestions as to how to create the 2d array, or even just why no data is coming out of the tunnel?
Thanks,
Mike Sarahan