Hi,
I need to communicate a Labview program with a Beckhoff PLC, and to do that I create a server-client communication.
The PLC is the client and the code is programmed on Twincat 3 ( the client code is ok, I test it)
The server will be a PC running the Labview TCPIP server example(only the server part). ( I take only the server .VI of TCPIP com example of Labview)
The issue is that the connection does not occur. (Port 200 is listening and I put the IP addres so I dont know what is happening. Meaby a socket issue ?.)
I know that the PLC client is not the problem, because I did a successfull conexion with a LabWindows TCPIP server. ( but I need to do a server with Labview, not Labwindows).
Kind regards.