feat: initialize HostBooking and ConveyorDispo code structure and document project processes and database schema
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
# Interfaces - external
|
||||
|
||||
* **To ERP**
|
||||
* **DB communication** via Host.FromErp / Host.ToErp tables
|
||||
* **WebAPI** via HostComWebServiceServer / HostComWebServiceClient
|
||||
* **SAP IDoc;** sending and receiving SAP Idoc's
|
||||
* **SAP RFC calls;** calling RFC's in the SAP; providing RFC server for call's from SAP
|
||||
@@ -0,0 +1,10 @@
|
||||
# Interfaces - internal
|
||||
|
||||
* **To the conveyor and storage device PLC's**
|
||||
* **TCP/IP telegrams – WCS saves/reads telegrams in DB, Communication process does the actual sending/receiving.**
|
||||
* Two ports for each device; one for sending telegrams; one for receiving telegrams
|
||||
* Configuration of the telegrams via TelegramConfigurator; creates the source code
|
||||
* **To WMS**
|
||||
* **WebAPI;** configurable via HostConfigurator; creates the source code
|
||||
* RestApiServer for receiving messages from WMS
|
||||
* RestApiClient for sending messages to WMS
|
||||
Reference in New Issue
Block a user