04-01-2022 02:28 AM
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...
Solved! Go to Solution.
04-01-2022 03:34 AM - edited 04-01-2022 03:37 AM
Is this expected waveform? I used dataplugin to read the file.
04-01-2022 04:21 AM
Thank you for your message and URL.
The data which you showed is what I would like to get.
Thanks a lot!