07-02-2007 07:28 AM
07-02-2007 08:30 AM
Would you like to share with the rest of the the exact nature of the problem? Simply saying something doesn't work is not enough information to help you.
You do have a couple of strange things with your program. Why do you have string controls for Stop/Span, Start/Center, and impedance? By using strings, you are just making it much easier for a user to provide an incorrect value.
07-02-2007 10:01 AM
07-02-2007 10:07 AM
At least one of the instrument errors may be caused by your use of string controls. You didn't answer my question about why you would want to use string controls. What value are you entering for an impedance? It must be either 0,1, or 2. If you created a control for channel one like you did for channel 2, you would not have the possiblity to get an error.
If you are getting VISA errors, post the error numbers. To isolate where you get instrument errors, single step though all of the functions to determine where they happen.
07-03-2007 02:30 AM
07-03-2007 02:35 AM
07-03-2007 08:25 AM
07-03-2007 08:35 AM
07-03-2007 08:42 AM
07-03-2007 08:52 AM