04-20-2016 03:00 AM
Hi,
I use the Keithley source/meter 2602A in labVIEW2011.
An error code 5005 occurs (value to big) on the front display.
This error is not detected by the driver.
In the driver the global ErrorQuery keeps False even if an error occurs.
If i set the case to true manually then the error is readed back form the instrument.
I've attached the Driver where the problem occurs.
Why isn't it detected by the driver?
Kind Regards,
Bernard Arts
Solved! Go to Solution.
04-21-2016 08:08 AM
Hi Bernard,
Please see the following thread for information and examples of interfacing with the Keithley 2602A.
http://forums.ni.com/t5/LabVIEW/Interfacing-labview-with-keithley-source-meter/td-p/1130371
If this doesn't help, please could you explain the issue a bit further. When exactly does this error occur? Where does it occur (what front panel)?
You state that you expect the error to be in the global variable, where would this be written?
Kind regards,
Matt
04-21-2016 09:10 AM
Hi,
I'found the problem. At Initialize the error query global must be set true otherwise no errors are detected (read from instrument).
The error happens on the screen of the instrument (so i can see that an error occurs) but it was not detected by the sub vi because at initialize the error query was set false (default).
Kind Regards,
Bernard Arts
04-21-2016 10:24 AM
Hi Bernard,
Good spot! I'm glad to hear that you managed to find the source of the issue.
Kind regards,
Matt