HelpWizard Pages Start Protocols/en: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Cg (Diskussion | Beiträge) |
Cg (Diskussion | Beiträge) |
||
(2 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
Zeile 2: | Zeile 2: | ||
[[Datei:arrowleft.png|link=HelpWizard_Pages_Start/en|back]] |
[[Datei:arrowleft.png|link=HelpWizard_Pages_Start/en|back]] |
||
[[ |
[[HelpWizard Pages Start/en|(Back to the Start)]] |
||
<br> |
<br> |
||
Zeile 19: | Zeile 19: | ||
* [[HelpWizard Pages Protocols SPS SiemensS7/en| Siemens S7]] (access Siemens S7 PLC) |
* [[HelpWizard Pages Protocols SPS SiemensS7/en| Siemens S7]] (access Siemens S7 PLC) |
||
* [[HelpWizard Pages Protocols OPC-UA/en| OPC-UA]] (access PLC/HMI via OPC-UA) |
* [[HelpWizard Pages Protocols OPC-UA/en| OPC-UA]] (access PLC/HMI via OPC-UA) |
||
* [[HelpWizard Pages Protocols MQTT/en| MQTT]] ( |
* [[HelpWizard Pages Protocols MQTT/en| MQTT]] (Messaging in IOT/automotive) |
||
* [[HelpWizard Pages Protocols SomeIP/en| SomeIP]] ( |
* [[HelpWizard Pages Protocols SomeIP/en| SomeIP]] (Messaging in automotive) |
||
* [[HelpWizard Pages Protocols CAN/en| CAN]] (CANbus in automotive) |
* [[HelpWizard Pages Protocols CAN/en| CAN]] (CANbus in automotive) |
||
* [[HelpWizard Pages Protocols ZeroMQ/en| ZeroMQ]] (ZMQ Messaging) |
|||
Sample implementations using external frameworks: |
Sample implementations using external frameworks: |
Aktuelle Version vom 21. Juni 2023, 22:43 Uhr
Protocols
Expecco supports the most common communication protocols already in the base system; additional special protocols are provided by plugins or can be easily implemented by interfacing to external frameworks (written eg. in Python).
Contained in the base system (you find action blocks in the standard library under "Networking & Interfacing"):
- HTTP/HTTPS (web pages)
- FTP (file transfer)
- IMAP (mailbox access)
- SMTP (send mail)
- SSL (secure socket layer / encrypted connections)
- TCP/IP (low level TCP/IP)
Provided by plugins:
- Siemens S7 (access Siemens S7 PLC)
- OPC-UA (access PLC/HMI via OPC-UA)
- MQTT (Messaging in IOT/automotive)
- SomeIP (Messaging in automotive)
- CAN (CANbus in automotive)
- ZeroMQ (ZMQ Messaging)
Sample implementations using external frameworks: