Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

IVI/VISA programming for power supply PXI 4110

Hi,
I trying to find some sample code(MS VC++ 6.0), implementing an application using IVI/VISA APIs for Power supply PXI 4110 etc.
Please let me if someone can provide his.
Is "niDCPower_init" is NI Driver specific API?
Thanks
Subhash
 
 
0 Kudos
Message 1 of 3
(3,717 Views)
subhashv,
 
First, the niDCPower_init is unique command to the NI-DCPower driver(IVI instrument specific driver).  If you are looking for a driver that will allow you to interchange multiple power supplies then you need an IVI class driver.  Meaning you could use a National Instruments power supply one day and some other power supply the next day by making minimal changes to the code.
 
Second, while searching for an example I came across DC Power Supply Visual C++ Code Samples.  Here is also a link to National Instruments NI-DCPower Power Supply (IVI Class driver), in case you were interested.
A_Ryan
AES
National Instruments
0 Kudos
Message 2 of 3
(3,690 Views)
Hello subhashv and A_Ryan,
        All of the IVI Class drivers that NI Provides are available in the IVI Compliance Package.  More information on IVI drivers can be found at ni.com/ivi.

Cheers,

NathanT
0 Kudos
Message 3 of 3
(3,679 Views)