Search code examples
tcplabview

Why does my labview client program not receive the 1-d array sent by the labview server program over TCP?


the server is executed first, followed by the client.

The client attempts to initiate a TCP connection with the server. As soon as server detects it a "connection ID" is created.

The server attempts to send a "setup" packet to the client by building an array of numbers.

Server labview code

enter image description here

Client labview code enter image description here

Setup Packet creation code:

enter image description here


Solution

  • Try to turn off your firewall, the code looks valid to me.