Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

Saving the accquired data from the data acquistion card Us6218

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?

0 Kudos
Message 1 of 4
(3,055 Views)

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?

0 Kudos
Message 2 of 4
(3,052 Views)

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

 

0 Kudos
Message 3 of 4
(3,045 Views)

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.

0 Kudos
Message 4 of 4
(3,040 Views)