07-08-2011 02:21 AM
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
Solved! Go to Solution.
07-08-2011 09:49 AM
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.
07-08-2011 03:19 PM
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
07-09-2011 10:22 AM
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.
07-09-2011 10:57 AM
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.
07-09-2011 11:36 AM
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.
07-11-2011 03:44 AM
Thank you very much....
Now i will try to use NI-VISA to communicate with the device...
Regards,