05-14-2019 05:35 AM
I am using labview version 2011. I want to communicate with SRS boxcar averager. But it shows the error 6.Please give the solution
05-14-2019 08:22 AM
Please post your code along with your NI-Max screen for us to better understand your issue.
05-15-2019 01:39 AM
Please check this
05-15-2019 09:57 AM - edited 05-15-2019 09:59 AM
First off, looking through the SR830 manual, It looks as if the query that you are sending is incorrect and that may be the primary reason for the GPIB Error. Look in chapter 5 for the GPIB Commands / Queries. It appears that this instrument will react to some common SCPI commands like the *IDN?\n one where the \n is the newline or linefeed command. Therefore, it should work with the VISA primitives.
Now, try entering the desired command/query into the 'write buffer' on the front panel of the Simple VISA snippet below. Select your instrument in the 'VISA resource name' as well, then run the vi and check the response.
05-16-2019 03:50 AM
thanks for your reply. But I am using SRS Gated Integrator and Boxcar averager. If I want to read data from channel 1 of boxcar the command is ?1. So please help me
05-16-2019 06:54 AM
Reading through the SR245 manual, leaves me with 2 questions.
If you are in synchronous mode, the ?1 will only respond after a trigger while in asynchronous mode it will respond immediately. Also, there is a note in the manual about using the \r for newer GPIB cards.