02-10-2011 06:50 PM
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!
02-10-2011 08:14 PM
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.