feat: initialize HostBooking and ConveyorDispo code structure and document project processes and database schema

This commit is contained in:
2026-05-06 11:51:58 +02:00
parent 5d856971cd
commit 95a5ea9b8b
35 changed files with 1878 additions and 2 deletions

View File

@@ -0,0 +1,20 @@
# Outgoing Goods (Example for OLS roaming captive) - Gebhardt
| WMS | WCS | Device |
| :--- | :--- | :--- |
| Processing outgoing goods order results into TransportOrder to KAP02 | | |
| | `-->` | |
| | Tord/HU:10000005/Src:04-1-002-0-07-2/Dest:04-LD01-1<br>Tord/HU:10000005/Src:04-LD01-1/Dest:04-OP07-2 ... | |
| | | `-->` to S0404 (Ols) |
| | | `<--` **Pick**/HU:10000005/Src:04-1-002-0-07-2/Dest:04-LD01-1<br>**Drop** |
| | | `-->` to O0401 (Output Le Lifter) |
| | | `<--` **Pick**/HU:10000005/Src:04-LD01-1/Dest:04-OP07-2<br>**Drop** |
| | `TordDelete` (HU:10000005/Dest:04-OP07-2) | |
| | `Tord` (HU:10000005/Dest:KAP02) | |
| | | `-->` to BFT01 (Conveyor) |
| | | `<--` **PosPass**/HU:10000005/Pos:SC109 |
| | | `<--` **PosPass**/HU:10000005/Pos:SC110 |
| | | `<--` **PosPass**/HU:10000005/Pos:SC103 |
| | | `<--` **ZoneEntry**/HU:10000005/Zone:KAP02 |
| | | `<--` **Arrival**/HU:10000005/Pos:KAP02 |
| ArrivalNotification KAP02 | `<--` | |

View File

@@ -0,0 +1,27 @@
# Telegrams to Storage Devices, Conveyor
**Telegrams are ASCII and meant to be readable**
## Telegram Frame:
### To Crane:
`/Seq:001/Send:StoreWare/Rec:CRA-01-02-AKL1/Time:2025-05-06T10:30:00/<Telegram Body>/End/`
### Ack:
`/Seq:001/Send:CRA-01-02-AKL1/Rec:StoreWare/Time:2025-05-06T10:30:01/>/End/`
## Telegram Body:
### Simple:
`/Function:Pick/HU:10000005/Src:04-1-002-0-07-2/Dest:04-LD01-1/ToID:20000005/`
### More Complex:
`/Function:Store/HU:10000005/Src:04-LD01-1/Dest:04-1-002-0-07-2/ToID:20000005/Type:Box/Len:600/Wid:400/Hgt:300/Wgt:5000/WgtUnit:g/LHD:1/Eco:0/IsTO:1/OfTO:0/`
---
## Communication Logic (WCS <-> PLC)
* **GEBHARDT STOREWARE®** <---> **PLC / Unterlagerte Steuerung**
* Beide Seiten senden **Datentelegramm**
* Beide Seiten müssen mit **Empfangsquittung (Ack)** antworten.