03-13-2006 03:22 PM
If your "set "config" case is executing, then the "run test" case has to be running. You might have a couple problems though that you should use basic debug tools to determine. First, put a probe on the boolean array that is connected to the For Loop. Also put a probe on the error in to the case statement inside the For loop. The array has to have a least 1 element and there can be no error. If all is correct, set a break point on Scope Setup. When the VI pauses at this VI, you can step into it and see if the subVI is running and if you have passed the correct data to it.
After running the initialize function, you should be able to run any of the other scope functions because you now have a valid VISA reference.
03-13-2006 04:28 PM
Could you check to see if this looks correct?
Found this error msg from 'Error In" probe.
Error -1073807265 occurred at VISA Write in HP8133A Output Chanel Selec.vi->Pulse Channel with Load and Save_no event_v09.4.5.vi
Possible reason(s):
VISA: (Hex 0xBFFF005F) No listeners condition is detected (both NRFD and NDAC are deasserted).
03-13-2006 05:04 PM
03-14-2006 01:35 AM
03-16-2006 09:27 AM
03-16-2006 11:33 AM
03-17-2006 11:05 AM
03-17-2006 02:13 PM
Hi Chris C,
The main goal of this 'save data' case is to;
1. generate header info.
2. collect (x,y) data points from waveform
3. save both header info & data points in a file
I suspect that not being able to generate a proper waveform display in 'run test' case may prevent the 'save data' case(?)
here is the new lib with that missing file included. Thanks!