Agilent 34405A Usb Driver

View and Download Agilent Technologies All catalog online. All Measuring Instruments pdf manual download. ADE, Driver Type, Interface(s), Options, NI Certified, Rating. LabVIEW, Plug and Play (project-style), IEEE 488.2 (GPIB), USB, None, Yes, 1.00, Go To Driver Page. LabVIEW LabWindows/CVI Measurement Studio for Visual Studio, IVI, IEEE 488.2 (GPIB), USB, None, Yes, 3.20, Go To Driver Page. Where's my Application. Updated: 1/17. This page is intended to be a reference list of basic specifications for electronic test equipment, especially obsolete models. I have been collecting.

  1. Agilent 34405a Usb Driver
  2. Agilent 34405a Usb Driver

1. Introduction

We have met several issues which related with power on/off operation. The failure rate is extremely low which is not efficiency for manual operation. So we would like to setup an automatic testing environment. The GPIB(General Purpose Interface Bus) is the way to control the instrument. This article shows how to control the Agilent E3631A (Triple Output DC Power Supply).

2. GPIB Interface

Agilent 34405A Usb Driver

Here is the Agilent 82357A USB/GPIB Interface in our hand. Following link shows the detailed information.http://www.keysight.com/en/pd-1000004416%3Aepsg%3Apro-pn-82357A/usb-gpib-interface?cc=US&lc=eng

3. Pyvisa installation

Pyvisa is a Python package for support of the 'Virtual Instrument Software Architecture' (VISA), in order to control measurement devices and test equipment via GPIB, RS232, Ethernet or USB.To install the pyvisa by using pip:$ pip install pyvisa

Detailed information can be found in https://github.com/hgrecco/pyvisa

4. NI driver installation

Pyvisa has been tested with NI-VISA 3.2, which needs us to install its driver.Download and install NIVISA541full.exe from following link http://www.ni.com/download/ni-visa-5.4.1/4626/en/

5. Agilent driver installation.

The GPIB interface is Agilent product, which needs its driver installed.Download and install the latest IOLibSuite_17_0_19013.exe from following link.http://www.keysight.com/main/software.jspx?ckey=1184883&lc=chi&cc=CN&nid=-34027.536881832&id=1184883

6. Using HP Agilent 82357A/82357B GPIB in NI

http://digital.ni.com/public.nsf/allkb/F7C187DBF09EBE1186256F550065BD32In order to use the NI VISA drivers and both the HP Agilent and NI GPIB devices, you will need to enable:

  • NIVISATulip.dll
  • NI 488.2 from within the Agilent libraries

Complete the steps in the following document to enable NIVISATulip.dll:KnowledgeBase 20KG1C7Z: Can I Use Both National Instruments (GPIB) and Agilent/HP (HPIB) Controllers in the Same System? (http://digital.ni.com/public.nsf/websearch/3B3626D9C1F999218625694200791AD7?OpenDocument)

Complete the following steps to enable NI 488.2 from within Agilent Connection Expert 15.x and 16.x:

  • Select Tools»Agilent 488 from the pulldown menu.
  • Select the Agilent 488 Options tab.
  • Check Enable Agilent GPIB cards for 488 programs.

7. Agilent E3631A spec download

Download spec from http://www.keysight.com/main/techSupport.jspx?cc=CN&lc=chi&nid=-35721.384004.08&pid=836433&pageMode=OV

Agilent 34405a Usb Driver

Here is part of the command list:

8. Pyvisa tutorial

From pyvisa official website, we can find the tutorial https://pyvisa.readthedocs.org/en/master/tutorial.html.

Agilent 34405a Usb Driver

Here is the example code to control E3631A output.

Posted on