05-30-2008 02:49 PM
05-30-2008 04:39 PM
05-30-2008 09:08 PM
In neither of your programs can you update the analog out. In the first example, you continuously read the keithley until you hit the stop button and then the very last value is used to generate a waveform for each analog out and then another while loop just checks for an error until you click the second stop button. In the second example, you just generate waveforms and then do the monitoring. Once the while loop starts, you can't change the waveforms because your controls are no longer being read.
You need to understand data flow and you need to put the monitoring/pid/analog out in a single while loop.
06-01-2008 12:00 AM
06-01-2008 01:12 PM
06-02-2008 01:26 PM
06-02-2008 02:03 PM
Hello Dennis
I found an example which i have attached. I need some help in changing the design in which i can send signals to two analog outputs ao1and ao0 at the same time instead of only one. Can you help.
Dinesh
06-02-2008 02:03 PM
06-02-2008 06:03 PM
Hello Dennis
I did the same changes and it works. Thank you very much.
Dinesh