HelpWizard Pages Start Protocols/en: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Cg (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „<strong>Protocols</strong> link=HelpWizard_Pages_Start/en|back link=HelpWizard Pages Protocols2/en|next <br>…“) |
Cg (Diskussion | Beiträge) |
||
(5 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 10: | Zeile 9: | ||
Contained in the base system (you find action blocks in the standard library under "''Networking & Interfacing''"): |
Contained in the base system (you find action blocks in the standard library under "''Networking & Interfacing''"): |
||
* [[HelpWizard Pages Protocols HTTP_HTTPS/en | HTTP/HTTPS]] |
* [[HelpWizard Pages Protocols HTTP_HTTPS/en | HTTP/HTTPS]] (web pages) |
||
* [[HelpWizard Pages Protocols FTP/en| FTP]] |
* [[HelpWizard Pages Protocols FTP/en| FTP]] (file transfer) |
||
* [[HelpWizard Pages Protocols IMAP/en| IMAP]] |
* [[HelpWizard Pages Protocols IMAP/en| IMAP]] (mailbox access) |
||
* [[HelpWizard Pages Protocols SMTP/en| SMTP]] |
* [[HelpWizard Pages Protocols SMTP/en| SMTP]] (send mail) |
||
* [[HelpWizard Pages Protocols SSL/en| SSL]] |
* [[HelpWizard Pages Protocols SSL/en| SSL]] (secure socket layer / encrypted connections) |
||
* [[HelpWizard Pages Protocols |
* [[HelpWizard Pages Protocols TCP_IP/en| TCP/IP]] (low level TCP/IP) |
||
Provided by plugins: |
Provided by plugins: |
||
* [[HelpWizard Pages Protocols SPS SiemensS7/en| Siemens S7]] |
* [[HelpWizard Pages Protocols SPS SiemensS7/en| Siemens S7]] (access Siemens S7 PLC) |
||
* [[HelpWizard Pages Protocols OPC-UA/en| 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]] |
* [[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: