| <!DOCTYPE html> |
| <!-- |
| Copyright (c) 2017 fortiss GmbH |
| 2019 Andrea Zoitl |
| |
| This program and the accompanying materials are made available under the |
| terms of the Eclipse Public License 2.0 which is available at |
| http://www.eclipse.org/legal/epl-2.0. |
| |
| SPDX-License-Identifier: EPL-2.0 |
| |
| Contributors: |
| Jose Cabral |
| - initial API and implementation and/or initial documentation |
| Andrea Zoitl |
| - fixed 4diac branding, corrected links, improved readability |
| |
| --> |
| |
| <html lang="en"> |
| <head> |
| <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> |
| <title>Communication Protocols</title> |
| <link rel="stylesheet" type="text/css" href="../help.css"> |
| </head> |
| |
| <body> |
| |
| <!--********************************************************************************************--> |
| |
| <h1 id="topOfPage">Supported Communication Protocols</h1> |
| |
| <p>This page is intended to serve as index for communication protocols that are supported by 4diac FORTE.</p> |
| |
| <ul id="communicationList"> |
| <li><a href="../../html/communication/opc_ua.html">OPC UA</a></li> |
| <li><a href="../../html/communication/opc_ua_version1.html">OPC UA from 4diac 1.11.0</a></li> |
| <li><a href="../../html/communication/http.html">HTTP</a></li> |
| <li><a href="../../html/communication/ros.html">ROS</a></li> |
| <li><a href="../../html/communication/mqttPaho.html">MQTT</a></li> |
| <li><a href="../../html/communication/simulation.html#fmi">FMI</a></li> |
| <li><a href="../../html/communication/simulation.html#matlab">Communication using Matlab</a></li> |
| <li><a href="../../html/communication/tsn.html">TSN</a></li> |
| <li><a href="../../html/communication/fbdkip.html">FBDK/IP</a>: Protocol defined in the <a href="http://holobloc.com/doc/ita/index.htm" target="_blank">IEC 61499 Compliance Profile for Feasibility Demonstrations</a> and default protocol in FORTE.</li> |
| <li><a href="../../html/communication/modbus.html">Modbus</a></li> |
| <li><a href="../../html/communication/opc.html">OPC DA</a> </li> |
| <li><a href="../../html/communication/openPOWERLINK.html">openPOWERLINK</a></li> |
| <li><a href="../../html/communication/arrowhead.html">Arrowhead</a></li> |
| </ul> |
| |
| <p>Go to <a href="../../html/startHere/startHere.html">Where to Start</a></p> |
| |
| </body> |
| </html> |