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

Overview of the Modbus TCP

Previous pageReturn to chapter overviewNext page

Operation in Modbus TCP Network – Client Mode

 

Besides the operation as server, the programmable controller PLC200 also allows the operation as client of the Modbus TCP network. For this operation, it is necessary to observe the following points:

 

The sending and receiving of telegrams via Ethernet interface using the Modbus TCP protocol is programmed by using blocks in Ladder programming language. It is necessary to know the available blocks and the software of Ladder programming to be able to program the network master.
The following functions are available to send requests by the Modbus TCP client:
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 the Programming of the Client

 

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