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) |
||
Zeile 10: | Zeile 10: | ||
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 TCP/IP/en| TCP/IP]] |
* [[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]] (MQTT in IOT/automotive) |
||
* [[HelpWizard Pages Protocols SomeIP/en| SomeIP]] |
* [[HelpWizard Pages Protocols SomeIP/en| SomeIP]] (SomeIP in automotive) |
||
* [[HelpWizard Pages Protocols CAN/en| CAN]] |
* [[HelpWizard Pages Protocols CAN/en| CAN]] (CANbus in automotive) |
||
Sample implementations using external frameworks: |
Sample implementations using external frameworks: |
Version vom 19. November 2020, 12:03 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 (MQTT in IOT/automotive)
- SomeIP (SomeIP in automotive)
- CAN (CANbus in automotive)
Sample implementations using external frameworks: