Hello sumitrishi,
Thank you for contacting National Instruments.
Assuming that you are using TCP/IP, it is not necessary to assign each client a different server port. However, you will need to ensure that your LabVIEW TCP server is coded correctly to handle multiple client connections. You can learn more about connecting multiple TCP clients to one server in LabVIEW by visiting the following link:
http://zone.ni.com/devzone/conceptd.nsf/webmain/DF1A54455AA43C9786256802007B8D79?opendocument
There is also a good example included with LabVIEW 7.0 that demonstrates the proper way to code a LabVIEW TCP server that is capable of hosting multiple clients. This example can be found in the TCP.llb file located in \LabVIEW 7.0\examples\comm.
If you run mul
tiple LabVIEW TCP servers, you could potentially have multiple clients connected via different ports (one client per server). This setup could provide slightly faster connection speeds at the expense of your server computer's system resources.
Matthew C
Applications Engineer
National Instruments