LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

LabView drivers for Agilent 54830B scope or E4402B Spectrum Analyzer?

Where can I find LabView drivers for the Agilent 54830B scope and the E4402B spectrum analyzer, or at least a driver for another instrument in the same families that I could modify? There are none on the NI site or the Agilent site.
0 Kudos
Message 1 of 4
(3,659 Views)
To find drivers to modify to work with your scope, go to http://zone.ni.com/idnet97.nsf/browse/ and make the following selections:
Manufacturer: Agilent
Instrument Type: Oscilloscope
Development Environment: LabVIEW
Driver Type: Traditional

Use the same parameters, but change the instrument type to Analyzers and use the keyword spectrum to search for spectrum analyzers drivers.
0 Kudos
Message 2 of 4
(3,659 Views)
This is a good idea, and one that I have already pursued, but I'm still hoping that someone has already done some of that!
0 Kudos
Message 3 of 4
(3,659 Views)
One thing that I have done several times is get a LabWindows CVI
driver from Agilent. You will be provided with a .fp file. LabVIEW
has a link under the Tools>>Instrumentation menu that allows you to
"Import CVI Instrument Driver." This will take the function calls
from CVI and build a set of VI's with the same name. The vi's will be
wrappers for a dll that is used by CVI and other text based languages.
0 Kudos
Message 4 of 4
(3,659 Views)