Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

Where can i get "Advantest R4131D spectrum analyser" drivers?? Anyone?

I have to make an application for EMC measurements. I want to use LabWindows/CVI or LAbview 6. Using a (very old) Advantest R4131D spectrum analyser an a Marconi 2019 signal generator. For both I need drivers but suitable drivers can't be found. Please help me.
0 Kudos
Message 1 of 2
(3,705 Views)
Hi,

I was able to find a driver for the Marconi instrument at www.ni.com/idnet, but unfortunatly not the advantest hardware.

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. You should be able to get the functionality you require, relatively quickly by using an example.

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


Hope this helps!

Best Regards,
Aaron K.
Applications Enineer
National Instruments
0 Kudos
Message 2 of 2
(3,705 Views)