Modbus Device: Difference between revisions

From Visuino
Jump to navigation Jump to search
Created page with "Image:TArduinoModbusDevice.png == 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..."
 
(No difference)

Latest revision as of 04:44, 23 August 2025

File:TArduinoModbusDevice.png

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

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).