LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

IV measure by using 6517

Hello,

 

I made the attached code referring to the example code. (Used electrometer : Keithely 6517b)
The code runs around without errors, but there was a problem that the results came out as shown in the picture below.

As you see in the picture, the output charge goes 9.91E+37.(I connected 5kOhm resistor.)

thumbnail_image.png

I want to know solutions of this problem.
(The OPER of the measuring device did not light up when the code was run due to an additional problem.)

Also, there is rs232 break signal on 6517b's monitor when I started measurement.

 

I am so thankful if you give me some solutions of these problems.

 

Thanks.

0 Kudos
Message 1 of 3
(2,358 Views)

Hi

 

First of all, Thank you for example code.

But when I run this code on LABVIEW 2021, there are some errors, like these pictures.

Also, I want to add voltage steps, voltage range that can controlled. And I want to measure charge too.

But I don't know how change this code.

 

Thank you.

 

JinyongKim_0-1639543956687.png

JinyongKim_1-1639543967048.png

 

 

0 Kudos
Message 2 of 3
(2,340 Views)

Keitley error -222 "Parameter data out of range" means you set something too big or too small for the meter to support.  It could be a compliance limit or a bias.

 

Look up the limits for the meter and make sure all your values are within the acceptable ranges.

 

Craig

0 Kudos
Message 3 of 3
(2,312 Views)