04-14-2003 08:21 AM
04-15-2003
11:26 AM
- last edited on
07-11-2026
02:30 PM
by
Content Cleaner
Hello
Looks like you are trying to use the Measurement Studio controls in C#. To use these, you must have the controls installed on your machine. I'm assuming this is one of th examples you downloaded from the web. If you do have Measurement Studio installed on your system, trying adding the activex control in a VB 6.0 project and see if any problems arise. If you are having problems using the control there too, try re-installing the controls and see if the behavior changes.
The reason for this error is that the author of this project used MS 6.0 to create it. The lib file
s mentioned above a wrappers generated by the IDE to allow you to host an activex control on your from. If the controls are missing, you will not be able to use the lib files.
The documentation for the activex controls should have been installed with Measurement Studio 6.0. The names of the properties and their behavior should be the same as mentioned in the VB Help.
If this is a problem with the Measurement Studio beta program, I would suggest getting in touch with the beta coordinator by sending an email.
I hope this helps
Bilal Durrani
NI
10-31-2017 02:59 AM
Hi Bilal D.,
I am having a similar issue here. I am trying to create a software using VB Express 2008 to read measurement from Keithleys via GPIB and write it on a text file, but since I am new to the field, I gotta learn up from scratch.
I tried studying from this Simple GPIB sample and converted the solution to VB.NET.
I am having the issue where AxCWInstrumentControlLib is stated as not defined. I added VISA COM 5.5 as reference, imports Ivi.Visa.Interop but I still couldn't get the needed library to work. Is this library available on the web?
Rgds,
KS