06-07-2012 02:38 PM
I want to save the accquired data from the data acquistion card Us6218 ( where the data is a sine signal) into a text file. how is that possible?
06-07-2012 03:23 PM
Possible? Absolutely. There's "Write to text file" tools for that.
But... you'll need to define the format if you want to maintain timing, scales, or any other wave parameters.
LabVIEW deals real nicely with TDM files that maintain all that stuff so you don't have to. Is a text file really the right format for what you want to do with it?
06-07-2012 07:45 PM
Hello first of all thanks for the fast reply.
Well am actually looking to plot the same data signal that am acquiring directly from the output of the dac assistant, through Matlab. This is way i need to convert them into an array or text file. I have seen the write to text file VI but am not familiar on how to input its parameters.
I hope u can help me with that.
Thank you
06-08-2012 08:44 AM
Hello,
Here you can find an example of how to write to text file
http://zone.ni.com/devzone/cda/epd/p/id/4229
You just have to convert your data into string before writing in file.
Kind regards,
Ion R.