07-19-2007 10:19 AM
07-19-2007 10:29 AM - edited 07-19-2007 10:29 AM
Message Edited by Dennis Knutson on 07-19-2007 09:30 AM
07-19-2007 12:49 PM
Hello!
Oh I got it working. But now other obsticle came in the way. Is it possible to "time" the sweep? In other words is it possible to set the time period for sweeping (for each step)?
Thank you again
07-19-2007 01:13 PM
07-19-2007 11:30 PM
07-20-2007 08:57 AM
Hello,
What Im actually trying to do is to slow down sweep where I would be able to record values.
Ex: 1V-(2sec.)-1.5V-(2sec.)-2V-(2sec.)-2.5V-(2sec.)-3V
Is that possible, and if it is, how?
Thank you!
07-20-2007 09:08 AM
07-20-2007 09:12 AM
It doesnt work. Im using "Keithley 24XX Sweep and Acquire Measurements.vi" example. It doesnt work here becasue it is not ploting anything in the graph. Also what I want to do is to control the voltage step delay during the sweep (time between each sweep step_
Tahnk you.
07-20-2007 09:51 AM
I'm not sure why you wouldn't be seeing anything in the graph. Make sure that you are not getting an error from the instrument and that the graph is set to autoscale.
If you want to have more control over the step delay, just use a loop with a voltage set and a current measurement. You can use a for loop and wire in an array of voltage values or use a while loop with a start value, increment, and stop value. Inside the loop, put a Wait (ms) function or Delay function to control the rate.
07-21-2007 01:41 PM