LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

TCP/IP 1 server with multi client

i want to create project that has 1-server for multi-client, send data,log in system and register system.

Part of send data,log in system and register system has finished,But it can send only 1-server to 1- client.

Can anyone advise and point me in the right direction?

0 Kudos
Message 1 of 7
(4,870 Views)

Typically, you'll have a TCP\IP Listener. Once it gets a connection, it starts a cloned dynamic VI to manage that connection. The listener would simply continue to wait for new listeners.

0 Kudos
Message 2 of 7
(4,849 Views)

Help >>> Find Examples >>>Networking >>> TCP & UDP >>> TCP Multiple Connections.lvproj

 

Ben

Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
0 Kudos
Message 3 of 7
(4,840 Views)

Thank you.I had watched,But  i can't adapt it with my project .Because I want to use a lot of port and i want to transfer a lot of data .

0 Kudos
Message 4 of 7
(4,826 Views)

@Ben wrote:

Help >>> Find Examples >>>Networking >>> TCP & UDP >>> TCP Multiple Connections.lvproj

 

Ben


Thank you.I had watched,But  i can't adapt it with my project .Because I want to use a lot of port and i want to transfer a lot of data .
0 Kudos
Message 5 of 7
(4,826 Views)

Can you give me an example?Plz.

0 Kudos
Message 6 of 7
(4,825 Views)

Can you post a screenshot of your existing code or explain further why a program based on that multiple connection example can't be adapted to your project?

Claire C.
AppSW Staff Product Support Engineer
National Instruments
CLD|CTD
0 Kudos
Message 7 of 7
(4,799 Views)