07-29-2016 10:50 AM
Hi all,
I am having an issue with the "zchk" (zero check) on the front panel of the Keithley 6485 picoammeter-I need zchk to be turned off, and I can manually do this, but when I run the labview program, it automatically turns it on and I don't recieve any results. Where could I turn off zchk in labview? I've looked through the driver, and configure measurement or configure dc current was of no assistance.
Using:
GPIB-USB-HS
Labview 2009/Windows
Drivers:
07-29-2016 01:16 PM
tachyonkid,
"Initialize.vi" that ships with the instrument library has an input named "Reset (True)". If this is left unconnected it defaults to true and performs a soft reset of the device every time the vi runs. Typically you want to perform this reset to make sure that the instrument is in a known state when you begin configuring and using the instrument. Suggest you look in the communications manual for the instrument for the command that controls the particular setting. You will probably need to create your own subvi that sets the state of zero check.