Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

Which software is required for using Agilent U2002A USB power sensor for DAQ ?

Solved!
Go to solution

Hello,

I am a student of BS (Electrical Engineering). My final year project is on Ploting the radiation pattern of different antennas. For this pupose i have choosen the Labview to plot angle versus gain. I am Using Agilent U2002A USB power sensor for DAQ (measuring the gain). Please guide me which software is needed to Interface Agilent U2002A USB power sensor with Labview enviornment.

 

Regards,

Husnain Taseer

0 Kudos
Message 1 of 7
(4,176 Views)

Your question has nothing at all to do with NI's multifunction DAQ cards or software. You should post questions about this device to the instrument control board.

 

It looks like the Agilent device is USBTMC so all you would need is NI-VISA.

0 Kudos
Message 2 of 7
(4,170 Views)

Husnain,

 

I'd also like to mention that your device appears to be IVI compliant.  It does not look like Agilent has provided any LabVIEW drivers for this device, and I do not see any in our Instrument Driver Network.  You will have to work on creating your own drivers, or working with lower level commands.  Here are some resources for you

 

Tools and Resources for Creating High-Quality Instrument Drivers 


USB Instrument Control Tutorial 

Instrument Control Fundamentals: Main Page 

Using VISA Formatted I/O in Instrument Driver Development 

Paul Davidson
National Instruments
Product Owner - ni.com Chat
0 Kudos
Message 3 of 7
(4,160 Views)

Thanx for reply.

Is DAQmx compatible with Agilent U2002A or not?

as it is compatible with NI 6211 USB please help me i m new to labview.

0 Kudos
Message 4 of 7
(4,144 Views)

DAQmx has absolutely nothing at all to do with it nor does that relate to LabVIEW. DAQmx is a driver for NI data acquisition cards and the Agilent device is clearly not one of those.

 

I would suggest you read some of the above links and research USBTMC.

0 Kudos
Message 5 of 7
(4,141 Views)
Solution
Accepted by topic author Husnain

I think you need to understand the hierarchy of hardware and software here.  National Instruments makes both data acquisition devices, like your USB 6211, and also a graphical programming language called LabVIEW, among other things.  In the case of NI hardware, we provide drivers that allow the users to easily interface between our hardware and LabVIEW, as well as several other text-based languages.  A large majority of the drivers for our hardware fall into a driver package that is called DAQmx.  Having this system in place allows a very smooth experience when dealing with multiple types of our devices, as the coding from device to device essentially doesn't change.  Consequently, we have very tight integration between our hardware, and our main programming language and environment, LabVIEW.

 

In terms of DAQmx, or any of our other driver packages, these will only support NI hardware.  However, we still have many methods of integrating 3rd party devices with our software.  In some cases vendors supply these drivers directly.  In some cases other users or even National Instruments will develop LabVIEW drivers for these devices, and post them to our Instrument Driver Network.  In the case that none of those options are available, we still provide tools and methods for you to communicate with your device as described in my previously posted documents.  This can be performed through low level VISA commands.  I'd recommend that you check out our NI-VISA Overview for more info on the topic.

Paul Davidson
National Instruments
Product Owner - ni.com Chat
0 Kudos
Message 6 of 7
(4,136 Views)

Thank you very much....

Now i will try to use NI-VISA to communicate with the device...

 

Regards,

0 Kudos
Message 7 of 7
(4,123 Views)