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,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.