LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to use LabXML

Solved!
Go to solution

Hi,

 

I downloaded the LabXML.zip file that has the following files:

 

MSXML.dll

XML-example15.dll

 

How would I use it?  Would they show up in the pull-down Function menu if properly installed?   I copy and put these files under the "user.lib" directory like the OpenG *.dll that previously installed, but I guess that is not the right way:(

 

thanks,

A. 

0 Kudos
Message 1 of 6
(4,164 Views)
The extension on those files are actually .llb, indicating they are LabVIEW library files. The XML functions are in MSXML.llb. If you place this file in the user.lib folder then you will get a subpallette in the User Libraries menu with a generic name (see attached screenshot). The other file is an example on how to use the functions. Note that it is not necessary to place the libraries in the user.lib folder. This is just for convenience.
0 Kudos
Message 2 of 6
(4,146 Views)

Thanks smercurio_fc.  It works now.  Previously, I placed these files inside the _LabXML folder (copy the format of the installed _OpenG folder) and that would not work.

 

C:\Program Files\National Instruments\LabVIEW 8.6\user.lib\_LabXML.lib  <- won't work.

 

-A.

0 Kudos
Message 3 of 6
(4,140 Views)

Because the folder name starts with an underscore ('_') LabVIEW will ignore the files when building the user.lib palettes.

 

Ton

Free Code Capture Tool! Version 2.1.3 with comments, web-upload, back-save and snippets!
Nederlandse LabVIEW user groep www.lvug.nl
My LabVIEW Ideas

LabVIEW, programming like it should be!
0 Kudos
Message 4 of 6
(4,127 Views)
Solution
Accepted by topic author atd
Yep.  Thanks TonP. 
0 Kudos
Message 5 of 6
(4,114 Views)

Anh wrote:
Yep.  Thanks TonP. 

 

Then please mark TonP's reply as the solution to your question after you unmark your own reply.
0 Kudos
Message 6 of 6
(4,073 Views)