11-06-2009 09:01 PM
Hello
I want to convert waveform file from yokogawea (.wvf) and .csv file into .dat file, then how can I convert by using LabView.
Regards
Vedvati
Siemens
11-06-2009 09:09 PM
I searched the forums to see if anyone had posted any VI's dealing with Yokogawa wvf files. I didn't see any. I know they publish their specification on the file format. If no one has published VI's or a driver library for it, you could write your own based on that. .csv is comma separated values. You can use the Read from spreadsheeet file with the appropriate delimiter of comma to open that.
.dat file. What is that? The .dat extension is pretty much a generic file extension. There could be dozens to hundreds of different ".dat" formats, some binary, some ASCII readable. You'd have to provide more information on what you want the .dat format to look like, and what software you would be using to try to open it.
11-07-2009 09:09 AM - edited 11-07-2009 09:10 AM
11-07-2009 09:16 AM
Additional information:
The structure of the wvf file is detailed in here: http://www.yokogawa.com/tm/pdf/tutorial/tm-technical_dlar.pdf
There's a Matlab script that read wvf files from certain models. If you have Matlab you can try it. Otherwise it does not appear to be too difficult to convert it to LabVIEW code.