09-15-2015 02:01 PM
Hi All,
I am new to labview. I am setting up a measurement where i need to source a voltage from the keithley 2636 and plot the current and resistance. I hae used the labview drivers of keithley 2636. The problem I am facing is this. Suppose I get a current value of 1.23e-3 for a particular voltage, the graph takes 1.2e-3. It does not take the remaining digits. I have attched the IV curve im getting thus. The probes were connected to a 2.2k ohm resistor to check my program. Also when i include negative voltages in my sweep say like if im sweeping from -2 to 2 then the current values in between go to e-8 range which cannot happen as my resitor value iss 2.2k and any vakue of voltage in between -2 to 2 will not result in a current less than e-4. I have attached the labview vi and a screen shot of the iv and resitance versus voltage measurement. Please help as im stuck at the oint for many days.
09-16-2015 05:31 AM
Hello Kim,
I hope i understand the application correct the device put out a known voltage and you measure back the current so the resistance must be calulated.If 1 V DC is put out, then i expect a measured current from 0.45e-03 A if a 2,2 KOhm resitor is connected.
The graph only show the values like the ouput from the string delivers, you can modify the shown digits
Hope it helps
09-28-2015 06:33 AM
Thanks!