Modbus Remote Device Access: Difference between revisions

From Visuino
Jump to navigation Jump to search
Created page with "Image:TArduinoModbusRemoteDevice.png == Summary == Access and manage remote Modbus devices by sending requests and receiving responses for registers and coils. == Description == The **Modbus Remote Device Access** component allows communication with a remote Modbus device using its configured ID. You can add, edit, or remove **Requests** for Holding Registers, Input Registers, Coils, Digital Inputs, Read, or Write operations. This component is useful fo..."
 
(No difference)

Latest revision as of 04:40, 23 August 2025

File:TArduinoModbusRemoteDevice.png

Summary

Access and manage remote Modbus devices by sending requests and receiving responses for registers and coils.

Description

The **Modbus Remote Device Access** component allows communication with a remote Modbus device using its configured ID. You can add, edit, or remove **Requests** for Holding Registers, Input Registers, Coils, Digital Inputs, Read, or Write operations. This component is useful for monitoring and controlling industrial devices, sensors, and other Modbus-enabled systems remotely.

Diagram:

Categories

Properties

  • ID – Modbus address of the remote device (default 1).
  • Requests – Collection of requests to read/write registers, coils, and inputs (add, edit, remove).

Pins

Output Pins

  • Modbus – Outputs the Modbus request data to the Modbus network.
  • Error – Integer output reporting error codes.
  • Exception – Integer output reporting Modbus exceptions.