10-24-2005 12:14 AM
10-25-2005
12:43 PM
- last edited on
01-29-2025
04:13 PM
by
Content Cleaner
Hello Faisal,
I am not familiar with the M/M/1 single server queuing model, so unfortunately I don't have an example to show you. However if you have an algorithm you should be able to code it in LabVIEW without problems. People code all sorts of models and simulations in LabVIEW everyday. As a new user there are some great resources you may want to check out. They probably won't have much in the way of developing your model, but should get you started programming in LabVIEW. I hope this helps.
Best Regards,
Chris J
Getting Started with LabVIEW 7.0/7.1
https://www.ni.com/docs/en-US/bundle/323427a/resource/323427a.pdf
Getting Started with LabVIEW 8.0
https://www.ni.com/docs/en-US/bundle/373427b/resource/373427b.pdf
10-25-2005 12:59 PM
There should be no problem simulating the M/M/1 queuing model. Are you just looking to calculate model statistics like average queue length, number in system, average time in queue and server utilization or do you want to run an actual simulator?
Paul
10-25-2005 01:23 PM
Atached is an actual M/M/1 in use, if I remember correctly (I studied queuing theory a few years ago so my memory might not hold the test of time) a M/M/1 model is a simple server client model where items arive iat a poisson distribution and are serviced with a same distribution and both are memoryless, that is , thay are independent of the state of the system. Attached is an example of a M/M/1 (the distribution is trandom not poisson? but close enough to get the point), you can easily convert it to an M/M/n by adding more server threads. Hope thsi helps.
Paul
10-25-2005 01:23 PM
OOps here is the attachment,
Paul
10-25-2005 02:25 PM
10-26-2005 07:10 AM
10-26-2005 07:10 AM
02-20-2017 10:57 PM
can you help me plese to write a matlab code to create an" m/m/n" queue
02-21-2017 12:27 AM
You posted in a 11 year old thread about LabVIEW.
If you are looking for matlab help, try to post in a matlab forum. This is not it.