‎11-17-2010 09:34 AM
I am attempting to run a Keithley 2601A with labview using one of the examples provided by Keithley and am currently getting the error -1073807339. I had the error explained to me and it said the following:
Error -1073807339 occurred at VISA Read in Keithley 2600 Series.lvlib:Initialize.vi->KE26XX Config Source & Measure.vi
Possible reason(s):
VISA: (Hex 0xBFFF0015) Timeout expired before operation completed.
I am new with Labview and the Keithley and would appreciate any help.
‎11-18-2010 09:44 AM
Hi Jayhawkeye13,
Are you using GPIB to communicate to the Keithley 2601A? If so what GPIB device are you using?
In Measurement and Automation be sure that under your GPIB device you can see the instrument as well.
Thanks!
‎11-18-2010 09:50 AM
I am currently using ethernet to communicate with the instrument
‎11-18-2010 02:04 PM
It is a TCP/IP SOCKET connection to be specific.
‎11-18-2010 09:08 PM
Check to see if a termination character gets appended to each write. You can easily test whether this will help by using the VISA communicator in MAX and appending a \r or \b to a basic command such as *IDN?.
‎11-19-2010 11:43 AM
I tried that and it didn't make much of a difference. When I appended different letters to the *IDN? command, it gave me 7 instead of 6 as a return. It didn't change after execution.
‎11-19-2010 12:11 PM
What is 'it' and where are you seeing 7? This is also the first mention of '6'. Attach some actual screen shots or code. Exactly what you are doing to troubleshoot is very unclear.
p.s. I had a typo in my earlier post. Instead of \b, it should be \n.
‎11-19-2010 12:41 PM
‎11-20-2010 09:41 AM
All that is showing is that you successfully wrote 6 characters. Did you do the most important part - click on the viRead tab and see if the instrument sent anything back?
‎11-20-2010 12:06 PM
Dennis is 100% correct!
You appear to be able to send data through the VISA session. So you have made it about half of the way. Now it's time to READ the Kiethley users manual to find the following information: