Hi, I am quite new to labview and am struggling at the moment with the TCP program I need to write. Hopefully someone here can help me out!
First, I need to write a program for the server, which is a robotic arm that needs to send positional data (time with its x,y,z coordinates and the rotations about those axes) to the client, which is a computer. I have a listener waiting for the connection, when there is a connection with the client, the positional data should be read out by the server and afterwards it should be written towards the client. However, I have no clue how the positional data can be correctly read out by the TCP functions. I have connected the TCP read to the TCP listener through 'connection ID' and 'error', but have no idea how I should correctly connect this to the positional data measurements.
Thanks,
Guusje