05-30-2008 06:48 AM
06-04-2008
06:43 PM
- last edited on
04-20-2026
04:45 PM
by
Content Cleaner
Hi Peli,
I'm not familiar with that specific COM server but I can tell you in general what steps you need to take to use that server in CVI. The best and easiest method to use a COM server in CVI is to use the ActiveX Controller Wizard to generate a CVI wrapper around this server. Once you have registered the COM server, you can select Tools >> Create ActiveX Controller and then choose the agilent server. Then you will walk through several dialogs and eventually, CVI will create C wrappers that expose properties and methods in a C fashion for you. Also check out the ActiveX Library Function Overview help topic.
Also check out the <CVI>\samples\activex directory for a variety of ActiveX examples.
Hope this helps!
Best Regards,