01-04-2006 03:24 PM
01-04-2006 04:15 PM
01-05-2006 06:51 PM
01-06-2006 08:35 AM
Just by looking at the Write to Spreadsheet File function, you should see that the inputs are either a 1D or 2D array of numerics - not strings. A 2D array will give you multiple rows and columns. As I said, you already have a Y array. Create the X array and append the two to get a 2D array.
Remember that LabVIEW is a dataflow language. If you wire the measurement values to the Write to Spreadsheet, by definition, the Write To Spreadsheet will not execute until all of the data is present.
01-11-2006 09:54 AM
By the way, in which VI should I make this for loop to create X array?
How can I access to t0, dt and Y array in the output waveform?
01-11-2006 10:01 AM
01-11-2006 11:02 AM
01-11-2006 11:50 AM
01-11-2006 01:38 PM
01-12-2006 11:35 AM
I have tried to run the VI and found out a few things.
1. the program did not 'disable' those aggressors that were not enabled.
2. I was prompted to save the test results, but the file did not have any content.
Is there something that I may have missed???