0% found this document useful (0 votes)
22 views

Modbus Protocol Overview With Examples2

The document discusses the Modbus data address format which defines the location of data in Modbus PLC devices using a data table number and register number. It details the four data tables and address formats, and explains coil/register numbering and how addresses are used in tags and commands for Modbus devices.

Uploaded by

Srikanth Nakka
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
22 views

Modbus Protocol Overview With Examples2

The document discusses the Modbus data address format which defines the location of data in Modbus PLC devices using a data table number and register number. It details the four data tables and address formats, and explains coil/register numbering and how addresses are used in tags and commands for Modbus devices.

Uploaded by

Srikanth Nakka
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

12/8/21, 11:27 AM Modbus Data Address Format and Specification

Modbus Data Address Format


Modbus » Data Address Format Help Contents

Introduction
Data in Modbus PLC Devices is stored different four different data tables depending on the intended use of the data.
The four
data tables are:

Output Coils
Discrete Inputs
Holding Registers
Input Registers

The Modbus PLC Data Address Format is a string that defines the location of data in a Modbus PLC.
The address format
follows the Modicon PLC convention of a data table number, followed by a 1-based number.
The 1-based number defines
the coil or register number:

Data Table Format Notes


Output Coils 0nnnn Read-write
Discrete Inputs 1nnnn Read-only
Input Registers 3nnnn Read-only
Holding Registers 4nnnn Read-write

Coil Number Register Number and Data Offset

The Modbus Protocol supports a number of commands to read and write data.
These commands use a 16-bit 0-based
number to define the location in the data table.
The 16-bit number gives an address range of 0-65535.

The Modicon numbering convention uses 1 to indicate the first coil or register, 2 to indicate the second, and so on.

The Modicon numbering convention is offset from the Modbus protocol by 1.


This can sometimes cause confusion.
Traditional Modicon coil and register numbering use 5 digits to choose the data table and the coil or register number:

Coil or Register Number Protocol Data Offset Table Name


00001 - 09999 0000h-270Eh Output coils
10001 - 19999 0000h-270Eh Discrete inputs
30001 - 39999 0000h-270Eh Input registers
40001 - 49999 0000h-270Eh Holding registers

The traditional Modicon 5 digit addressing restricts the protocol to the first 9999 coils or registers.

To access the full range of data allowed by the Modbus protocol, 6-digit addressing is sometimes used:

Coil or Register Number Protocol Data Offset Table Name


000001 - 065536 0000h-FFFFh Output coils
100001 - 165536 0000h-FFFFh Discrete inputs
300001 - 365536 0000h-FFFFh Input registers
400001 - 465536 0000h-FFFFh Holding registers

https://www.fernhillsoftware.com/help/drivers/modbus/data-address-format.html 1/2
12/8/21, 11:27 AM Modbus Data Address Format and Specification
Fernhill SCADA supports variable length Modbus addressing.
For example the first discrete input can represented by
100001, 10001, 1001, 101, or 11.

Where Used
The Modbus PLC Data Address Format is used in these contexts:

In the IOItemName field of an I/O Analog Data Point Tag when the tag is associated with a Modbus PLC.
In the IOItemName field of a I/O Digital Data Point Tag when the tag is associated with a Modbus PLC.
In the IOItemName field of a I/O Word Data Point Tag when the tag is associated with a Modbus PLC.
In the IOItemName field of a I/O Double Word Data Point Tag when the tag is associated with a Modbus PLC.
In the IOItemName field of a I/O Long Word Data Point Tag when the tag is associated with a Modbus PLC.
In the Register field of a Modbus Register Block.
In the DataAddress parameter of the DirectWriteBit Tag Command when used with a Modbus PLC.
In the DataAddress parameter of the DirectWriteWord Tag Command when used with a Modbus PLC.

Register Address Editor

The Data Address Editor provides a convenient tool to build Modbus Data Address strings.

To open the Data Address Editor,


click on the Browse button at the right side of the DataAddress field:

Further Information
Modbus Register Block Tag

To learn about Modbus Register Block Tags.

Modbus Driver

For an overview of the Modbus Driver.

Glossary

For the meaning of terms used in Fernhill SCADA.

Fernhill SCADA Version 3.78 (20211130.3). Copyright © 2012-2021 Fernhill Software Ltd: All rights reserved.

https://www.fernhillsoftware.com/help/drivers/modbus/data-address-format.html 2/2

You might also like