From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Is there a driver available for the HP 4262A LCR Meter

I am looking for a LabWindows driver for the HP4262A LCR meter.
Would the driver for the HP4263A work, for the most part? I'm just doing simple impedance measurement on a lamp assembly.
0 Kudos
Message 1 of 2
(2,944 Views)
Hi JAL,
I was unable to locate a driver for you on either our site or on Agilent's site. This leaves us with a few options:

First, I would like you to submit a request for this driver at: http://zone.ni.com/idnet97.nsf/instrumentdriverrequest/ and with the instrument manufacturer. We develop drivers based on demand and popularity so the more requests we have for it, the greater the possibility that we will develop one.

If you would like to try developing your own instrument driver (or modify the existing one), we have documentation, model instrument drivers, and driver templates to help at:
http://www.ni.com/devzone/idnet/development.htm

We also have a syndicate of third party vendors that specialize in National Instruments' products and services. Some of the vendors specialize in driver development. I would suggest contacting one of the Alliance members at:
http://www.ni.com/alliance

An instrument driver is a collection of functions that implement the commands necessary to perform the instrument�s operations. In short, someone read the instrument user manual and implemented some of the functionality in a program for the end user. Instrument drivers are not necessary to use your instrument. They are merely time savers to help you develop your project so you do not need to study the manual before writing a program.

There are example VI's in LV on Instrument Connectivity. If you go to the Help menu >> Examples.. >> I/O, you will see a couple and Examples.. >> Fundamentals for File and String manipulation. I would suggest tweaking them to suit your application. Also the specific command that your instrument responds to can be found from it's manual.

Some useful resources for your application are
ni.com > NI Developer Zone > Development Library > Instrument Connectivity
http://search.ni.com/?col=alldocs&layout=TechResources&ql=a , to search examples and knowledge bases

All that being said, if you wanted to try the HP4263A, there is a good chance that the command set would be similar. You would have to refer to the manuals for the two instruments to determine if there is a command set difference. If there are only minor differences, you may be able to edit the driver's command set to suit your application!

Hope this helps out!

Aaron K.
Application Engineer
National Instruments
Message 2 of 2
(2,944 Views)