05-19-2009 07:57 AM
I am restricted to using CVI 5.5 due to the large number of programs already written. I now have a requirement to generate xml documents. Is the cvixml.fp available for download and can it be used in CVI 5.5?
regards
KelUk
Solved! Go to Solution.
05-20-2009 07:45 AM
Hi kel,
Good afternoon and I hope your well today.
I have done some research into your question and I have found the following resources.
The CVIXML toolbox instrument (cvixml.fp) automatically loads the Microsoft XML version library was a feautre of CVI 7.0 - including the XML API for easy document creation and editing. But you could manually parse the XMLyourself.
Looking at this forum post,
"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."
The reply was
"Using ActiveX in CVI 6.0 is very simple!
Select Tools»Create 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»Load.
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."
However, you are required to use CVI 5.5 and I found this forum saying there isn't a way to create ActiveX Server project in CVI 5.5. You can create DLL's with type library information, but not an object-based COM or ActiveX interface.
Please let me know your thoughts,
06-01-2009 05:57 AM
Hi Hillman,
That is exactly what I'm after. In CVI 5.5 the 'tools>Create ActiveX etc etc' works. I now have the function panel with all the fuctionality I could want!
Thanks for the help,
regards,
Kel
06-01-2009 06:04 AM
Hi kel,
Good afternoon and I hope your well today.
That is excellent news!
Best wishes with your application.
11-13-2015 03:32 AM
I am using Measurement Studio Version 6.0 Labwindows CVI and cvixml.fp feature was not found too. Which active x should i use? Can anyone provide more details on the topic? I tried to add MSXML 4.0 but was hard for me to use and program with it. No much sample for me to refer, appreciate if anyone can help new bird here. Thanks.