lint(standard): corrections completes mode standard

- Em dashes: 1712 remplaces par tirets simples (86 fichiers + _index.md,
  en-tete section Limagrain conserve)
- Checklists: 24 '- [ ]' -> '- ☐' (3 pages operations, plus de todos Obsidian)
- Ancres: 33 reparees (slugs GitHub + ancres HTML <a id> reconnues),
  1 reciblee (manuel de reten)
- related: tenseflow -> tense-flow, pie -> mechanical-elements,
  group.md retire (doublon shipping)
- Registre: compteur global 122 -> 131 pages
- Rapport racine _lint_report.md mis a jour (scan v2 + re-scan final: 0 anomalie)
- Aucun fichier limagrain/ modifie (cloisonnement)
This commit is contained in:
2026-07-20 13:01:21 +02:00
parent 7496aafe64
commit 9ce6ae37be
88 changed files with 1769 additions and 1871 deletions
+13 -13
View File
@@ -2,7 +2,7 @@
title: "System Architecture Overview"
type: architecture
sources:
- areas/architecture/index.md (404 compiled from cross-source knowledge)
- areas/architecture/index.md (404 - compiled from cross-source knowledge)
- areas/saas/index.md (404)
- areas/hardware/index.md (404)
- areas/license/index.md (404)
@@ -111,7 +111,7 @@ Mixed warehouses (some automatic aisles, some manual) are supported. The warehou
Automatic warehouses depend on a **Transport Management System (TMS)** that physically drives conveyors, stacker cranes, miniloads, shuttles and lifts. In Mecalux installations the TMS is **GALILEO** (production) or **EasyS** (3D simulation for development / demos). Both dialog with EasyWMS through the **EasyWMS Gateway** Windows service over TCP port 3000.
Principle: **EasyWMS holds all business intelligence** (stock, strategies, orders); **GALILEO has no predictive vision** it only requests orders and executes them. Three GALILEO-initiated message types drive the flow (Event / Search / End) plus two status update streams (station / route).
Principle: **EasyWMS holds all business intelligence** (stock, strategies, orders); **GALILEO has no predictive vision** - it only requests orders and executes them. Three GALILEO-initiated message types drive the flow (Event / Search / End) plus two status update streams (station / route).
Full protocol, workflows (`Galileo_PIEEventHandler_PR`, `Galileo_SearchCreatedEventHandler_PR`, `Galileo_EndCreatedEventHandler_PR`) and command catalogue: [GALILEO Integration](galileo-integration.md). Bring-up and simulation: [Galileo Simulation](../operations/galileo-simulation.md). Troubleshooting: [Galileo Troubleshooting](../operations/galileo-troubleshooting.md).
@@ -145,7 +145,7 @@ Both servers run Windows Server. For small warehouses the DB and App roles can b
- **Client (SmartUI)**: Modern web browser (Chrome/Edge); tablet or desktop PC
- **RF Terminals (RFT)**: Dedicated warehouse scanners running Windows CE or Android; connect via WIFI
- **Label Printers**: Zebra-type thermal printers; connected via network or USB
- **Automatic Warehouse**: Requires PLC/control system interface (proprietary per vendor AGV, Pallet Shuttle, APS3D each use their own protocol)
- **Automatic Warehouse**: Requires PLC/control system interface (proprietary per vendor - AGV, Pallet Shuttle, APS3D each use their own protocol)
- **Scales**: PIE stations can have integrated scales for container weight validation
- **Mobile Devices**: Android 10+ required for Amazon SaaS Marketplace integration
@@ -156,8 +156,8 @@ EasyWMS SaaS runs on Azure and is available in three subscription tiers:
| Tier | vCPUs | RAM | Max concurrent users | Max orders/day |
|------|-------|-----|---------------------|----------------|
| **Basic** | 2 | 7 GB | 10 | 200 |
| **Standard** | (contact Mecalux) | | | |
| **Advanced** | (contact Mecalux) | | | |
| **Standard** | (contact Mecalux) | - | - | - |
| **Advanced** | (contact Mecalux) | - | - | - |
All SaaS tiers: Mecalux manages infrastructure, updates, backup. ERP integration and printers require VPN tunnel or local agents. Some integrations (Amazon Marketplace) require Android 10+ devices.
@@ -189,11 +189,11 @@ Key system parameters are documented at `areas/parameters.md`. Each functional m
## Related
- [Application Dictionary](application-dictionary.md) AD structure: Commands, Queries, Entities, Workflows
- [Security](security.md) User roles, authentication, audit
- [Entities Map](entities-map.md) Data model and entity relationships
- [ERP Interface](../concepts/erp-interface.md) All ERP messages and integration protocols
- [Parameters](../concepts/parameters.md) System configuration parameters
- [AGV](../modules/agv.md) Automatic warehouse AGV protocol
- [Pallet Shuttle](../modules/pallet-shuttle.md) PS system architecture
- [APS3D](../modules/aps3d.md) Fleet Manager controller
- [Application Dictionary](application-dictionary.md) - AD structure: Commands, Queries, Entities, Workflows
- [Security](security.md) - User roles, authentication, audit
- [Entities Map](entities-map.md) - Data model and entity relationships
- [ERP Interface](../concepts/erp-interface.md) - All ERP messages and integration protocols
- [Parameters](../concepts/parameters.md) - System configuration parameters
- [AGV](../modules/agv.md) - Automatic warehouse AGV protocol
- [Pallet Shuttle](../modules/pallet-shuttle.md) - PS system architecture
- [APS3D](../modules/aps3d.md) - Fleet Manager controller