# Modbus Server

Typically, YuDash IoT devices act as Modbus master (client) reading data from the instruments or PLCs. The data is sent to some cloud server through MQTT or REST API. &#x20;

There are many applications in which aggregated data is required on SCADA systems. For these applications, YuDash IoT devices act as per Modbus Server (Slave) on a given RS485 port or Ethernet (Modbus TCP/IP).

Effectively any inputs read by YuDash (4-20mA analog inputs, RS485 or even MQTT subscribe) can be provided on Modbus server on configured port.  The YuDash IoT devices can be configured as dedicated Modbus server or they can be configured in parallel to regular cloud data push.

Modbus Server feature is explained in following tutorials:

## [YuDash ZENYX for Analog to Modbus RS/485 Server (Slave)](/dc/df/ms/anambus.md)

<figure><img src="/files/5OPnbIV9kmHV1A7K4uIZ" alt=""><figcaption></figcaption></figure>

&#x20;

YuDash LYNX as Analog to Modbus TCP/IP Server

&#x20;

YuDash IoT devices support acting as Modbus Server (RS485 or Modbus TCP/IP)


---

# Agent Instructions: 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:

```
GET https://docs.yudash.com/dc/df/ms.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
