LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

What condition will use TCP listen

Hi all sword men;

 

           I have  questions focused on TCP protocol .

           1.what conditions will use the first TCP listen.vi?

           2.what conditions will use CreateListen.vi?

 

          2010-10-22_211113.png

Thanks everybody.

 

Waiting.............................

0 Kudos
Message 1 of 3
(2,419 Views)

The TCP Listen VI is, as far as I'm aware, a wrapper for the TCP Create Listener and TCP Wait On Listener functions.  Chances are that the Listener functions were there first and the Listen VI was added in a later LabVIEW version for convenience.

0 Kudos
Message 2 of 3
(2,411 Views)

The "Multiple Connections - Server.vi" example shows how you might use the Create Listener and Wait on Listener functions.  You could do this with TCP Listen, but it would be less clear and doesn't offer any way to close the Listener refnum.

0 Kudos
Message 3 of 3
(2,400 Views)