LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

tcp listen error code 60

Hello! everyone

 

I'm taking my computer as a server, and using TCP listen.vi and TCP read  ,try to get connected and receive data string from another computer, in tools>options 

VI server configuration, using port 3363 and

VI server: machine access : setting my server computer IP address.

 Then when running, TCP listen give an error : code 60  means the specified network address is currently in use.

 Then I tried other port, the problem still existed. Does anybody encounter this problem before? how to solve?  

Meanwhile for VI SERVER :exporeted VI ,how to set the Ip address?   Thank you very much! 

0 Kudos
Message 1 of 3
(4,560 Views)
0 Kudos
Message 2 of 3
(4,549 Views)

What you really wish to do?

If you just wish to have simple TCP/IP communication, you've nothing to do with VI server configuration.

You should program one PC as TCP server, and another as TCP client.

There are couple of TCP examples in LabVIEW that you can modify.

If you wish to control another PC vi with VI server, your configuration looks fine, but you need to make sure that your network connection allows these PCs to see each other, and firewall is turned off.

Then, search Help>>Find Examples with 'remote' keyword.

There's vi server example that you can modify.

 

0 Kudos
Message 3 of 3
(4,531 Views)