Modbus Device
Jump to navigation
Jump to search
Summary
Represents a Modbus device that can respond to requests from a Modbus Client (Master).
Description
The **Modbus Device** component simulates or manages a Modbus Slave device with a specified ID. It provides support for **Coils**, **Digital Inputs**, **Holding Registers**, and **Input Registers**, which can be defined in the **Tables** property. This component is used when building Modbus-enabled systems or when you need your microcontroller to act as a Modbus Slave.
Diagram:
Categories
- File:TArduinoCommunicationCategory.png Category Communication – Modbus and industrial protocol components.
Properties
- ID – The Modbus address of the device (default 1).
- Tables – Collection of Modbus tables (Coils, Digital Inputs, Holding Registers, Input Registers).
Pins
Input Pins
- Modbus – Accepts Modbus requests from a Modbus Client (Master).