08-27-2006 04:02 PM
08-28-2006
06:07 PM
- last edited on
07-02-2025
03:30 AM
by
Content Cleaner
Hi David,
I noticed you said you used GPIB spy. I was wondering what version of the 488.2 and VISA drivers you had?
Also, I was wondering if you had tried using the LabVIEW instrument driver for the SR830? If you have a 488.2 instrument, you should be able to use this driver. There are a few exaple vi's including a Data Storage Example that recovers data from the instrument's buffer. It may be worth a look if you haven't already tried it.
Hope this helps!
Adam W
National Instruments
08-28-2006 09:51 PM
08-29-2006
01:15 PM
- last edited on
07-02-2025
03:31 AM
by
Content Cleaner
Hi David,
That's probably a good idea regardless. You can find the current VISA drivers here.
Regards,
Adam W
08-30-2006 02:09 AM
06-08-2013 03:23 PM
Hello David,
Glad to read that your problems were resolved, but, I have a question I suspect you know the answer, which I suspect will be embarrassingly simple:: How did you send string commands to the 830, and read the responses? The vi i have created works well writnig and reading the usual suspects, but the "usual suspects" are those listed in the various 830 configuration and read vi's accompanying the instrument driver. I need to query the sensitivity from time-to-time, and the string is, "SENS?" I haven't learned how to send the string and read the result. Any suggestions?
06-10-2013 11:09 AM
You might want to take a look at this forum post as well:http://forums.ni.com/t5/Instrument-Control-GPIB-Serial/GPIB-control-of-SR830-lock-in-read-write-prob...
Have you also look at sample examples for GPIB? Help>>Find Examples>>Hardware Input and Output>>GPIB.
06-10-2013 08:34 PM
Thanks for the reply. Actually, I figured it out once I removed the blinders imposed by thinking I should be able to write commands to the 830 from the instrument driver configuration pallete. I was completely blinded by misconceptions. I successfully acquired data using both VISA and instrument driver resources. Thanks again.