Navigation:  Equipments (Devices) > PLC200 > Program > Communication Network > Modbus RTU >

Overview of the Modbus RTU

Previous pageReturn to chapter overviewNext page

Operation in RTU CANopen Network - Master Mode

wpshelp_common_fig_note

NOTE!

The RS485 interface is available on the PLC200 model only.

 

In addition to operating as a slave, the programmable controller PLC200 also allows operation as master of the Modbus RTU CANopen network. For this operation, it is necessary to observe the following points:

 

Only the RS485 interface allows operation as a network master.
In the product settings, the operating mode must be defined as "Master", in addition to the baud rate, parity and stop bits, which must be the same for all devices on the network.
The Modbus RTU network master has no address, thus the address configured in the PLC200 is not used.
The sending and receiving of telegrams via RS485 interface using the Modbus RTU protocol is programmed with blocks in Ladder programming language. It is necessary to know the available blocks and the software Ladder programming software to be able to program the network master.
The following functions are available to send requests via Modbus master:
oFunction 01: Read Coils
oFunction 02: Read Discrete Inputs
oFunction 03: Read Holding Registers
oFunction 04: Read Input Registers
oFunction 05: Write Single Coil
oFunction 06: Write Single Register
oFunction 15: Write Multiple Coils
oFunction 16: Write Multiple Registers

 

 

Blocks for Programming the master

 

In order to control and monitor Modbus RTU communication using the programmable controller PLC200, the following blocks were developed, which must be used during the Ladder programming.