LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Listening multipe devices through TCP/IP Listener

Hello

 

How can I listen multiple devices at the same port on TCP/IP. for example there are 10 to 100 devices that sends their data each after 5 secs. How can I listen to all of them at once? I designed the logic but when I am trying to send the data to the port (say 6060) from 2 different window of hyperterminal, my labview progmram is listening only to that hyperterminal which send its data first. Whereas when sending the data from simultaneously through both hyperterminal windows, I am able to read all on Port Peeker.

Also when the connection is closed by the device, program stops listening again to the device when the device makes the connection again.

 

I have attached my prog.

 

Please help me out

0 Kudos
Message 1 of 3
(3,346 Views)
I recommend that you look at the "Multiple Connections - Server" example in the Networking folder of the Example Finder.
0 Kudos
Message 2 of 3
(3,325 Views)
Take a look at this thread.


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 3 of 3
(3,318 Views)