Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

GPIB Commands for Agilent 83752A

Just seeing by chance if anyone out there has used one of these before. I am trying to program my Agilent 83752A sig gen using GPIB. I have the manual and not making very much progress. The commands I believe are actually using SCPI so I don't know if they are not compatible or what. Has anyone ever tried to program one of these sig gens using GPIB? If so, would you have any pointers as far as the basic commands are concerned, ie setting freq, and power level etc? Thanks for any help in advance.
0 Kudos
Message 1 of 4
(4,056 Views)
I'd like to suggest that you submit a request for an instrument driver from NI's instrument driver network, but it looks like Agilent has dicontinued this product, so I'd know how many resourses they could allocate to deveoping a driver for it...

So unless someone out there has had some experience communicating with the instrument, or has a driver for it, we should first first make sure that you can communicate successfully with the instrument. If your instrument if SCPI compliant, then it should respond to certain commands, such as *IDN? and MEAS:DC?. Have you verified that it can respond to those commands? The easiest way that I can think of to do this is to go to MAX and test it out there. Have you already set up MAX to find your instrument? If you have then you should be able to right click on the instrument, and choose "Communicate with Instrument", or something to that effect. This little utility should allow you to type in *IDN? or MEAS:DC? or other commands, and perform queries. If you have any questions about these suggestions, or if you have already tried with no success, please repost.

Also, what NI-488.2 driver version are you using? What ADE: LabVIEW? CVI? VB?
0 Kudos
Message 2 of 4
(4,048 Views)
Thanks for the help. I did figure out my problem. The device was actually set for another language other than SCPI (HPIB). As soon as I set it to SCPI the program started working.
0 Kudos
Message 3 of 4
(4,043 Views)
Fantastic! If you end up making a driver of some sort for the 83752A, you ought to submit it to NI for other customers to use. Instrument Driver Submission
0 Kudos
Message 4 of 4
(4,040 Views)