on β2022 Jun 27 7:53 AM
Dears,
I would like to ask you for help in finding a solution for sorting warehouse tasks (pick sequence) in the expected way. My goal is to optimize efficency in the warehouse in situation, when there is more than one product in one and the same storage bin.
Example data:
Warehouse stock (2 different products located in the same storage bin):
Product: P1 located in storage bin: 111-22-33-44
Product: P2 located in storage bin: 111-22-33-44
5 ODOs:
ODO1 with produkt: P1
ODO2 with produkt: P1
ODO3 with produkt: P1
ODO4 with produkt: P2
ODO5 with produkt: P1
Current situation:
Manual release of 5 ODOs (for picking) and the result as below:
1 WO (WO1) with 5 WTs:
WT1 with produkt: P1
WT2 with produkt: P1
WT3 with produkt: P1
WT4 with produkt: P2
WT5 with produkt: P1
Current WT sorting (sequence for picking):
1: ODO1 > WO1 -> WT1 -> storage bin: 111-22-33-44 -> produkt: P1
2: ODO2 > WO1 -> WT2 -> storage bin: 111-22-33-44 -> produkt: P1
3: ODO3 > WO1 -> WT3 -> storage bin: 111-22-33-44 -> produkt: P1
4: ODO4 > WO1 -> WT4 -> storage bin: 111-22-33-44 -> produkt: P2
5: ODO5 > WO1 -> WT5 -> storage bin: 111-22-33-44 -> produkt: P1
Expected situation:
Manual release of 5 ODOs (for picking) and the result as below:
Expected WT sorting (sequence for picking):
1: ODO1 > WO1 -> WT1 -> storage bin: 111-22-33-44 -> produkt: P1
2: ODO2 > WO1 -> WT2 -> storage bin: 111-22-33-44 -> produkt: P1
3: ODO3 > WO1 -> WT3 -> storage bin: 111-22-33-44 -> produkt: P1
4: ODO5 > WO1 -> WT5 -> storage bin: 111-22-33-44 -> produkt: P1
5: ODO4 > WO1 -> WT4 -> storage bin: 111-22-33-44 -> produkt: P2
Request clarification before answering.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
10 | |
6 | |
2 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.