Modbus Remote Device Access

From Visuino
Jump to navigation Jump to search

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.