WO2004106208A1 - Elevator dispatching with guaranteed time peformance using real-time service allocation - Google Patents

Elevator dispatching with guaranteed time peformance using real-time service allocation Download PDF

Info

Publication number
WO2004106208A1
WO2004106208A1 PCT/US2003/015172 US0315172W WO2004106208A1 WO 2004106208 A1 WO2004106208 A1 WO 2004106208A1 US 0315172 W US0315172 W US 0315172W WO 2004106208 A1 WO2004106208 A1 WO 2004106208A1
Authority
WO
WIPO (PCT)
Prior art keywords
car
call
test
time
floor
Prior art date
Application number
PCT/US2003/015172
Other languages
French (fr)
Inventor
David Sirag
Original Assignee
Otis Elevator Company
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Otis Elevator Company filed Critical Otis Elevator Company
Priority to PCT/US2003/015172 priority Critical patent/WO2004106208A1/en
Priority to CNB038264161A priority patent/CN100448767C/en
Priority to JP2005500388A priority patent/JP2006514906A/en
Priority to US10/552,117 priority patent/US7267202B2/en
Priority to AU2003245276A priority patent/AU2003245276A1/en
Publication of WO2004106208A1 publication Critical patent/WO2004106208A1/en
Priority to HK06112227.4A priority patent/HK1091795A1/en

Links

Classifications

    • BPERFORMING OPERATIONS; TRANSPORTING
    • B66HOISTING; LIFTING; HAULING
    • B66BELEVATORS; ESCALATORS OR MOVING WALKWAYS
    • B66B1/00Control systems of elevators in general
    • B66B1/02Control systems without regulation, i.e. without retroactive action
    • B66B1/06Control systems without regulation, i.e. without retroactive action electric
    • B66B1/14Control systems without regulation, i.e. without retroactive action electric with devices, e.g. push-buttons, for indirect control of movements
    • B66B1/18Control systems without regulation, i.e. without retroactive action electric with devices, e.g. push-buttons, for indirect control of movements with means for storing pulses controlling the movements of several cars or cages
    • B66B1/20Control systems without regulation, i.e. without retroactive action electric with devices, e.g. push-buttons, for indirect control of movements with means for storing pulses controlling the movements of several cars or cages and for varying the manner of operation to suit particular traffic conditions, e.g. "one-way rush-hour traffic"

Definitions

  • Objects of the invention include: elevator dispatching which tends to balance the registration times of hall calls while avoiding worst-case situations; elevator dispatching which retains flexibility due to adequate slack in the system; and improved elevator dispatching.
  • the invention is predicated on the discovery that assigning cars to answer hall calls in a manner to achieve somewhat poor behavior of the system at all times will nonetheless retain sufficient elasticity in the system to avoid worst-case behavior (that is excessively long waits for hall calls).
  • elevator cars are not assigned to calls, but simply stop at floors only if the car has a car call for a given floor, or if there is no other car that can stop at that floor to answer a hall call in the car's direction within a call wait time limit.
  • the predicted response time of a car to the various calls is not used to determine anything about that car, but only used to determine if some other car might be one which can answer the call within a call wait time limit.
  • the invention departs radically from conventional hall call allocation methodology, by not allocating hall calls to cars, but simply causing cars to stop, as determined when a car reaches the committable floor for a call in the same direction.
  • the call wait limit can be adjusted to be shorter during light periods of traffic and to be longer during heavy periods of traffic, in a variety of ways.
  • Fig. 1 is a schematic diagram of a conventional computer arrangement interfacing with elevators, as an example of a system in which the present invention may be practiced.
  • FIGS. 2-6 are simplified logic flow diagrams which are exemplary of processes that may be utilized to practice the present invention, as follows:
  • Fig. 2 recording hall call's registration time; Fig. 3 creating a table of expected waiting times; Fig. 4 elevator car stop control; Fig. 5 lowering the wait time limit; and Fig. 6 alternative adjusting of the wait time limit.
  • a signal processor 11 is illustrative of group controllers that may allocate cars to respond to hall calls, utilizing aspects of the present invention.
  • the processor 11 is responsive to a plurality of sensors 12, such as car weight sensors, and data signals 13, such as car direction and door condition, provided to an input/output (I O) port 15 of the processor 11.
  • I O input/output
  • another I/O port 18 is connected to a plurality of hall call buttons 19 resident on the various floors of the building, a plurality of car call button panels 20, one resident in each car, and a plurality of hall lanterns 21, of which there are typically one or more at each floor landing.
  • the processor 11 includes a data bus 24, an address bus 25, a central processing unit (CPU) 26, a random access memory (RAM) 27, and a read only memory (ROM) 28 for storing the requisite elements of programs or routines that can carry out the present invention.
  • a routine 30 for recording the registration time of hall calls is reached through an entry point 31 and a first step 32 sets a direction indicating factor, D, to "UP".
  • a step 35 sets a floor indicator, F, to one, and then a test 36 determines if there is a hall call on floor F in direction D, which is now an UP call at floor one. If not, a negative result of test 36 reaches a step 37 to increment F so as to test the next floor in turn. If there is an UP hall call at floor F, an affirmative result of test 36 reaches a test 37 to determine if the registration time for the UP call at floor one is set to -1 or not.
  • any time a registration time is set equal to - 1 that means that either no call has been registered, or having just been registered, the registration time for it has not yet been recorded. If it set to -1, that means that this is the first pass through the routine of Fig. 2 that this particular hall call has been considered so an affirmative result of test 37 reaches a step 38 to record the registration time of the UP call at floor F as present clock time. On the other hand, if test 37 is negative, this means that the registration time for this call has previously been set and should be left alone, so a negative result of test 37 bypasses step 38.
  • a test 39 determines if the floor pointer is pointing to the highest floor. Initially it will not be, so a negative result of test 39 reaches a step 37 to increment F in order to test the next floor in turn.
  • test 39 will be affirmative reaching a test 42 to determine if the direction pointer is set to down, or not. Initially it will not be, so a negative result of test 42 reaches a step 43 to adjust the direction pointer to indicate "DOWN". Then the steps and tests 35-42 are repeated for the next floor, with respect to all of the cars.
  • test 42 will be affirmative causing other programming to be reverted to through a return point 44. If parallel processing is being used, the affirmative result of test 42 can cause the program to revert to step 32 and thereby have the recordation of hall call times operate continuously.
  • a routine 47 for recording the time required for cars to reach calls is entered through a point 48 and a first test 49 sets the direction pointer to UP. Then, a step 50 sets a floor pointer equal to one, and a test 53 will determine if there is a hall call at floor F in the direction of the direction pointer, D. If not, a negative result of test 53 reaches a step 54 to determine if the highest floor has been reached. If not, a negative result of test 54 reaches a step 55 to increment the floor pointer. And then test 53 is repeated; if there is a hall call at this floor, then a subroutine 56 will determine the remaining response time to reach the call at floor F in direction D for all available cars.
  • a step 57 sets X equal to the number of available cars and a step 58 sets a car pointer,
  • a test 62 determines if the total wait time for the call at floor F in direction D, if answered by car C, is less than the wait time limit for this direction, LIM(D). This is achieved by adding to the remaining response time for car C to reach this hall call, the difference between the registration time and the present time. If the total waiting time is less than the limit, a step 63 will set a table entry, T, for this floor call and direction related to car C equal to ONE; but if the total waiting time is beyond the limit, a negative result of test 62 reaches a step 64 to set the table entry for this call and car to ZERO. Then a step 65 decrements the number of available cars, X, for a purpose described below.
  • a test 67 determines if all of the cars have been tested with respect to the call at floor F and direction D. If they have not, a negative result of test 67 reaches a step 68 to increment
  • test 67 determines if X equals zero. If it does, that means that none of the available cars can reach the call within the time limit, with the time limit at its present setting, and that therefore the time limit should be increased to equal the smallest of the stored values. This will ensure that an acceptable match will be found on the next iteration. Then, the routine reverts to step 50 so as to try the process all over again in this direction with the new limit.
  • test 69 reaches the test 54 to determine if all of the floors have been tested for hall calls and had response times detennined. Initially, that will not be the case so a negative result of test 54 reaches the step 55 to increment the floor pointer.
  • test 54 When all of the floors have had the wait time determined for all their up calls, an affirmative result of test 54 reaches a test 76 to determine if the direction pointer is set to
  • test 76 reaches a step 77 to set the direction pointer to DOWN. Then all the steps and tests 50-54 are repeated for calls in the down direction. After that, an affirmative result of test 76 will reach a point 78 where the program can either revert to other routines, or return to step 49, if parallel processing is used.
  • a routine 81 of Fig. 4 which is reached through an entry point 82 to control stopping of the cars to answer calls.
  • a first step 83 sets a car counter equal to one.
  • a test 86 determines if there is a car call at the committable floor of car C in the direction, D, that car C is traveling. If there is, an affirmative result of test 86 reaches a step 87 to issue a stop command for car C, and a step 88 to set the registration time for calls at the committable floor of car C in the direction of car C equal to -1. This is the value tested for in test 37 of Fig. 2.
  • test 89 This factor is also tested for in a test 89; if test 89 is affirmative, this means that there is no hall call at the car's committable floor so an affirmative result of test 89 bypasses the steps 87 and 88.
  • a test 90 determines if all of the cars have been considered or not. Initially they will not, so a negative result of test 90 reaches a step 91 to increment the car pointer, and the tests 89 and/or 86 will again be given consideration for the next car in turn. If the registration time for a call in the direction of the car at the committable floor of the car is set to other than -1, that means that there is a call, and it must be determined whether or not other cars might be able to answer that call within the wait time limit.
  • a negative result of test 89 reaches a step 92 which sets a backup car pointer, C equal to the car pointer, C. Then C is incremented in a step 93 so as to point to a car other than the one currently being considered for a stop, or not.
  • a test 94 determines if the table entry for the car C, at the committable floor of car C and the direction of car C is equal to a ONE.
  • test 94 will bypass the stop command at step 87 and reach the test 90 to see if all the cars have been tested or not.
  • table entry for car C is a ZERO
  • a negative result of test 94 will reach a step 95 to increment C, and a test 96 determines if C has advanced back to C or not.
  • this process will only test all the cars other than C in the test 94.
  • step 87 to issue a stop command for car C
  • step 88 to set the registration time for the call at the committable floor and direction of car C equal to -1, once again.
  • test 90 When all cars have been tested to see if they should stop or not, an affirmative result of test 90 will reach a point 97 through which either other parts of the programming can be reverted to, or this routine may revert to step 83 so as to provide the process all over again.
  • the routine of Fig. 4 should be reached at least more than once in each period of time during which a car can pass a floor at its highest speed.
  • a routine illustrated in Fig. 5 This routine is reached through an entry point 98 and a first step 99 sets the direction pointer to UP. Then a step 100 sets a counter, Y, which will determine the number of calls having a call response time within the time limit, to ZERO. A step 101 sets a counter, Z, that will determine the total number of call response times. A step 102 sets the floor pointer to one, and a test 103 determines if there is a hall call at the floor and direction indicated by the pointers.
  • test 103 If there is not, a negative result of test 103 reaches a step 104 to increment the floor pointer and test 103 is repeated. Ultimately, an affirmative result of test 103 will reach a step 105 which sets a car pointer, C, to ONE, and then a test 109 determines if the remaining response time for car C to reach floor F, in direction D plus some increment,., is less than the current limit. If it is, a step 110 will increment the Y counter, and then a step 111 will increment the Z counter. On the other hand, if the remaining response time for the call in question is not within the increment of the limit, a negative result of test 109 will go directly to step 111 to increment the Z counter.
  • step 116 The purpose for this is illustrated in a test 115, near the bottom of Fig. 5, where if the ratio of Y to Z is greater than some setable number, W, then the limit is decremented in a step 116; otherwise, step 116 will be bypassed.
  • a test 119 determines if all cars have had the response time to this call compared against the time limit, or not. If not, a step 120 increments the car pointer and the test 109 is repeated for the next car in turn. When all cars have been tested for response time to the particular call in question, an affirmative result of test 119 reaches a test 121 to determine if all of the calls in the present direction
  • step 104 will increment the floor pointer and the steps and tests 103-121 are repeated for the next floor in turn.
  • a test 124 determines if the direction pointer is set to DOWN; if not, a step 125 sets the direction pointer to DOWN and all of the steps and tests 100-124 are repeated again for all of the floors and all of the cars.
  • Eventually, all of the outstanding calls are tested to see if the response times of all of the cars are more than some increment lower than the current time limit. If the ratio of those that are so is high enough, test 115 will be affirmative reaching step 116 to decrement the limit.
  • step 116 may be done in various other ways.
  • a routine 129 set forth in Fig. 6. the routine is reached through an entry point 130 and a first test 131 determines if the number of calls being registered per minute is greater than some constant, P. If it is, then the limit may be adjusted upwardly in a step 132 by setting the limit equal to some constant, Kl, times the traffic rate (calls per minute). Otherwise, a negative result of test 131 can bypass the step 132.
  • a test 136 will determine if the traffic rate in calls per minute is less than some constant, K2. If it is, then the limit may be lowered in a step 137 by being set equal to some constant, K2 times the traffic rate.
  • a negative result of test 136 will bypass the step 137.
  • the limit is lower during light traffic so that the waiting for response of the cars is minimized, thereby making full utilization of the available capacity of the elevator system.
  • the limit can be increased so that real time service allocation of the invention, in which all of the calls are delayed a little bit in order that the system retains sufficient slack so as to be able to handle perturbations and momentary excessive traffic demand, without causing an excessive number of unduly long-wait calls, bunching, and other traditional undesirable elevator system responses.
  • a map of limits as a function of traffic rate may be set out in a look-up table.
  • a point 138 is reached from which the routine of Fig. 6 may revert to the test 131, if parallel processing is utilized, or may cause other programming to be reached.
  • the invention has been described, thus far, without any reference to whether ordinary up/down hall calls, or destination-indicating hall calls are being processed in the building utilizing the present invention. In the general case, the invention will work with either system. However, it is deemed highly preferable that the invention be utilized in a destination-call system so that the remaining response times determined in subroutine 56 of Fig. 3, for use primarily in the test 62 of Fig. 3 (but also in test 109 of Fig.
  • the dispatching system when calculating remaining response time, will be able to take into account the destination floor, that is, the car calls that will be placed once the hall call is answered. If destination-indicating hall calls are not utilized, remaining response time calculations can include historical indications of likely destination floors for calls answered in the present time interval of a present day, using known artificial intelligence techniques, to provide a certain average accuracy of remaining response time. Then, the system can work to an effective degree by controlling the limits appropriately. If destination calls are used, the call buttons would be in a ten key device, or in a panel much like the car call button panels 20 (Fig.
  • One aspect of the present invention is that because each car is caused to stop at a committable floor, if there is a hall call at that floor that no other car can reach within the limit, even if the present car at that committable floor also has not reached that call within the time limit, that car will nonetheless answer the call. In other words, the calls will be answered, even though some of them may fall just outside the limit in the event that certain perturbations cause that to occur.

Abstract

The registration of each hall call (20, 21) is recorded (27) and the remaining response time of all available cars to each up hall call and each down hall call is determined. The response time for each car to answer is compared against a limit and a table indicates whether that car can answer that call in less than the wait time limit or not. The time limit may be adjusted upwardly or downwardly.

Description

Elevator Dispatching with Guaranteed Time Performance Using Real-Time Service Allocation
Technical Field This invention relates to elevator dispatching in which elevators stop at floors only if
(a) there is a hall call in the car's direction at that floor or (b) no other available car in the system will be able to answer the call within a registration time limit.
Background Art One successful elevator dispatching system keeps reassigning hall calls to cars several times a second, so as to take into account all of the changes in the system as they occur. Other elevator dispatching systems are bent on allocating hall calls to cars once and for all, so that the elevator that is to be responding to the hall call can be announced at the landing, as soon as possible. All systems take into account, in some fashion, the length of time it will take any given elevator to reach a hall call, based on such information as is available about the call car's location and other stops it may have to make. All of these dispatching systems have special features to accommodate hall calls that are waiting for more than some maximum time, to avoid starting up cars if other cars can serve almost as well, to avoid bunching of cars, and the like. Despite all of the nuances which have been used, bunching of cars and calls that are waiting for excessive amounts of time still universally occur.
Disclosure of Invention
Objects of the invention include: elevator dispatching which tends to balance the registration times of hall calls while avoiding worst-case situations; elevator dispatching which retains flexibility due to adequate slack in the system; and improved elevator dispatching.
The invention is predicated on the discovery that assigning cars to answer hall calls in a manner to achieve somewhat poor behavior of the system at all times will nonetheless retain sufficient elasticity in the system to avoid worst-case behavior (that is excessively long waits for hall calls). According to the present invention, elevator cars are not assigned to calls, but simply stop at floors only if the car has a car call for a given floor, or if there is no other car that can stop at that floor to answer a hall call in the car's direction within a call wait time limit. The predicted response time of a car to the various calls is not used to determine anything about that car, but only used to determine if some other car might be one which can answer the call within a call wait time limit.
The invention departs radically from conventional hall call allocation methodology, by not allocating hall calls to cars, but simply causing cars to stop, as determined when a car reaches the committable floor for a call in the same direction.
According further to the present invention, the call wait limit can be adjusted to be shorter during light periods of traffic and to be longer during heavy periods of traffic, in a variety of ways.
Other objects, features and advantages of the present invention will become more apparent in the light of the following detailed description of exemplary embodiments thereof, as illustrated in the accompanying drawing.
Brief Description of the Drawings
Fig. 1 is a schematic diagram of a conventional computer arrangement interfacing with elevators, as an example of a system in which the present invention may be practiced.
Figs. 2-6 are simplified logic flow diagrams which are exemplary of processes that may be utilized to practice the present invention, as follows:
Fig. 2 recording hall call's registration time; Fig. 3 creating a table of expected waiting times; Fig. 4 elevator car stop control; Fig. 5 lowering the wait time limit; and Fig. 6 alternative adjusting of the wait time limit.
Mode(s) for Carrying Out the Invention Referring to Fig. 1, a signal processor 11 is illustrative of group controllers that may allocate cars to respond to hall calls, utilizing aspects of the present invention. The processor 11 is responsive to a plurality of sensors 12, such as car weight sensors, and data signals 13, such as car direction and door condition, provided to an input/output (I O) port 15 of the processor 11. Similarly, another I/O port 18 is connected to a plurality of hall call buttons 19 resident on the various floors of the building, a plurality of car call button panels 20, one resident in each car, and a plurality of hall lanterns 21, of which there are typically one or more at each floor landing. The processor 11 includes a data bus 24, an address bus 25, a central processing unit (CPU) 26, a random access memory (RAM) 27, and a read only memory (ROM) 28 for storing the requisite elements of programs or routines that can carry out the present invention.
Referring to Fig. 2, a routine 30 for recording the registration time of hall calls is reached through an entry point 31 and a first step 32 sets a direction indicating factor, D, to "UP". A step 35 sets a floor indicator, F, to one, and then a test 36 determines if there is a hall call on floor F in direction D, which is now an UP call at floor one. If not, a negative result of test 36 reaches a step 37 to increment F so as to test the next floor in turn. If there is an UP hall call at floor F, an affirmative result of test 36 reaches a test 37 to determine if the registration time for the UP call at floor one is set to -1 or not. In this embodiment, any time a registration time is set equal to - 1 , that means that either no call has been registered, or having just been registered, the registration time for it has not yet been recorded. If it set to -1, that means that this is the first pass through the routine of Fig. 2 that this particular hall call has been considered so an affirmative result of test 37 reaches a step 38 to record the registration time of the UP call at floor F as present clock time. On the other hand, if test 37 is negative, this means that the registration time for this call has previously been set and should be left alone, so a negative result of test 37 bypasses step 38.
Then, a test 39 determines if the floor pointer is pointing to the highest floor. Initially it will not be, so a negative result of test 39 reaches a step 37 to increment F in order to test the next floor in turn. When all of the floors have been tested, test 39 will be affirmative reaching a test 42 to determine if the direction pointer is set to down, or not. Initially it will not be, so a negative result of test 42 reaches a step 43 to adjust the direction pointer to indicate "DOWN". Then the steps and tests 35-42 are repeated for the next floor, with respect to all of the cars. When all of the floors have been tested with respect to all of the cars, for both the up and down directions, test 42 will be affirmative causing other programming to be reverted to through a return point 44. If parallel processing is being used, the affirmative result of test 42 can cause the program to revert to step 32 and thereby have the recordation of hall call times operate continuously.
Referring to Fig. 3, a routine 47 for recording the time required for cars to reach calls is entered through a point 48 and a first test 49 sets the direction pointer to UP. Then, a step 50 sets a floor pointer equal to one, and a test 53 will determine if there is a hall call at floor F in the direction of the direction pointer, D. If not, a negative result of test 53 reaches a step 54 to determine if the highest floor has been reached. If not, a negative result of test 54 reaches a step 55 to increment the floor pointer. And then test 53 is repeated; if there is a hall call at this floor, then a subroutine 56 will determine the remaining response time to reach the call at floor F in direction D for all available cars. This may be determined by means of suitably trained neural networks as is set forth in U.S. Patent No. 5,672,853. Alternatively, other known remaining response time algorithms may be used if desired. A step 57 sets X equal to the number of available cars and a step 58 sets a car pointer,
C, equal to one. Then a test 62 determines if the total wait time for the call at floor F in direction D, if answered by car C, is less than the wait time limit for this direction, LIM(D). This is achieved by adding to the remaining response time for car C to reach this hall call, the difference between the registration time and the present time. If the total waiting time is less than the limit, a step 63 will set a table entry, T, for this floor call and direction related to car C equal to ONE; but if the total waiting time is beyond the limit, a negative result of test 62 reaches a step 64 to set the table entry for this call and car to ZERO. Then a step 65 decrements the number of available cars, X, for a purpose described below.
A test 67 determines if all of the cars have been tested with respect to the call at floor F and direction D. If they have not, a negative result of test 67 reaches a step 68 to increment
C so that the next car in turn can have its total wait time to reach the call in question computer, stored, and compared with the limit. When all of the cars have been tested with respect to this call, an affirmative result of test 67 reaches a test 69 to determine if X equals zero. If it does, that means that none of the available cars can reach the call within the time limit, with the time limit at its present setting, and that therefore the time limit should be increased to equal the smallest of the stored values. This will ensure that an acceptable match will be found on the next iteration. Then, the routine reverts to step 50 so as to try the process all over again in this direction with the new limit.
On the other hand, if X is not equal to zero, then at least one car has placed the ONE in its table for the hall call in this direction at this floor. A negative result of test 69 reaches the test 54 to determine if all of the floors have been tested for hall calls and had response times detennined. Initially, that will not be the case so a negative result of test 54 reaches the step 55 to increment the floor pointer.
When all of the floors have had the wait time determined for all their up calls, an affirmative result of test 54 reaches a test 76 to determine if the direction pointer is set to
DOWN, or not. At first, it is not, so a negative result of test 76 reaches a step 77 to set the direction pointer to DOWN. Then all the steps and tests 50-54 are repeated for calls in the down direction. After that, an affirmative result of test 76 will reach a point 78 where the program can either revert to other routines, or return to step 49, if parallel processing is used.
The heart of the present invention is illustrated in a routine 81 of Fig. 4 which is reached through an entry point 82 to control stopping of the cars to answer calls. A first step 83 sets a car counter equal to one. Then a test 86 determines if there is a car call at the committable floor of car C in the direction, D, that car C is traveling. If there is, an affirmative result of test 86 reaches a step 87 to issue a stop command for car C, and a step 88 to set the registration time for calls at the committable floor of car C in the direction of car C equal to -1. This is the value tested for in test 37 of Fig. 2. This factor is also tested for in a test 89; if test 89 is affirmative, this means that there is no hall call at the car's committable floor so an affirmative result of test 89 bypasses the steps 87 and 88. A test 90 determines if all of the cars have been considered or not. Initially they will not, so a negative result of test 90 reaches a step 91 to increment the car pointer, and the tests 89 and/or 86 will again be given consideration for the next car in turn. If the registration time for a call in the direction of the car at the committable floor of the car is set to other than -1, that means that there is a call, and it must be determined whether or not other cars might be able to answer that call within the wait time limit. This is an important characteristic of the present invention. If other cars can answer the call within the wait time limit, then this car will not do so. It should be noted that this is a radical departure from dispatching notions of the prior art. A negative result of test 89 reaches a step 92 which sets a backup car pointer, C equal to the car pointer, C. Then C is incremented in a step 93 so as to point to a car other than the one currently being considered for a stop, or not. A test 94 determines if the table entry for the car C, at the committable floor of car C and the direction of car C is equal to a ONE. If it is, this means that this other car, C, can answer the call at the committable floor of C in C's direction within the time limit, and therefore car C shall not answer it, in accordance with the precepts of the present invention. Thus, an affirmative result of test 94 will bypass the stop command at step 87 and reach the test 90 to see if all the cars have been tested or not. On the other hand, if the table entry for car C is a ZERO, a negative result of test 94 will reach a step 95 to increment C, and a test 96 determines if C has advanced back to C or not. Thus, this process will only test all the cars other than C in the test 94.
When all of the cars have been tested to see if they can answer the call, thereby preventing car C from doing so, without the routine being diverted by means of an affirmative result of test 94, then an affirmative result of test 96 will reach step 87 to issue a stop command for car C, and step 88 to set the registration time for the call at the committable floor and direction of car C equal to -1, once again.
When all cars have been tested to see if they should stop or not, an affirmative result of test 90 will reach a point 97 through which either other parts of the programming can be reverted to, or this routine may revert to step 83 so as to provide the process all over again.
The routine of Fig. 4 should be reached at least more than once in each period of time during which a car can pass a floor at its highest speed.
As described previously with respect to Fig. 3, if no cars can answer the call within the wait limit, this means the wait limit must be raised (as generally will be true in the early parts of the morning rush hour). Lowering of the limit however is accomplished in a routine illustrated in Fig. 5. This routine is reached through an entry point 98 and a first step 99 sets the direction pointer to UP. Then a step 100 sets a counter, Y, which will determine the number of calls having a call response time within the time limit, to ZERO. A step 101 sets a counter, Z, that will determine the total number of call response times. A step 102 sets the floor pointer to one, and a test 103 determines if there is a hall call at the floor and direction indicated by the pointers. If there is not, a negative result of test 103 reaches a step 104 to increment the floor pointer and test 103 is repeated. Ultimately, an affirmative result of test 103 will reach a step 105 which sets a car pointer, C, to ONE, and then a test 109 determines if the remaining response time for car C to reach floor F, in direction D plus some increment,., is less than the current limit. If it is, a step 110 will increment the Y counter, and then a step 111 will increment the Z counter. On the other hand, if the remaining response time for the call in question is not within the increment of the limit, a negative result of test 109 will go directly to step 111 to increment the Z counter. The purpose for this is illustrated in a test 115, near the bottom of Fig. 5, where if the ratio of Y to Z is greater than some setable number, W, then the limit is decremented in a step 116; otherwise, step 116 will be bypassed.
After incrementing the Z counter and possibly the Y counter, a test 119 determines if all cars have had the response time to this call compared against the time limit, or not. If not, a step 120 increments the car pointer and the test 109 is repeated for the next car in turn. When all cars have been tested for response time to the particular call in question, an affirmative result of test 119 reaches a test 121 to determine if all of the calls in the present direction
(initially, UP) have had their response times compared against the limit. If not, the step 104 will increment the floor pointer and the steps and tests 103-121 are repeated for the next floor in turn. When all of the floors have been tested with respect to this direction, a test 124 determines if the direction pointer is set to DOWN; if not, a step 125 sets the direction pointer to DOWN and all of the steps and tests 100-124 are repeated again for all of the floors and all of the cars. Eventually, all of the outstanding calls are tested to see if the response times of all of the cars are more than some increment lower than the current time limit. If the ratio of those that are so is high enough, test 115 will be affirmative reaching step 116 to decrement the limit. But if not, a negative result of test 115 bypasses the step 116, and a point 126 is reached where the routine can either revert to the step 99, or cause the other parts of the program to be reached, depending on whether parallel processing is used, or not. The adjusting of the limit described hereinbefore with respect to Figs. 3 (step 73) and
5 (step 116) may be done in various other ways. One example is illustrated in a routine 129 set forth in Fig. 6. Therein, the routine is reached through an entry point 130 and a first test 131 determines if the number of calls being registered per minute is greater than some constant, P. If it is, then the limit may be adjusted upwardly in a step 132 by setting the limit equal to some constant, Kl, times the traffic rate (calls per minute). Otherwise, a negative result of test 131 can bypass the step 132. Similarly, a test 136 will determine if the traffic rate in calls per minute is less than some constant, K2. If it is, then the limit may be lowered in a step 137 by being set equal to some constant, K2 times the traffic rate. Otherwise, a negative result of test 136 will bypass the step 137. In this fashion, the limit is lower during light traffic so that the waiting for response of the cars is minimized, thereby making full utilization of the available capacity of the elevator system. On the other hand, when traffic is very heavy, the limit can be increased so that real time service allocation of the invention, in which all of the calls are delayed a little bit in order that the system retains sufficient slack so as to be able to handle perturbations and momentary excessive traffic demand, without causing an excessive number of unduly long-wait calls, bunching, and other traditional undesirable elevator system responses. Alternatively, a map of limits as a function of traffic rate may be set out in a look-up table. When testing for adjusting the limits is complete, a point 138 is reached from which the routine of Fig. 6 may revert to the test 131, if parallel processing is utilized, or may cause other programming to be reached. The invention has been described, thus far, without any reference to whether ordinary up/down hall calls, or destination-indicating hall calls are being processed in the building utilizing the present invention. In the general case, the invention will work with either system. However, it is deemed highly preferable that the invention be utilized in a destination-call system so that the remaining response times determined in subroutine 56 of Fig. 3, for use primarily in the test 62 of Fig. 3 (but also in test 109 of Fig. 5, if used), will be accurate: the dispatching system, when calculating remaining response time, will be able to take into account the destination floor, that is, the car calls that will be placed once the hall call is answered. If destination-indicating hall calls are not utilized, remaining response time calculations can include historical indications of likely destination floors for calls answered in the present time interval of a present day, using known artificial intelligence techniques, to provide a certain average accuracy of remaining response time. Then, the system can work to an effective degree by controlling the limits appropriately. If destination calls are used, the call buttons would be in a ten key device, or in a panel much like the car call button panels 20 (Fig.
1) instead of up/down call buttons 21.
One aspect of the present invention is that because each car is caused to stop at a committable floor, if there is a hall call at that floor that no other car can reach within the limit, even if the present car at that committable floor also has not reached that call within the time limit, that car will nonetheless answer the call. In other words, the calls will be answered, even though some of them may fall just outside the limit in the event that certain perturbations cause that to occur.

Claims

Claims
1. A method of real-time service allocation of cars to respond to hall calls, comprising: recording (38) the time that each hall call (21) is registered; determining (56) for each car that is available to answer hall calls in the elevator system, the predicted remaining response time for such car to reach each such call; determining (62) the predicted wait time for each car to answer a call as the summation of the predicted remaining response time for that car to reach the call and the amount of time for which that call has remained unanswered currently; characterized by: providing (62-65) a matrical table having an entry for each car with respect to each possible hall call in the system, said table having an indication of whether said predicted wait time for each car to reach each outstanding call is less than (63) a predetermined wait time limit; for each car, determining (94) whether there is any other car in the system that can reach a call in the direction and at the committable floor of that car, or not; and causing a particular car to stop (87) at its committable floor only if there is a car call in said particular car for that floor (86) or if there is no other car that can reach that call within said wait time limit, as indicated by said matrical table.
2. A method according to claim 1 wherein said wait time limit is adjusted upwardly (73, 132) in heavy traffic and downwardly (116, 137) in light traffic.
PCT/US2003/015172 2003-05-13 2003-05-13 Elevator dispatching with guaranteed time peformance using real-time service allocation WO2004106208A1 (en)

Priority Applications (6)

Application Number Priority Date Filing Date Title
PCT/US2003/015172 WO2004106208A1 (en) 2003-05-13 2003-05-13 Elevator dispatching with guaranteed time peformance using real-time service allocation
CNB038264161A CN100448767C (en) 2003-05-13 2003-05-13 Elevator dispatching with guaranteed time performance using real-time service allocation
JP2005500388A JP2006514906A (en) 2003-05-13 2003-05-13 Elevator dispatch with guaranteed time performance using real-time service allocation
US10/552,117 US7267202B2 (en) 2003-05-13 2003-05-13 Elevator dispatching with guaranteed time performance using real-time service allocation
AU2003245276A AU2003245276A1 (en) 2003-05-13 2003-05-13 Elevator dispatching with guaranteed time peformance using real-time service allocation
HK06112227.4A HK1091795A1 (en) 2003-05-13 2006-11-07 Elevator dispatching with guaranteed time performance using real-time service allocation

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/US2003/015172 WO2004106208A1 (en) 2003-05-13 2003-05-13 Elevator dispatching with guaranteed time peformance using real-time service allocation

Publications (1)

Publication Number Publication Date
WO2004106208A1 true WO2004106208A1 (en) 2004-12-09

Family

ID=33488757

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/US2003/015172 WO2004106208A1 (en) 2003-05-13 2003-05-13 Elevator dispatching with guaranteed time peformance using real-time service allocation

Country Status (5)

Country Link
JP (1) JP2006514906A (en)
CN (1) CN100448767C (en)
AU (1) AU2003245276A1 (en)
HK (1) HK1091795A1 (en)
WO (1) WO2004106208A1 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7857106B2 (en) 2006-10-12 2010-12-28 Inventio Ag Vertical position detection of a suspended elevator car
CN110589642A (en) * 2018-06-12 2019-12-20 东芝电梯株式会社 Group management control system for elevator

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102785977B (en) * 2011-05-18 2014-05-21 快速电梯有限公司 Lift operation prompting method and device
JP6925235B2 (en) * 2017-10-30 2021-08-25 株式会社日立製作所 In-building traffic estimation method and in-building traffic estimation system
CN110065910B (en) * 2019-03-15 2021-11-12 北京旷视机器人技术有限公司 Method and device for dispatching transportation equipment in warehouse and warehousing system

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4760896A (en) * 1986-10-01 1988-08-02 Kabushiki Kaisha Toshiba Apparatus for performing group control on elevators
US5672853A (en) * 1994-04-07 1997-09-30 Otis Elevator Company Elevator control neural network
US5955708A (en) * 1996-10-29 1999-09-21 Mitsubishi Denki Kabushiki Kaisha Control device for elevators

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1193924C (en) * 1999-10-21 2005-03-23 三菱电机株式会社 Elevator group controller

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4760896A (en) * 1986-10-01 1988-08-02 Kabushiki Kaisha Toshiba Apparatus for performing group control on elevators
US5672853A (en) * 1994-04-07 1997-09-30 Otis Elevator Company Elevator control neural network
US5955708A (en) * 1996-10-29 1999-09-21 Mitsubishi Denki Kabushiki Kaisha Control device for elevators

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7857106B2 (en) 2006-10-12 2010-12-28 Inventio Ag Vertical position detection of a suspended elevator car
CN110589642A (en) * 2018-06-12 2019-12-20 东芝电梯株式会社 Group management control system for elevator
CN110589642B (en) * 2018-06-12 2021-12-03 东芝电梯株式会社 Group management control system for elevator

Also Published As

Publication number Publication date
CN100448767C (en) 2009-01-07
AU2003245276A1 (en) 2005-01-21
HK1091795A1 (en) 2007-01-26
JP2006514906A (en) 2006-05-18
CN1771181A (en) 2006-05-10

Similar Documents

Publication Publication Date Title
FI98721C (en) Queue-based elevator dispatch system in which traffic prediction is used for peak period
EP0030163B1 (en) Variable elevator up peak dispatching interval
EP0348151B1 (en) Optimized "up-peak" elevator channeling system
US4708224A (en) Apparatus for the load dependent control of an elevator
US4323142A (en) Dynamically reevaluated elevator call assignments
CA1308204C (en) Weighted relative system response elevator car assignment system with variable bonuses and penalties
CA2030106C (en) Elevator control system using continuously updated data base and flow class values
FI72492C (en) Group control for lifts with device for controlling downward throttle traffic k.
JP4695329B2 (en) Elevator group management method
US4400786A (en) Elevator system with speech synthesizer for audible information
WO2002049950A1 (en) Method and apparatus for assigning new hall calls to one of a plurality of elevator cars
US7267202B2 (en) Elevator dispatching with guaranteed time performance using real-time service allocation
US4869348A (en) Group control for elevators with immediate allocation of calls of destination
WO2004106208A1 (en) Elevator dispatching with guaranteed time peformance using real-time service allocation
JPH04226288A (en) Elevator system and elevator car distribution method
US4401190A (en) Cars/floors and calls/cars elevator assignments
EP0717002A2 (en) Elevator service for dual lobby during up-peak
US5668356A (en) Elevator dispatching employing hall call assignments based on fuzzy response time logic
JPH0735228B2 (en) Elevator device
JPS61287672A (en) Elevator device and operating method thereof
US7434665B2 (en) Elevator down peak sectoring with long call response
US4082164A (en) Elevator system
US4129199A (en) Elevator system
JP4417330B2 (en) Sector division at peak of elevator down for long calls
GB2229018A (en) Control of multi-car elevator system

Legal Events

Date Code Title Description
AK Designated states

Kind code of ref document: A1

Designated state(s): AE AG AL AM AT AU AZ BA BB BG BR BY BZ CA CH CN CO CR CU CZ DE DK DM DZ EC EE ES FI GB GD GE GH GM HR HU ID IL IN IS JP KE KG KP KR KZ LC LK LR LS LT LU LV MA MD MG MK MN MW MX MZ NI NO NZ OM PH PL PT RO RU SC SD SE SG SK SL TJ TM TN TR TT TZ UA UG US UZ VC VN YU ZA ZM ZW

AL Designated countries for regional patents

Kind code of ref document: A1

Designated state(s): GH GM KE LS MW MZ SD SL SZ TZ UG ZM ZW AM AZ BY KG KZ MD RU TJ TM AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HU IE IT LU MC NL PT RO SE SI SK TR BF BJ CF CG CI CM GA GN GQ GW ML MR NE SN TD TG

121 Ep: the epo has been informed by wipo that ep was designated in this application
DFPE Request for preliminary examination filed prior to expiration of 19th month from priority date (pct application filed before 20040101)
WWE Wipo information: entry into national phase

Ref document number: 2006191748

Country of ref document: US

Ref document number: 10552117

Country of ref document: US

WWE Wipo information: entry into national phase

Ref document number: 20038264161

Country of ref document: CN

WWE Wipo information: entry into national phase

Ref document number: 2005500388

Country of ref document: JP

122 Ep: pct application non-entry in european phase
WWP Wipo information: published in national office

Ref document number: 10552117

Country of ref document: US