01-05-2012 03:32 PM
Can you post a diagram for a simple server? This would help me troubleshoot a server application that I am trying to build. I think that the server example (page 12) given in the manual is actually a client example.
Thanks,
Greg
Solved! Go to Solution.
01-06-2012 01:57 AM
Hello Greg,
Your right, page 12 of the manual shows you a simple client implementation available in "EZ coding" palette.
You can find 2 different simple server implementation integrated in LabVIEW.
The first one is located in the NI example Finder (Select Example finder... item in LabVIEW Help menu).
This is the simplest way to implement a server. It just support one client connection, but it's really easy to understand.
The second implementation can be found in the LabVIEW template (Select New... in LabVIEW File menu item).
This server implementation is smarter. It supports multiple client connection. The first loop listen client connection and the second one reply to the request.
Once the template is open, you can modified it to fit your needs and save it.
Hope this help you.
Regards,
Olivier