There are seven tasks in an assembly line, from which a product with a relative stable demand is produced. The time needed for each task (in minutes) and the relationships among tasks are in the graph below (note that activity C is linked to activity D). The assembly line operates 8 hours a day. The daily customer demand for the product is 100 units. Please design/balance this assembly line, so that supply and demand would be matched the most efficiently way possible.
Desired cycle time = available time/desired output = (8*60)/100 = 4.8 minutes
using the assumed minimum number of workstations needed = sum of task times/assumed cycle time = (5+3+2+1+1+2+4)/5 = 3.6 = 4(Rounded to integer)
Activity | Positional weight |
A | 16 |
B | 11 |
C | 10 |
D | 8 |
E | 7 |
F | 6 |
G | 4 |
Balanced assembly line
Workstation | Eligible task | Assigned task | Task time | Idle time remaining |
I | A,C | A | 5 | 0 |
II | B,C | B | 3 | 2 |
C | C | 2 | 0 | |
III | D | D | 1 | 4 |
E | E | 1 | 3 | |
F | F | 2 | 1 | |
IV | G | G | 4 | 1 |
Task G would be assigned to the last workstation
Get Answers For Free
Most questions answered within 1 hours.