LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Driver for USB Power Meter U2002A

I need to implement a test using LabView and a power Meter Agilent USB U2002A, but I can't find the drivers over the net. do any body has?

thank you guys...

0 Kudos
Message 1 of 3
(2,912 Views)

I'm not 100% sure, but it seems that based on the documentation the device conforms to the USB Test and Measurement Class. This means you can use VISA and use it as a message-based instrument. Have you tried to see if MAX recognizes it? If so, you should be able to open a session to it and try a simple command like "*IDN?". The MAX session should also show you the VISA resource name to use in the LabVIEW code. It will be something like "USB0::...".

 

If the above works, then you would need to write a set of VIs for it. However, based on the command set it seems that it programs very much like a regular power meter, such as an E4419. So, you may be able to pilfer the VIs from the instrument driver from that.

0 Kudos
Message 2 of 3
(2,907 Views)

go to the following link you will find the driver...

 

http://sine.ni.com/apps/utf8/niid_web_display.model_page?p_model_id=17871

 

Husnain Taseer

Telecommunication Engineer

0 Kudos
Message 3 of 3
(2,631 Views)