Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

Controlling two power supplies using GPIB-USB-HS

Unless you truly need the IVI features, I would recommend the LabVIEW driver. If you don't understand the differences, why did you even select the IVI driver in the first place?

The initialize function of either the LabVIEW or IVI driver creates a reference when called. The resource name by itself is sufficient with the LabVIEW driver and its functions.
0 Kudos
Message 11 of 13
(2,441 Views)

The IVI drivers allow me to simulate the power supplies when they are not available.

We do not hava access to the power supplies most of the time.

According with you in an earlier conversation, the IVI drivers are the only ones that allows the simulation.

 

Which labview driver is the one you recommend ?

The only I found out is not Labview but a third party driver the Agilent 6675A.

 

0 Kudos
Message 12 of 13
(2,437 Views)
The one at http://sine.ni.com/apps/utf8/niid_web_display.download_page?p_id_guid=04709BEF46E04098E0440003BA7CCD... is a native LabVIEW driver. What makes you think it's not?

Go ahead and use the IVI driver, then. Your choice. As I said, the initialize function returns a reference to the instrument session.
0 Kudos
Message 13 of 13
(2,430 Views)