Modbus Write
Description
The Modbus Write tool is a tool that enables the writing of data to a Modbus server. It is used to control or write date to Modbus devices.
Parent Tools
Settings
Setup Tool
Reference to the Modbus Config tool.
info
The Modbus Config tool must be configured before using this tool.
Function code
Function code to write to the server.
The available function codes are:
Function Code | Hex | Description |
---|---|---|
5 | 0x05 | Write Single Coil |
6 | 0x06 | Write Single Register |
15 | 0x0F | Write Multiple Coils |
16 | 0x10 | Write Multiple Registers |
Starting Address
The starting address to write to the server.
Values
The values to write to the server.
UI Example
Note: In these examples, all the starting addresses are 1
(0x0001
).
Number of Write Attempts
Number of write attempts to the server before giving up. Default to 2
.