> For the complete documentation index, see [llms.txt](https://captic-2.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://captic-2.gitbook.io/docs/overview/hands-on/integrating-your-robot.md).

# Integrations

Connect your Captic system to your PLC, robot or software.

There are two ways to integrate a Captic system:

* [**Integration Flow**](/docs/overview/hands-on/integrating-your-robot/integration-flow.md) connects the system to your line: robots, PLCs, sensors and other systems. You build the integration in your browser at `http://[serial-number].local:1880` by wiring nodes together; no application code is needed.
* [**REST**](/docs/overview/hands-on/integrating-your-robot/rest.md) lets your own software call the vision system directly over the Product API.

## What the Integration Flow connects to

| What you connect to                                                                           | Options                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| --------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **The vision system**                                                                         | Run pipelines, save images and react to runs with the vision nodes. See [Integration Flow](/docs/overview/hands-on/integrating-your-robot/integration-flow.md).                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| [**Robots**](/docs/overview/hands-on/integrating-your-robot/integration-flow/robots.md)       | Direct support for [Doosan](/docs/overview/hands-on/integrating-your-robot/integration-flow/robots/doosan.md), [Fanuc](/docs/overview/hands-on/integrating-your-robot/integration-flow/robots/fanuc.md) and [Neura](/docs/overview/hands-on/integrating-your-robot/integration-flow/robots/neura.md); [Yaskawa](/docs/overview/hands-on/integrating-your-robot/integration-flow/robots/yaskawa-coming-soon.md) coming soon; all other brands through a PLC or OPC UA, with their own coordinate convention                                                                                                                                                                   |
| [**PLCs**](/docs/overview/hands-on/integrating-your-robot/integration-flow/plcs.md)           | [Siemens S7](/docs/overview/hands-on/integrating-your-robot/integration-flow/plcs/siemens-plc.md), [Allen-Bradley](/docs/overview/hands-on/integrating-your-robot/integration-flow/plcs/allen-bradley.md), [Beckhoff](/docs/overview/hands-on/integrating-your-robot/integration-flow/plcs/beckhoff-plc.md) and [Mitsubishi](/docs/overview/hands-on/integrating-your-robot/integration-flow/plcs/mitsubishi-plc.md)                                                                                                                                                                                                                                                         |
| [**Protocols**](/docs/overview/hands-on/integrating-your-robot/integration-flow/protocols.md) | [OPC UA](/docs/overview/hands-on/integrating-your-robot/integration-flow/protocols/opc-ua.md), [Modbus](/docs/overview/hands-on/integrating-your-robot/integration-flow/protocols/modbus.md), [TCP](/docs/overview/hands-on/integrating-your-robot/integration-flow/protocols/tcp.md), [UDP](/docs/overview/hands-on/integrating-your-robot/integration-flow/protocols/udp.md), [HTTP](/docs/overview/hands-on/integrating-your-robot/integration-flow/protocols/http.md), [MQTT](/docs/overview/hands-on/integrating-your-robot/integration-flow/protocols/mqtt.md) and [WebSocket](/docs/overview/hands-on/integrating-your-robot/integration-flow/protocols/websocket.md) |
| **Sensors and signals**                                                                       | Read digital inputs and set digital outputs on the device. See [Digital I/O](/docs/overview/hands-on/integrating-your-robot/integration-flow/digital-i-o.md).                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |

Robotic products such as the **Bag Depalletizer** can connect to a robot directly or through a PLC. Inspection products such as **Seam Inspection** send their results to a PLC.

{% hint style="info" %}
Using equipment that isn't listed? Let us know at <support@captic.com>.
{% endhint %}
