51 lines
1.7 KiB
Plaintext
51 lines
1.7 KiB
Plaintext
---
|
|
title: "Picking — Vue d'ensemble"
|
|
tags: [picking, combinatoire, stations, index]
|
|
status: draft
|
|
last_updated: 2026-05-12
|
|
---
|
|
|
|
# Picking — Vue d'ensemble
|
|
|
|
> **Périmètre** : picking combinatoire (CR V3.0, 4-job, CstAtt), stations de
|
|
> picking, job d'assignation PK, waves et groupes, replenishment.
|
|
|
|
> **Standard EasyWMS** : voir [Picking](../../concepts/picking.md)
|
|
|
|
## Pages de cette section
|
|
|
|
- [Picking combinatoire](picking-combinatoire.md)
|
|
- [Stations de picking](stations-picking.md)
|
|
- [Job d'assignation PK (Mega Job)](job-assignation-pk.md)
|
|
- [Waves et groupes](waves-groupes.md)
|
|
- [Replenishment](replenishment.md)
|
|
- [Séquençage TK → PS](sequencage-tk-ps.md)
|
|
- [Placement PS → PK (choix de table)](placement-ps-pk.md)
|
|
- [Consolidation / Regroupement](consolidation-regroupement.md)
|
|
- [Échantillonnage](echantillonnage.md)
|
|
|
|
## Vue synthétique du picking Limagrain
|
|
|
|
```mermaid
|
|
flowchart TD
|
|
OS[OS libéré + stock assigné] --> SEQ[Séquençage TK → PS]
|
|
SEQ --> TRI["Tri : négatif > maïs > volume > poids"]
|
|
TRI --> PS[Palette arrive au PS]
|
|
PS --> PLACE[Placement PS → PK]
|
|
PLACE --> TABLE{Table ou buffer ?}
|
|
TABLE -->|Table libre| PICK[Prélèvement au PK]
|
|
TABLE -->|Buffer ES| WAIT[Attente buffer]
|
|
WAIT --> PICK
|
|
PICK --> NEG{"Picking négatif ?\n(% > 55% ET ≥ 7 kg)"}
|
|
NEG -->|Oui| PNEG[Picking négatif]
|
|
NEG -->|Non| PPOS[Picking direct]
|
|
PNEG --> FILM[Choix filmage]
|
|
PPOS --> FILM
|
|
FILM --> PIE[Passage PIE]
|
|
PIE --> DEFRAG[Zone défrag client]
|
|
```
|
|
|
|
> **Note** : le picking AF V1.5 a depuis évolué vers le modèle
|
|
> « picking combinatoire » CR V3.0 (4 jobs, CstAtt). Les pages de cette
|
|
> section couvrent les deux versions.
|