分类: Mysql/postgreSQL
2009-09-13 17:30:12
Requirements
Scenario
Please refer to diagram 1 for an example of a simple warehouse floor plan.
The warehouse consists of 6 racks of product bins A1-F10. Each product bin holds a unique type of product – a product is only accessible by standing directly in front of the product bin.
e.g A 'picker' standing at position 'X' can pick from product bins B6 and C6, whereas a picker standing in position 'Y' cannot pick from anywhere.
The order picking procedure is as follows:
A 'pick sheet' will print at the packing station P1, P2 or P3 & be collected by a picker. The pick sheet lists all products required for an order, the bin location for each product & the route the picker should follow.
When all items have been picked, the picker returns to the packing station where they collected the original pick sheet & deposits all items.
Note: Pickers can walk directly through the packing stations, but they cannot walk directly through any racking or product bins!
|
|
Y |
|
|
|
|
|
|
| |
|
A10 |
B10 |
|
C10 |
D10 |
|
E10 |
F10 |
| |
|
A9 |
B9 |
|
C9 |
D9 |
|
E9 |
F9 |
| |
|
A8 |
B8 |
|
C8 |
D8 |
|
E8 |
F8 |
| |
|
A7 |
B7 |
|
C7 |
D7 |
|
E7 |
F7 |
| |
|
A6 |
B6 |
X |
C6 |
D6 |
|
E6 |
F6 |
| |
|
A5 |
B5 |
|
C5 |
D5 |
|
E5 |
F5 |
| |
|
A4 |
B4 |
|
C4 |
D4 |
|
E4 |
F4 |
| |
|
A3 |
B3 |
|
C3 |
D3 |
|
E3 |
F3 |
| |
|
A2 |
B2 |
|
C2 |
D2 |
|
E2 |
F2 |
| |
|
A1 |
B1 |
|
C1 |
D1 |
|
E1 |
F1 |
| |
|
P1 |
|
|
P2 |
|
|
P3 |
|
|
Diagram 1: Simple warehouse floor plan
Key: m is the distance in metres.
P1, P2, P3 Picking Station coded purple
A1-F10 Product bins coded yellow