01-18-2006 04:40 PM
01-25-2006 01:42 PM
Principically yes, but ...
It seems that there is no instrument driver for that device available Neither NIs site nor Agilents site lists an instrument driver for that obsolete device. So you have to start from scratch.
Read the operators and programming manual. There you will find the command strings which are accepted by the device If you don't have the manuals, you can download PDFs of the manuals on http://www.home.agilent.com/cgi-bin/pub/agilent/Product/cp_Product.jsp?NAV_ID=-536895979.536897311.0... (one line) .
Search for commands, which dump the data you need to the GPIB bus. However it might be, that there is no such command ( plotting command for a GPIB attached printer/plotter won't help you here) and you may have to stop here.
Then you can start programming:
In a first step you can send command strings to the device and receive responses, using the NI-488.2 Communicator utility coming as part of the USB-GPIB driver software.
If that works, you can send the same commands strings from your program, using National instruments GPIB library to send them.
You see: no quick and easy way 😉
02-09-2006 05:40 AM