LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

convert wfm files taken by tektronix MSO64B to ASCII data by Labview

Solved!
Go to solution

I need to convert wfm files taken by tektronix MSO64B to ASCII data by Labview (though I know that tektronix distributes programs which convert wfm files to ASCII data.)

I found the programming code for MATLAB, but I cannot adopt it to LABVIEW.

https://jp.mathworks.com/matlabcentral/fileexchange/6764-wfm2read-m

 

I attached the file which explains the file format of wfm files, and vi code in which I try to extract number of requested fast frames.

I also attached the wfm files as a zip file, in which I request 2000 frames for fast frame measurement. 

 

In my vi, I set file position at 146. So I expected I can extract Number of requested fast frames (2000). But I cannot get 2000.

I am happy if you let me now what is a problem in my code...

 

0 Kudos
Message 1 of 3
(1,649 Views)
Solution
Accepted by topic author ozizouozizou

Is this expected waveform? I used dataplugin to read the file.

https://www.ni.com/en-us/support/downloads/dataplugins/download.tektronix-corp-dataplugin-for-tektro...

 

YuT_0-1648802026597.png

 

 

 

tds5000_plugin.png

 

 

 

 

Certified LabVIEW Developer
There are only two ways to tell somebody thanks: Kudos and Marked Solutions

GCentral
0 Kudos
Message 2 of 3
(1,624 Views)

Thank you for your message and URL.

The data which you showed is what I would like to get.

Thanks a lot!

0 Kudos
Message 3 of 3
(1,608 Views)