LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

About read old version data file in Labview 8.6 (Read Waveform from file.vi)

Solved!
Go to solution

Hi, I have big problem about using Read Waveform from file.vi in LV8.6 to read *.wmf files which were generated program of LV7.1,

It will often appear one message windows, please see attached picture file, because I will use LV8.6 program to read huge numbers of such files,

I can't afford every such message windows in my program, Please tell me how to get rid of this messages.

 

Thank you very much

0 Kudos
Message 1 of 2
(3,114 Views)
Solution
Accepted by topic author presun

Hello,

 

The waveform data type is different in LabVIEW 8.6 from the 7.1 version, so this conversion is mandatory. This knowledgebase article addresses the same error: Read Waveform Files From Older Versions of LabVIEW

To prevent the message from popping up, add  silentDatalogConvert=True to the LabVIEW.ini file. This is located in the National Instruments\LabVIE 8.6 folder.I hope this helps!

Vivek Nath
National Instruments
Applications Engineer
Machine Vision
0 Kudos
Message 2 of 2
(3,089 Views)