MODBUS_SLAVE (194)


MODBUS_SLAVE (194)

ID                          194

 

   

 

Application:

PLC

 

Group: I/O

 

Short description:

Function that exchanges the indicated registers via the modbus protocol with the selected master device on the RS485 bus.

 

Inputs (1):

no.

type

impulse

mark

notes

1

B

no

enabled

High state on the input activates data exchange 

 

Outputs (3):

no.

type

impulse

mark

notes

1

B

no

ready

Data exchange ready

2

B

yes (0->1)

error

Error signal

3

I

-

error_id

Error ID

 

Settings:

no.

type

mark

notes

1 I Function

Available functions:

01 - ReadCoils
05 - WriteSingleCoil
15 - WriteMultipleCoils
06 - WriteSingleRegister
16 - WriteMultipleRegisters
03 - ReadHoldingRegisters

2 I StartAddress Starting number of modbus register
3 I StartRegister Starting number of register or marker
4 I Quantity Number of registers or markers to send / read

 

Function operation:

The MODBUS_SLAVE function communicates with external devices via the Modbus protocol. There are 6 functions in the block that can be used to send or receive data.

Function 06 - WriteSingleRegister enables writing a single register to the slave device, the number of registers in this case will always be equal to 1. The block can operate in two configurations. The first is to impulse the block. If 1 appears at the input of the block, the data from the modbus buffers will be copied once to the registers / markers. In this case, the master device may send data to the slave device, but does not have to. The above configuration synchronizes the data exchange from the slave device level. The second configuration is to set 1 to the block input permanently. At the moment of switching on the block, the block goes into the mode of waiting for data from the master. After receiving data from the master, the block copies the modbus buffers to the selected registers / markers. The next data exchange will take place only after receiving data from the master device. The above configuration synchronizes the data exchange with the master device.

Function 16 - WriteMultipleRegisters it is intended to send any number of registers. The block can operate in two configurations. The first is to impulse the block. If 1 appears at the input of the block, the data from the modbus buffers will be copied once to the registers / markers. In this case, the master device may send data to the slave device, but does not have to. The above configuration synchronizes the data exchange from the slave device level. The second configuration is to set 1 to the block input permanently. At the moment of switching on the block, the block goes into the mode of waiting for data from the master. After receiving data from the master, the block copies the modbus buffers to the selected registers / markers. The next data exchange will take place only after receiving data from the master device. The above configuration synchronizes the data exchange with the master device.

Function 03 - ReadHoldingRegisters  reads any registers of the slave device. The block can operate in two configurations. The first is to impulse the block. If 1 appears at the input of the block, then the defined registers / markers will be copied to the modbus buffers once. The master device can read this data at any time, but does not have to. If another pulse appears at the input of the block, the registers will be reloaded into the modbus buffers. The above configuration synchronizes the data exchange from the slave device level. The second configuration is to set 1 to the block input permanently. When the block is turned on, the registers / markers are copied once to the modbus buffers. The master device must receive the data for the block to reload the registers / markers. When the data is received by the master device, the registers / markers are automatically loaded into the modbus buffers. The above configuration synchronizes the data exchange with the master device. 

Function 01 - ReadCoils reads multiple markers from the slave device. The block can operate in two configurations. The first is to impulse the block. If 1 appears at the input of the block, then the defined registers / markers will be copied to the modbus buffers once. The master device can read this data at any time, but does not have to. If another pulse appears at the input of the block, the registers will be reloaded into the modbus buffers. The above configuration synchronizes the data exchange from the slave device level. The second configuration is to set 1 to the block input permanently. When the block is turned on, the registers / markers are copied once to the modbus buffers. The master device must receive the data for the block to reload the registers / markers. When the data is received by the master device, the registers / markers are automatically loaded into the modbus buffers. The above configuration synchronizes the data exchange with the master device.

Function 05 - WriteSingleCoil writes a single marker to the controller. The block can operate in two configurations. The first is to impulse the block. If 1 appears at the input of the block, the data from the modbus buffers will be copied once to the registers / markers. In this case, the master device may send data to the slave device, but does not have to. The above configuration synchronizes the data exchange from the slave device level. The second configuration is to set 1 to the block input permanently. At the moment of switching on the block, the block goes into the mode of waiting for data from the master. After receiving data from the master, the block copies the modbus buffers to the selected registers / markers. The next data exchange will take place only after receiving data from the master device. The above configuration synchronizes the data exchange with the master device.

Function 15 - WriteMultipleCoils writes multiple markers to the controller. The block can operate in two configurations. The first is to impulse the block. If 1 appears at the input of the block, the data from the modbus buffers will be copied once to the registers / markers. In this case, the master device may send data to the slave device, but does not have to. The above configuration synchronizes the data exchange from the slave device level. The second configuration is to set 1 to the block input permanently. At the moment of switching on the block, the block goes into the mode of waiting for data from the master. After receiving data from the master, the block copies the modbus buffers to the selected registers / markers. The next data exchange will take place only after receiving data from the master device. The above configuration synchronizes the data exchange with the master device.

 

During the communication, the busy output is turned on. The error and err_id outputs are activated when errors occur. The table with the description of the errors is presented below:

Err_id

Description

0 No error
1 Unsupported function

 

Notes:

 

R registers and M markers used:

The block uses user-defined registers in the block settings.