02-07-2009 11:45 PM
I am using GPIB to read the waveform. I want to set signal trigger and the waveform will kind of stop and then I can transfer all the static waveform to pc.
Here is my project. I do not know why it can not capture the waveform i want.
My waveform is about 5MHz. tthanks.
02-08-2009 05:39 AM
Hi
You start the scope to run and then immediate try to read the data.
But as long as the scope is running you cannot read data (as far as I know for this scope)
So maybe you should start a single run not continuous.
So you have to call this vi again with a boolean false and then read the waveform. (se the help of this vi)
02-09-2009 12:44 PM