LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Keithley 2410, current readings

Hi everyone,

I am using a Keithley 2410 1100V Source Meter.  I am using it to source a voltage.  My LabVIEW proogram (made with LabVIEW 2015) controls the Keithley Source Meter, a function generator and an oscilloscope.

 

In my program, the source meter outputs a voltage, the function generator pulses the gate of my transistor X times and the oscilloscope is triggering on the gate voltage and recording the drain current and voltage.  Once the 'scope has triggered X times, the data from the 'scope is output to a csv file.  All of this is working well.

 

I do not need the source meter to output to a csv file, and I know from my 'scope measurements it is outputting the correct voltage.  However, I would like the current being measured by the source meter to be displayed on the front panel, but it is not.  If I run the measurements manually, it does, but not when it being done remotely.

 

I attached my VI which sets up all of the commands for the source meter.  I did not use any of the drivers for this meter.

 

Thanks in advance!

0 Kudos
Message 1 of 6
(3,961 Views)

Your Keithley SMU 2410 has setting for that.  Check the manual under DISPLAY.  They have a note in there that, "The display may be disabled for faster operation."  Also, it may be set that the display is not updated while the STORE (Store measurements in buffer) option is selected.  You may need to change the STORE option through the front panel while the other can be changed through SCPI commands.

Help the Community (and future reviewers) by marking posts as follows:
If it helped - KUDOS
If it answers the issue - SOLUTION
0 Kudos
Message 2 of 6
(3,914 Views)

Thank you for your help!

 

Unfortunately, I have realized I have other measurement problems.

 

What I want to do with the source meter component of my program is to have it simply supply a voltage.  I am having issues with it outputting the voltage.  I will be supplying up to 600 V.  I realize that with this piece of equipment the maximum current compliance is 20 mA, and I need to adjust the current measuring range, which I have.  When I use my program to apply X volts, the compliance units start blinking and on "the line" above that, there are just dashes instead of any measured current values.  The measured current I am expecting is about 0.5 mA.

I retract what I said in my first post.  I do not get the expected current on the 'scope, so therefore, the source meter is not supplying the voltage.

 

If I run this manually, I do not get this problem at all. It must be a setting in my program, but I just do not see it.  I have reattached my VI so that you can see my updates to the code.  I feel like I am on the right track.  Is there an order I am getting wrong?  

0 Kudos
Message 3 of 6
(3,901 Views)

Here I am guessing at this from the information that you have provided without a schematic, but it sounds like you are connecting the SMU output (600V) to the collector of a transistor and pulsing the base.  If the emitter is connected to the other SMU output (V-) and ground, you are creating a short to ground through the transistor (less Vdiode drop).  You will get WAY more than your 0.5mA until the transistor blows; then 0A.

Help the Community (and future reviewers) by marking posts as follows:
If it helped - KUDOS
If it answers the issue - SOLUTION
0 Kudos
Message 4 of 6
(3,878 Views)

Sorry, I didn't think to connect a schematic.  I actually don't have one handy, unfortunately.

 

The source meter is applying a bias across the drain (collector) and source (emitor) of a HEMT transistor.  I have a function generator applying a pulse across the gate (base) and source of the transistor to turn the device on and off.

0 Kudos
Message 5 of 6
(3,870 Views)

Exactly, you are creating a PWM output in which when the gate is off, Vce is 600V with 0A and when the gate is on, Vce is 0.7V with current maxed at the set or instrument current limit.

Help the Community (and future reviewers) by marking posts as follows:
If it helped - KUDOS
If it answers the issue - SOLUTION
0 Kudos
Message 6 of 6
(3,867 Views)