> For the complete documentation index, see [llms.txt](https://docs.cybus.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cybus.io/guides/machine-connectivity.md).

# Machine Connectivity

The Machine Connectivity guides describe how to establish connections between Connectware and various industrial machines and communication protocols. Each guide provides step-by-step instructions for configuring and integrating devices to ensure reliable data exchange within your production environment. Most guides map the machine data into an ISA-95 style MQTT topic hierarchy, ready for use in your Unified Namespace.

The guides are grouped by the type of machine or device you want to connect:

| Section                                                                                                   | What you will find                                                                                                                         |
| --------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------ |
| [PLCs & Industrial Controllers](/guides/machine-connectivity/plcs-industrial-controllers.md)              | Siemens SIMATIC S7 and S7-1500, Allen-Bradley ControlLogix, Schneider Modicon M580, WAGO PFC200, Phoenix Contact PLCnext, Beckhoff TwinCAT |
| [CNC & Machine Tools](/guides/machine-connectivity/cnc-machine-tools.md)                                  | SINUMERIK, FANUC via FOCAS, Heidenhain DNC, MTConnect via SHDR                                                                             |
| [Robots, Sensors & Shop Floor Devices](/guides/machine-connectivity/robots-sensors-shop-floor-devices.md) | Universal Robots, SICK RFID, ifm IO-Link, Siemens SENTRON, Janitza UMG, WERMA signal towers                                                |
| [Gateways & Generic Protocols](/guides/machine-connectivity/gateways-generic-protocols.md)                | Kepware KEPServerEX, MQTT clients, Modbus/TCP servers                                                                                      |

If you want to connect an IT system, cloud platform, or data service instead, see the [System Connectivity](/guides/system-connectivity.md) guides.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.cybus.io/guides/machine-connectivity.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
