Modbus Client(Master) Raw Protocol

From Visuino
Jump to navigation Jump to search

File:TArduinoModbusClient.png

Summary

Implements a Modbus Master (Client) to send and receive raw Modbus protocol data.

Description

The **Modbus Client (Master) Raw Protocol** component allows communication with Modbus slave devices using the raw Modbus protocol. It can send requests and receive responses for reading or writing registers, coils, and other Modbus data structures. This component is useful for industrial automation, sensor networks, and systems requiring Modbus-based communication.

Diagram:

Categories

Pins

Input Pins

  • In – Triggers or input data to initiate Modbus communication.
  • Modbus – Raw Modbus protocol input for sending requests.

Output Pins

  • Out – Outputs the Modbus response or result data.