04-05-2007 11:01 AM
Brian
...now I get it...the "VISA Write.vi" always returns an error ("Could not perform operation because of I/O error"), even if the command executes properly...when I ignore the error it works...any idea what's throwing that error and how to get rid of it? It's a bit kludgey to just ignore it in the code.
Thanks again,
Chip
04-05-2007 11:16 AM
04-07-2007 08:35 AM
04-07-2007 08:42 AM
Jim-
Could you post your VI, and I will try it?
Brian
04-07-2007 10:11 AM
04-07-2007 04:28 PM
04-09-2007 06:57 AM
04-09-2007 12:03 PM
04-09-2007 05:52 PM
04-09-2007 09:08 PM
I see that you concatenate a end of line constant to your write string. What happens if you eliminate that?
I was just working with a device where I tried using the Instrument I/O assistant express VI to get a quick start. On every request that began with a CTRL-B to the instrument, the instrument display showed an error. I turned the express VI into a front panel. I found that it automatically put a CR/LF at the end of the outgoing line. When I eliminated that, everything worked fine.