IMS01J02-E2
109
7. MODBUS
7.1 Protocol
The master controls communication between master and slave. A typical message consists of a request
(query message) sent from the master followed by an answer (response message) from the slave. When
master begins data transmission, a set of data is sent to the slave in a fixed sequence. When it is
received, the slave decodes it, takes the necessary action, and returns data to the master.
7.1.1 Message format
The message consists of four parts: slave address, function code, data,
and error check code which are always transmitted in the same
sequence.
Slave address
The slave address is a number from 1 to 16 manually set at the slave address setting switch located at
the front of the H-PCP-J module. Although all connected slave units receive the query message sent
from the master, only the slave with the slave address coinciding with the query message will accept
the message.
Function code
The function codes are the instructions set at the master and sent to the slave describing the action to
be executed. The function codes are included when the slave responds to the master.
For details, see
7.1.2 Function code
(P. 110)
.
Data
The data to execute the function specified by the function code is sent to the slave and corresponding
data returned to the master from the slave.
For details, see
7.2 Message Format
(P. 115)
,
7.3 Communication Data
(P. 119)
and
7.4 Data Map
(P. 154)
.
Error check
An error checking code (CRC-16: Cyclic Redundancy Check) is used to detect an error in the signal
transmission.
For details, see
7.1.5 Calculating CRC-16
(P. 112).
Slave address
Function code
Data
Error check CRC-16
Message format