LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

I need to get a Labview instrument driver for agilent 86100A.

I need to get a Labview instrument driver for agilent 86100A. Does anyone know where to get one? I have searched the web but I only found the VXI plug and play driver. Has anyone successfuly used the VXI drivers with Labview? My preference is the traditional labview driver. Any help will be appreciated. Thanks.

Sun
e-mail emm22@msn.com
0 Kudos
Message 1 of 9
(3,726 Views)
It appears that NI has LabVIEW drivers for this instrument on their website: http://search.ni.com/query.html?lk=1&col=alldocs&nh=500&rf=3&ql=&pw=595&qp=%2BContentType%3AInstrumentDriver&qt=86100A&layout=IDNet

If that doesn't work search their site for 86100A.

Brian
0 Kudos
Message 2 of 9
(3,726 Views)
Thanks Brian for the response. The driver for 86100A that is on the NI webpage or Agilent webpage is a VXI plug and play, a universal instrument driver, which is a DLL that can be called from applications like C++, VB Labwindows/CVI or Labview. I had read somewhere that using these drivers for labview is somewhat complex. I downloaded the driver but have not tried it yet. What I want is a driver with the traditional labview VI which I am familiar with. Thanks.

Sun.
0 Kudos
Message 3 of 9
(3,726 Views)
I wouldn't say that using them is complex since you can import them and convert them to VIs. What you can't do is edit them unless you have LabWindows/CVI. For some instrument manufacturers, plug and play or IVI drivers is all that you'll see since they are universal and not every company will invest the time and effort to develop a LabVIEW specific one.
0 Kudos
Message 4 of 9
(3,726 Views)
Dennis,

I have successfully converted the VXI plug and play drivers to Labview VIs and I am going to try them. I will let you know if I have problem using them. I actually wanted a sort of getting started Vi:). Thanks for your comments.

Sun
0 Kudos
Message 5 of 9
(3,726 Views)
Sun,

This instrument and lack of drivers sounds familiar to me. Could you please elaborate on what instrument this is. It seems to me, if I am correct, that I had to create my own drivers for this instrument. I may be able to dig those up for you, and possible make them available to you.

Please let me know what instrument this is.

Good luck
0 Kudos
Message 6 of 9
(3,726 Views)
Labviewguru,

The Instrument is Agilent 86100A DCA wide band Oscilloscope. They have a VXI PnP drivers drivers available but not a traditional labview. Any help will be appreciated.

Sun
0 Kudos
Message 7 of 9
(3,726 Views)
Folks,

I have converted the VXI pnp drivers for Infinium 86100A oscilloscope to Labview type of VIs (the DLLS are called by Labview). However, I am having great trouble using them. Actually when I try to communicate with the instrument, it gives me a fatal error that results in closing the Labview program it self. Anyone out there know how to remedy this problem? I appreciate a response.

Sun
0 Kudos
Message 8 of 9
(3,726 Views)
On Thu, 24 Jan 2002 19:27:08 -0800 (PST), Sun wrote:

>Folks,
>
>I have converted the VXI pnp drivers for Infinium 86100A oscilloscope
>to Labview type of VIs (the DLLS are called by Labview). However, I am
>having great trouble using them. Actually when I try to communicate
>with the instrument, it gives me a fatal error that results in closing
>the Labview program it self. Anyone out there know how to remedy this
>problem? I appreciate a response.
>
>Sun

We use this instrument at our company. Instead of writing a typical
driver for it, I used the Programmers Manual and used the GPIB Read
and GPIB Write VIs to read and send commands.
0 Kudos
Message 9 of 9
(3,726 Views)