09-09-2020 05:38 AM
I am trying to connect to a TTI 1906 multimeter using a serial interface
I seem to be able to get a response in the visa test panel when I change the output RTS State to Unasserted and leave the other parameters as default, however, when I try the same thing in a program and get this error:
Error -1073807298 occurred at VISA Read in READ1906-Multimeter.vi
VISA: (Hex 0xBFFF003E) Could not perform operation because of I/O error.
09-09-2020 06:39 AM
With the flow control turned off, you shouldn't have to worry about asserting or unasserting the RTS.
As far as your error, my initial thought is that you still have the VISA Test Panel open, which should lock out the port to any other application. My second though is you should be using the adapter cable for this device because it is make to daisy chain instruments, causing some interesting wiring choices.
09-09-2020 08:09 AM
Thank you for your response!
I always close the test panel before I try and start the program otherwise I get a different error
I was expecting that since I get the correct response using visa, I would get the same response using labview as I would assume these are the same settings
I also find that if I assert RTS on visa I get the same error I get in labview (attached photo)