LabVIEW TCP Listen VI Times Out

Updated Jul 7, 2022

Reported In

Software

  • LabVIEW

Issue Details

I use the Labview shipping example Simply TCP.lvprojĀ . When I run the code, I get a timeout error during establishing the TCP connection. I can only solve this by setting a very high value for the timeout of the TCP Listen.vi. Is there another option?

Solution

The timeout can be cause by the TCP Listen.vi trying to resolve the name of the remote target.

If you do not need the name of the remote target, you can try setting the resolve remote address parameter to FALSE.