03-01-2008 06:20 PM
03-01-2008 06:43 PM
Change the DAQmx Read. You want to be returning a 1D Wavefrom. Right click on the function and do a Selct Type or click on the plymorphic selector below the function (the thing that right now says Analog 2D DBL NChan NSamp). You want this to say Analog 1D Waveform NChan NSamp.
03-02-2008 05:12 AM - edited 03-02-2008 05:13 AM
Thank you for the suggestion.
I have changed the instance of the polymorphic VI. But now I'm having issues with saving the data. I don't know how I could save the data for all the channels (similar to my post on another thread)
Write To Measurement File does what I want, but I just wondered whether I could use Write to Spreadsheet VI (as I prefer it in this form).
Cheers.
03-02-2008 11:53 AM
03-02-2008 04:09 PM