LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

tcp/ip communication problem

hello,

what i have is a tcp/ip communication problem.   the server needs to see the connection on the client side terminate before it can reply with data.  so i'm not sure the best way to solve this.  i tried to use a sequence structure to have the client open a connection  and then send data across the port and then terminate the connection.  the next part in the sequence would then open a connection and wait for the reply form the server.  i had this in a while loop. an example vi would be very appreciated

0 Kudos
Message 1 of 2
(2,391 Views)
Hi,
You can search for TCP Communicator -Passive.vi and TCP Communicator -Active.vi examples in the example finder by selecting Help->Find Examples.
 
Tunde A.
 
 
 
 
0 Kudos
Message 2 of 2
(2,368 Views)