09-08-2005 09:29 AM
09-08-2005 12:38 PM
09-08-2005 01:45 PM
09-08-2005 02:03 PM
09-09-2005 07:24 AM
09-09-2005 07:31 AM
09-09-2005 08:53 AM
09-09-2005 09:13 AM
The little clock means that it does I/O asynchronously. Right click on the VISA control to change.
I looked at your code. There's a big broblem with the while loop. If there's an error condition, there is no status returned (it's an empty array) and your Index Array functions will return a false, making the loop run forever. It would be better to place the loop inside a case structure with the error cluster wired to the selector. How much of this VI is your code and how much is from the I/O Assistant? I'm curious because it uses GPIB functions and not VISA.
09-09-2005 09:27 AM
09-10-2005 01:46 AM - edited 09-10-2005 01:46 AM
Message Edited by xseadog on 09-10-2005 01:47 AM