I wanted to know how (real) elevators work. But, so far, I could not find much material about the algorithms they use, nor software (if any) for simulation. Could anybody give me references for that?
closed as off-topic by Martijn Pieters, gnat, GlenH7, Doc Brown, MichaelT Apr 4 at 16:21This question appears to be off-topic. The users who voted to close gave this specific reason:
|
|||||
|
Interesting question. Makes me want to do some research on this as well. Wiki has a reference to a book Barney, G. (2003, January). Elevator Traffic Handbook: Theory and Practice. ISBN 9780415274760. Here's a snippet from Wiki (you might have seen it already):
|
||||
|
There are different implementations of course, but the most prevalent is this one: http://en.wikipedia.org/wiki/Elevator#The_elevator_algorithm Since in actual buildings the ground floor is usually used more frequently than others, there are also a fair amount of implementations which let the elevator return to the ground floor after a certain time of inactivity. (On a side note, there is a telling that Donald Knuth once spent a day in an elevator just to be absolutely sure that he would describe the elevator algorithm correctly, but I can't find a reference for that.) |
|||
|
Elevator algorithm is best described using Knuth's Elevator algorithm. But in the simple steps, the algorithm can be stated as:
|
|||
|