01-13-2010 07:55 AM
More info:
Solved! Go to Solution.
01-13-2010 08:52 AM
01-13-2010 09:09 AM
01-14-2010 07:21 AM
All Keithley Instruments that use serial (RS232) require a straight-thru cable.
Secondly because this is an IVI driver it is using VISA and VISA (by default) requires that the instrument send a linefeed at the end of any data it sends back so you need to select on the instrument line feed (LF) and NOT CR or CR + LF. This setting is after the baud rate and flow control and call "Tx Term".
01-14-2010 08:47 AM
Thanks for your suggestions everyone, they are very much appreciated!
Developments since I got the correct cable:
MAX: I can write *IDN?\n and then it reads and outputs "KEITHLEY INSTRUMENTS (etc.)" so there is some communication there. However I still also receive the BFFF0015 timeout error. The communication is also showed by the fact that when I execute the 'write' command the front display of the picoammeter goes into remote operation mode.
LabVIEW Instrument I/O assistant: When I 'Query and Parse' I still get the timeout error and error 113 (undefined header) is displayed on the front of the picoammeter
01-15-2010 07:06 AM
01-15-2010 08:26 AM
Ah thank you, I found the TX command and changed it to LF. I actually discovered that my vi works with CR as well as LF now, surprisingly. The change to LF did remove the timeout error from the MAX - vi read function. However, I still get a timeout error with the Query and Parse function of the Instrument I/O assistant in labVIEW. Saying that the actual vi I use works more or less, although I'm only getting out one reading when I'm aiming for a graph of values. Still, I think that's a different issue 🙂
Thank you for all your help!
04-18-2017 03:23 PM
Did you ever get this issue completely resolved? I'm having the same problems with timing out. In MAX, I can get the Keithley serial number,etc., but not much more than that.
10-20-2022 08:51 AM
Did you ever get this issue completely resolved? I'm having the same problems with timing out.