LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Multithreading tcp connection

Solved!
Go to solution
Solution
Accepted by topic author Skeggy88

Look at the examples that ship with LabVIEW for dynamically calling VIs. This will show you how to spawn tasks. You will have your server loop waiting for TCP connections. When a device connects to the server the server will dynamically call a re-entrant VI which will service that connection. The main server will then go back and wait for more connections. Using this approach you can service multiple connections at one time.



Mark Yedinak
Certified LabVIEW Architect
LabVIEW Champion

"Does anyone know where the love of God goes when the waves turn the minutes to hours?"
Wreck of the Edmund Fitzgerald - Gordon Lightfoot
0 Kudos
Message 11 of 12
(379 Views)

Problem solved Smiley Wink
Thanks to all!!

0 Kudos
Message 12 of 12
(369 Views)