LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to compile waveform file

I need to generate a waveform out of data generated by MatLab. How to convert a ascii data file to a
LabView waveform file?
0 Kudos
Message 1 of 3
(2,265 Views)
Hi

A LV Waveform consists of a starttime (x0), a time-difference between eacht datapoint (dt) and the data (X).

So if you want to writa a waveform-file, you have to create a waveform using this information. So extract these data from your text file, convert it (if necessary) and create the waveform.

Hope this helps.

Thomas
Using LV8.0
--------------------------------------------------------------------
Don't be afraid to rate a good answer... 😉
--------------------------------------------------------------------
0 Kudos
Message 2 of 3
(2,256 Views)
Assuming that your file contains tab separated ascii data, the attached vi illustrate becktho comments and shows how to create and display a waveform with LabVIEW.
Chilly Charly    (aka CC)

         E-List Master - Kudos glutton - Press the yellow button on the left...
        
0 Kudos
Message 3 of 3
(2,253 Views)