Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

Keithley 2450 Continuous current measurement

Hi, I am trying to use the Keithley 2450 with LabVIEW 2014 to make a continuos measurement of the current, that it receives from "Force HI" input. Manually I select on the instrument "Quickset", than i select "Ammeter", than i select the current range to "1A", and the voltage range to "20V", and than i read constantly the current. I want to do the same thing automatically with LabVIEW and view the Current value constatly. I have tried the Example program found at this link "https://www.tek.com/source-measure-units/2450-software-11" but no one of the example does what i want. I have tried to modified one of this program, but I can't even set the amperometer function. Can anyone help me? Thanks

0 Kudos
Message 1 of 9
(8,767 Views)

Simplest way is to setup the measurement, then loop over the "read single.vi" and plot that versus time.  Here's an example.

Keithley_2450_sampling_vs_time.png

 

 

Alternately if you need faster measurements you have to look into the trigger model and use a timer to trigger the measurements.

 

Craig

Message 2 of 9
(8,750 Views)

Thank you for the replay, but this program doesn’t activate the Ammeter mode and neither the 1A range e 20V range

0 Kudos
Message 3 of 9
(8,746 Views)

This program sets up the 2450 to source voltage and measure current.  You can specify the range for both on the front panel.  What does it do when you run it?  (I don't have a 2450 to test it on.)  Does it generate errors?

 

Use highlight execution (lightbulb) to watch the block diagram and see if there's an error somewhere that needs to be resolved.

 

Craig

0 Kudos
Message 4 of 9
(8,736 Views)

It set the instrument in Voltmeter mode, but to do the misure that i need, it must be set to Ammeter

0 Kudos
Message 5 of 9
(8,721 Views)

The 2450 is an SMU, source-measure unit.  So if you want it to behave like an Ammeter then you set it to Source voltage and measure current (Ammeter in parallel with a DC source) .  Now if you source 0V its just an Ammeter, and it will just measure current.  That's what the code does, but you decide what voltage you want.  You also decide on the current limit.

0 Kudos
Message 6 of 9
(8,715 Views)

I too have a similar problem.  I would like to use the 2450 to source a voltage and measure a current on a single output triax line.  I am trying to adapt one of the triax outputs, assuming "force hi" to bnc coax and source 150VDC whilst measuring the resultant current.  Can anyone tell me if this is possible?

0 Kudos
Message 7 of 9
(8,144 Views)

The example cstorey gives in the start of this thread is the way to go.

It is a snippet that you can drop in your blockdiagram. Download the png and drop it.

Depending on the LabVIEW version and if you downloaded the driver for the 2400 series it should work.

greetings from the Netherlands
0 Kudos
Message 8 of 9
(8,134 Views)

JMTerry,

The 2450 is capable of sinking or sourcing 200 volts at a diminished current resolution.  See manual for further details.

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