01-06-2020 02:50 AM
Hiiii… I am working labview-16 for remote application using TCP/IP protocol .which means server & client .I'hd tried by using local network it is working well but when the server & client are in different networks the communication is not establishing and also I used server internet IP in client side and also the same port can anyone plz tell me the reason why communication is not happening ….thank u...
01-06-2020 06:12 AM
Try to ping between the two Machines and check whether they are actually communicating.
01-06-2020 07:43 AM
When programs don't work, it is almost always Hardware or Software (or "Connection-Ware"). @Palanivel suggested a simple test for Hardware/Connection-Ware -- if this seems OK, then it comes down to "Software". Attach all the relevant LabVIEW code that "doesn't work", so that we can examine, edit, and test it (or we could just guess what mistake you made, but this seems unlikely to be helpful to you ...).
Bob Schor
01-06-2020 11:43 AM
If you can ping the target machine but not communicate over TCP/IP, and you're on different networks, there's a chance there's a firewall between your devices blocking certain ports. Have you checked for that? If that turns out to be the case, you can either switch ports if possible or ask someone in IT to unblock your port.