LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

error -1073807339

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. 

0 Kudos
Message 11 of 16
(994 Views)

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.

0 Kudos
Message 12 of 16
(990 Views)

Sorry.  Here it is. 

0 Kudos
Message 13 of 16
(985 Views)

Try using the examples with TCPIP INSTR resource, which in your case would be:

TCPIP0::192.168.1.105::INSTR

0 Kudos
Message 14 of 16
(968 Views)

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.

0 Kudos
Message 15 of 16
(957 Views)

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.

 

0 Kudos
Message 16 of 16
(938 Views)