Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

Keithley 2410 GPIB Communcation

I'm having trouble communicating to the Keithley 2410 through NI Max communicate with instrument. I'm using NI-488.2 and is able to send the IDN command and get the correct response back of what the instrument is.

 

When I put in a scpi command :SYSTem:PRESet I get an error saying that its an undefined header or it times out. I already tried adding \n and ? at the end with no luck. Not sure what I'm doing wrong.

0 Kudos
Message 1 of 3
(560 Views)

Have you tried the LabVIEW drivers for 2410?

https://www.tek.com/en/support/software/driver/keithley-series-24xx-sourcemeter-native-labview-drive...

 

Santhosh
Soliton Technologies

New to the forum? Please read community guidelines and how to ask smart questions

Only two ways to appreciate someone who spent their free time to reply/answer your question - give them Kudos or mark their reply as the answer/solution.

Finding it hard to source NI hardware? Try NI Trading Post
0 Kudos
Message 2 of 3
(557 Views)

If you are using NI-MAX then the termination characters (\r\n) should be automatically sent but check the settings in NI-MAX to be sure.

 

The instrument returning a "unidentified header" error usually means the SCPI command sent isn't available on that instrument or more commonly, you have a syntax error in the string.  I haven't checked teh 2410 manual to see if it accepts the command, but you should.  If it does, then perhaps you had a syntax error?

 

Try:the short form of the SCPI command with a ":" at the start and a ";" at the end.  

 

:SYST:PRES;

 

The ":" at the start is required, while the ";" at the end just signifies the end of the command and it should be executed.

 

Hope that helps,

Craig

Message 3 of 3
(517 Views)