01-22-2008 01:48 PM
01-22-2008 02:11 PM
01-22-2008 02:39 PM
Hey Mike,
I've never used I/O Assistant but rather gone straight to using the Serial VIs in VISA and GPIB.
The first thing that comes to mind in seeing your 1st run work, but none afterward, is a question of closing/resetting the data that is present at the port.
Secondly, in regard to your other comment, the difference in data could have to do with the termination characters; which are different from the test and execution. You first get a carriage return (\r) and in the execution you receive a line feed (\n). These are two different termination characters and in order to get good data from an instrument you must find the proper termination character and use it throughout any testing or execution.
Hopefully this information helps you a bit..
01-22-2008 02:41 PM
01-22-2008 02:48 PM
01-22-2008 02:49 PM