09-20-2011 04:44 PM
I am using Keithley 2410 drivers for LabView 2010.
The "Fetch Measurement.vi" is measuring resistance and that is disrupting the experiment. I was wondering if anybody out there could tell me how to suppress resistance measurement, using the existing driver.
Thanks
09-21-2011 11:51 AM
One solution would be open the driver project and change the subVIs. You would need to first go to the Fetch VI (Low Level) and remove it and then you would need to remove any references to the variable that it creates called Resistance within the rest of the VIs.
Good Luck
Jacob K
09-21-2011 12:03 PM
09-21-2011 12:17 PM
Yes...So you are saying it does not really affect the measurements?
09-21-2011 01:00 PM
09-21-2011 04:06 PM
I figured that part, only displaying current now. Thanks