LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

source voltage measure current using Keithley 2400

Hi

How would you make a simple automation test for a beginner to sourcing voltage of -50v to 2v in steep of .5v and measuring current with compliance current of less than 1A ( or 100mA) using Keithley 2400 and dump those result in excel or make a graph.

Thanks

 

 

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

@razii wrote:

Hi

How would you make a simple automation test for a beginner to sourcing voltage of -50v to 2v in steep of .5v and measuring current with compliance current of less than 1A ( or 100mA) using Keithley 2400 and dump those result in excel or make a graph.

Thanks


First, download the drivers that are available.  You will want to initialize the insturment first and pass the VISA reference into a FOR loop.  Inside of this loop, you will set the voltage and then measure the current, autoindex the current levels to create an array of the measured currents.  For the levels to set, I would use the Ramp function and pass the levels into the FOR loop using autoindexing.  After the FOR loop, close down your instrument.  Wire up the graph to your array of currents.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 2 of 6
(3,890 Views)

the Ramp function have phase name and duration. I dont think I can use that funcation if I want my sourcemeter to automatically sweep from -50 to 2v in steps, and measure current for each one of those voltages.

do you have any advice on this ?

0 Kudos
Message 3 of 6
(3,837 Views)
You obviously are thinking of the wrong function. Use the search function for 'Ramp' and you'll see it does not have anything related to phase duration and duration. I have no idea what you are referring to.
0 Kudos
Message 4 of 6
(3,827 Views)

@razii wrote:

the Ramp function have phase name and duration. I dont think I can use that funcation if I want my sourcemeter to automatically sweep from -50 to 2v in steps, and measure current for each one of those voltages.

do you have any advice on this ?


Where do you see "phase" and "duration"? Ramp Pattern VI


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 5 of 6
(3,808 Views)

Maybe the drivers have a ramp function also?

Bill
CLD
(Mid-Level minion.)
My support system ensures that I don't look totally incompetent.
Proud to say that I've progressed beyond knowing just enough to be dangerous. I now know enough to know that I have no clue about anything at all.
Humble author of the CLAD Nugget.
0 Kudos
Message 6 of 6
(3,798 Views)