11-22-2010 09:00 AM
Here is what I am getting from the vi read tab (see attachment). Apparently it is not communicating back. The ip address is correct on both ends.
11-22-2010 09:37 AM
The only thing that image shows is that you did not click on the execute button. Do that and report any error that is shown.
11-22-2010 09:43 AM
Sorry. Here it is.
11-22-2010 10:40 AM
Try using the examples with TCPIP INSTR resource, which in your case would be:
TCPIP0::192.168.1.105::INSTR
11-22-2010 03:03 PM
I think I figured out part of the error, but this is the code it is spitting back at me in the read.vi with a \n at the end of the command.
11-23-2010 09:03 AM
Highly recommend you use TCPIP INSTR with these examples, then all the setup work is already done for you and you will not have experience this problem.
If you must use raw TCPIP SOCKET then you will have to do the work to set up the socket.
In your case, you have not issued a Termination Character Enable Command prior to your communications with the instrument.
You need to do this from LabVIEW and as well from VISA Interactive (TERM_CHAR_EN).
If you do not send the command, you will continue to experience timeouts.