02-03-2009 01:16 PM
Thanks in advance
I would like to use thediode leakage program that i have found here http://www.keithley.com/data?asset=4098 to make some measurements with keithley 6517 using RS232.
This program is made for gpib interface ..for my question , is sufficent to chage gpib write and read in the block diagram with visa read and writee ..Regards
simone
Solved! Go to Solution.
02-03-2009 01:27 PM
02-09-2009 10:38 AM
Thanks for your reply ...
i have tried but doestn't work ..so i have found a gpib interface and i'm trying but doesn't work also with gpoib ..do you have an other program that works good to make diode leakage measurements with keithley 6517 ..
Regards
S
02-09-2009 11:03 AM
02-09-2009 12:39 PM
my code is attached ..and the error code is 121 ..
regards
02-09-2009 01:51 PM
02-09-2009 02:12 PM
I don't have this instrument, but I use the DMM's all the time.
The user manual for the 6517 is on the Keithley website. It details SCPI commands & error codes, and GPIB and RS232.
If you are seeing a "-121" on the screen of the Keithley, that translates to an "Invalid character in number"...kind of like you sending it a syntax error...maybe a command out of range.
In my experience, the stuff on the Keithley website wasn't very well written, but it would get you started.
Mike
02-09-2009 02:13 PM
02-09-2009 02:20 PM
02-09-2009 03:27 PM - edited 02-09-2009 03:28 PM
I would guess that somewhere a non-valid decimal sign is sent to the instrument. In the VI I see no decimal format specifier (either %.; or %,; ).
I would try to merge the 'Format into string' nodes you use:
Ton
(PS check your keyboard, looks like the shift key is stuck)