Files
IHK-Projekt/00_Organisation/Informationen zur Software (WCS WMS)/Informationen zu den Schnittstellen/Interne Schnittstellen Infotext.md

10 lines
573 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 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