LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

XML Active X in CVI

I am looking for an example of how to utilize the MSXML3 or 4 Active X Server in CVI 5.5 and SVI 6.0. Can Someone provide a boiler plate example to parse and write an XML Format File or a good reference to using this in Active X under CVI.
0 Kudos
Message 1 of 2
(3,211 Views)
Using ActiveX in CVI 6.0 is very simple!
Select Tools&#187Create ActiveX Controllor pick the server you want to use and step through the rest of the wizard.

When you are done CVI will have created a .fp file which you can add to the project from Instrument&#187Load. In the instrument menu you will then see an entry for your ActiveX server which will expose all of the methods, give you get and set functions for each property, and allow you to install callbacks for all ActiveX events.

More information is abound in the Devzone Tutorials section of this site and other places you can search in this site.

Best of Luck!
Amaury R.
Applications Engineer
0 Kudos
Message 2 of 2
(3,211 Views)