From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

TCP send and receive

Solved!
Go to solution

I am writing two programs(server, client). They communicates though TCP.

 

[Operation]

1. Client sends "ABC" to server.

2. Server receive "ABC" from client

3. If server received "ABC", server sends "DEF"

4. Client receive "DEF"

 

1 and 2 operation work fine. But 3 ~ 4 don't work.

 

I followed this guide(https://www.ni.com/ko-kr/support/documentation/supplemental/06/basic-tcp-ip-communication-in-labview...)

 

client.vi

-> 

shlee11_1-1656393377524.png

 

server.vi

-> 

shlee11_2-1656393393546.png

 

Download All
0 Kudos
Message 1 of 2
(617 Views)
Solution
Accepted by topic author shlee11

after changing setting, it works fine.

 

tool - option - VI server - ...

0 Kudos
Message 2 of 2
(597 Views)