04-18-2008 02:06 PM
04-18-2008 02:09 PM
Also one more thing, the driver you are using is the older version. After the release of 8.0 we created a newer driver (better compliant of our current standards) which will graph a single channel for you directly.
Since you are using LV 8.2 I recommend using that driver instead of the old one. You can find that driver here.
04-18-2008 03:24 PM - edited 04-18-2008 03:26 PM
04-22-2008 07:52 AM
04-22-2008 09:26 AM
Hi Rcarr,
In which VI are you getting the error?
Can you watch with highlight execution and pinpoint which VI is giving you the problem?
04-22-2008 09:59 AM - edited 04-22-2008 10:00 AM
04-22-2008 11:09 AM
Hi Rcarr,
I couldn't reproduce the problem and the driver seems to be working properly (I tested with two square signals and got the correct XY graph and waveform outputs).
Now you are initializing a second time in the second sequence frame and that might be the problem, usually serial doesn't want to make it easy for you and it might at weird situations. Since you are initializing and configuring the instrument in the first frame, you won't need to do it again, just passing the resource (and possibly the error line as well) would be sufficient.
Please refer to the screenshot for what I mean.
Let us know if this helps.
04-22-2008 01:22 PM - edited 04-22-2008 01:23 PM
04-22-2008 02:17 PM
04-23-2008 07:56 AM