LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Current vs time using Keithley 2400

Hi,

 

I am using Keithley 2400 and Labview 2010. I want to source voltage and measure current for every t secs until say 300 secs. How can I do that? Can anyone provide a Labview program that can run in 2010 version without any errors?

 

Thanks for your help!

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

Start with one of the examples such as Keithley 24XX Read Single. Place a loop around the Read function and wire the results to a chart. Place a Time Delay function inside the loop with a control to set the wait. Use this time to set the XScale.Multiplier property node (like Real Time Chart example). An Elapsed Time function can be used to terminate the loop.

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