04-29-2009 02:16 PM
04-29-2009 02:22 PM
First take a step back and explain what make and model of GPIB controller you are using. My guess is that it's an NI card since you see it in MAX. If it is an NI card, why would you use an Agilent utility to configure it?
04-30-2009 07:38 AM
04-30-2009 08:34 AM
Sbroome,
I am not familiar with the Agilent software that you are trying to use.The gibberish that you receive back from the scope is probably the waveform in it's binary representation. To get started, I would recommend search for a driver for your device at ni.com/idnet. I found a driver for the Agilent scopes that looks to support some 5000 series models.
On IDnet you can find drivers for LabVIEW or LabWindows/CVI. These drivers make interacting with your instrument a lot easier by providing a higher level API to interact with. A lot of times they will come with an example or two. Another helpful resource is the Instrument Control in LabVIEW Tutorial.
Regards,