03-24-2008 03:51 PM
03-25-2008
09:10 AM
- last edited on
02-02-2025
04:54 PM
by
Content Cleaner
Hello fivealive,
You will first need to install the current versions of NI-VISA and the IVI Compliance Package, which might have been included in the software that came with your GPIB product. After you do that, I recommend that you take a look at Using IVI Specific Drivers in Visual Basic .NET, Visual C# or Visual Basic 6 Applications.
Cheers,
NathanT
03-25-2008 09:56 AM
LabWindows/CVI 6.0
Download hp34401a_setup
03-25-2008 10:29 AM
04-23-2008 11:03 AM
04-23-2008 11:54 AM
04-23-2008 08:45 PM - edited 04-23-2008 08:47 PM
For using .NET environment, I recommend you to use IVI-COM driver from Agilent rather than IVI-C from NI. There is a good Getting Started document at IVI Foundation web site.
http://www.ivifoundation.org/downloads/IVI_GSG_v_1.0.pdf
Plus, if you are trying to access the IVI driver through the IIviDmm interface rather than specific IAgilent34401 interface, I wrote the basic programming step in the following thread. Although the example code fragment I wrote is C++ smart pointer, the basic approach for using "IVI Session Factory" must be the same even if using .NET language.
http://forums.ni.com/ni/board/message?board.id=140&message.id=29209&query.id=84436#M29209
04-24-2008 10:35 AM
04-25-2008
09:02 AM
- last edited on
02-02-2025
04:54 PM
by
Content Cleaner
hello fivealive,
If you need interchangeability, you should use the IVI Class driver for your instrument's class. Since you downloaded an evaluation version of Measurement Studio, I recommend that you take a look at this KB, and create a wrapper around the IVI Class driver for your instrument class. You will need to also install NI-VISA, which will install MAX, and you will also need to install the IVI Compliance Package. After those are installed, you will need to install the IVI Specific Driver for your instrument.
Cheers,
NathanT
04-25-2008 02:45 PM