LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Can I access the built-in queue of the client-server configuration?

We are working on a remote lab, using LabVIEW 6i. Our solution is based on a client-server structur, where the server unit has the dual function of communicating with the client over the Internet and controlling the experimental setup. If two or more clients are using the setup at the same time, we have discovered that LabVIEW 6i is using a built-in queue system. In our work to make the client inteface userfriendly, we have the following problem. Is it possible to inform the client that he/she is in a queue, and also how many clients are in front of him/her?

Thanks for any hints.

Greetings, Anna Söderlund

******************************************************************
anna@ic
.chalmers.se
Solid State Electronics, Department of Microelectronics,
Chalmers University of Technology
Sweden
******************************************************************
0 Kudos
Message 1 of 2
(2,650 Views)
Take a look to this sample Tcp/ip LLB.
The server vi build-up a queue according to the number of clients connected.
Based on this principle you can probably manage to make the server to broadcast which client it is sending data to.
Message 2 of 2
(2,650 Views)