Error 1 Occured at TCP Write/Read

Updated Aug 11, 2020

Reported In

Software

  • LabVIEW

Issue Details

I am getting Error 1 at TCP read. How can I solve this problem?

 

Solution

This error caused by connecting two different wire types. Even if it didn't show us broken wire here, you must check if wire types are connected correctly in Connection ID especially.

The best way to solve this problem is to debug the code with LabVIEW basic example, 'Simple TCP.proj'. 

If the current error occured code is a TCP server, execute with the Client code of example. Try running communications from the same port on the default Localhost first to find problems.

 

Additional Information

Especially, please check if the 'Connection ID' of input terminals connected to Listener ID. These are different types of wire. But, it doesn't occur any broken wires.