12-12-2008 10:03 PM - edited 12-12-2008 10:05 PM
12-12-2008 11:43 PM
Well, I would tell you how to get the data to display on a table however then you will come to another issue.
The issue is that once the data is in a table, you cannot select all the data at once.
You can only select one cell at a time, I'm not sure why, guess it was an oversight of some kind.
There are a few work arounds, and if you are still interested in this aprroach, I will share them with you.
12-12-2008 11:54 PM
12-13-2008 11:55 AM
If you wish to create a waveform data type from a 1D array, use the Build Waveform function. It is realy just a special Bundle by Name. To the Build Waveform, you wire in the 1D array, the dt (time between samples), and the start time of the acquistion.
If you have problems, it would really help if you posted the code that does the acquisition.