LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Long time to set up a TCP connection with CompactRIO

I have made a very simple program on a CompactRIO (NI cRIO-9002) device that just listens on a port for a connection and when a connection is established, it sends a text string, closes the connection and starts waiting for a new connection again. I tested this program first on a local area network and it worked fine. The response seemed to be almost instantaneous. I then hocked the unit up on an external network with a static IP address. Now, the same program used more than 10 seconds to respond!

 

Any ideas what it could be?

 

Best regards,

Terje     

0 Kudos
Message 1 of 2
(2,576 Views)

It turned out that the DNS address that I had specified was wrong. After correcting that the response time was good.

0 Kudos
Message 2 of 2
(2,560 Views)