Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Connor Kirschbaum, Stephanie Greene, Joanna Kao

Problem Statement

The goal of this project is to create a more efficient elevator system for 20+ story buildings. The user would like to quickly arrive at their target floor. Obstacles include: the elevator arrival times, people who press buttons of floors they do not intend to go to, elevator capacity, and the number of people who get to ride the elevator first by virtue of the length of their wait or their pushiness, etc.

User Observation and Analysis

We interviewed the following people:
1.       Course 12 junior who has many classes on the upper floor of the Green Building
2.       Course 8 sophomore who is afraid of elevators
3.       Middle aged male who works in a building with 50+ stories.

We also observed people in the following locations:
1.       Student Center – two un-synced elevators across from each other serving 5 stories
2.       The Green Building – three synced elevators side by side serving 20 stories
3.       Building 36 – three synced elevators side by side serving 8 stories
4.       McCormick East Tower – one elevator serving 9 stories.

The following are our findings:

1.   People get annoyed or scared at the loss of time when they have to stop on many floors before they arrive at their destination.

a.   In the Green Building, many course 12 students need to ride the elevator to very high floors. Because the vertical distance between the ground and the first floor (containing 54-100) is so large many students take the elevator to the first floor, not to mention the all the other students and faculty that need to access other floors. The high traffic can make students late to class.

...

b.  One person we spoke to works in a very tall building. He often needs to visit other floors and sometimes he needs to continue an important call at the same time. Unfortunately, he cannot do both.

User Analysis

People who need to take elevators in tall (20+ floor) buildings with multi-elevator systems. This will include both people who commute within the building every day and visitors who are completely unfamiliar with the system who may not know where they are going. People using the elevator may be in a hurry to get to work or leave work to go home. There may also be a few people who have trouble walking or are in wheelchairs who will need to utilize this system. Trouble-makers may try to slow down the elevator system for fun, or to increase the efficiency of their elevator ride at the expense of other riders.

Task Analysis

1. There will be situations where an elevator is going in the direction that the user wants to go, and maybe even passing their floor, but they should not be getting in the elevator. This will be a learning problem, in that we need to train people to only enter elevators that will be stopping on their floor. It could also be a security problem: how do we prevent someone from getting on an elevator that is headed to the top floor, and just stopping it when they get to their floor (inconveniencing their fellow passengers in the process)?
2. How do we prevent someone who wants to get to the 40th floor from exploiting the system by pressing the buttons for 40, 41, 42, 43, and 44, which would give their floor a high priority and decrease their wait time?
3. One metric that will improve our elevator algorithm is the number of people who wish to go to a particular floor. This presents an interesting interface challenge since we want to make the interface scalable (so it doesn’t look cluttered when used with hundreds of floors) and also make it safe for elevator users — we want to minimize the amount of error that results from confused people
4. One of the big differences between the traditional elevator system and our new system is that users may potentially need to walk further to get to their proper elevator. Therefore, we need to find a way to minimize the number of people rushing through each other to get to their desired elevator and/or maximize the amount of time they have to get to the elevator they need to get in. The safety aspect will be interesting — both from a physical standpoint as well as a design standpoint — since we want to make sure people can start walking to their elevators before it arrives so that they have enough time to make it there and/or walk to another elevator if they get confused (recover from errors). We want this system to be very learnable since many of the people using the system will be first-time users. This should also be efficient so that the entire process is quicker.