List of PLC Communication Protocols
What are networking protocols used in Industrial Automation?
Here, I am listing the different types of communication protocols used for the automation of processes in PLC.
- EtherNet/IP
- Profibus
- Modbus
- Interbus
- ProfiNet
- ControlNet
- DeviceNet
- DirectNet
- CompoNet
- RAPIENet
- EtherCAT
- MelsecNet
- Optomux
- DF-1 Protocol
- HostLink Protocol
- MECHATROLINK
- DH- Data Highway
- PPI- Point to Point
- EtherNet Powerlink
- MPI- Multi-Point Interface
- EGD- Ethernet Global Data
- AS-i- Actuator Sensor Interface
- OSGP- Open Smart Grid Protocol
- DNP3- Distributed Network Protocol
- SDS- Smart Distributed System Protocol
- PieP- Process Image Exchange Protocol
- SRTP- Service Request Transport Protocol
- BSAP- Bristol Standard Asynchronous Protocol
- FINS- Factory Interface Network Service Protocol
- HART- Highway Addressable Remote Transducer Protocol
- Recommended Standard (RS-232, RS- 422, and RS-485) Protocols
What is the Baud Rate?
Baud rate is also known as Communication speed.
The rate of data transmission on the network is called Baud Rate. The unit of Baud Rate is bits/second (b/s).
In simple terms, it is calculated as the “number of data transferred per second”.
Characteristics of PLC Communication Protocols in Table
When PLC modules are connected over the network, the standard communication protocols are used.
The different types of standard communication protocols support different speed (baud rate), distance(network length) and the number of connecting devices (nodes).
# | Protocol/Cable | Baud Rate | Length | Node |
01 | Ethernet | 100 Mb/s | (Few Km) | 255 |
02 | Profibus | 5-12 Mb/s | 15 Km | 127 |
03 | MPI | 19.2- 38.4 Kb/s | 50 m | 32 |
04 | PPI | 187.5 Kb/s | 500 m | 1 |
05 | DH | 230.4 Kb/s | 3.048 Km | 64 |
06 | Control Net | 5 Mb/s | 30 Km | |
07 | Device Net | 500 Kb/s | 0.487 | 64 |
08 | USB Adapter | 57.6 Kb/s | 10 m | 1 |
09 | PC Adapter | 9600 Kb/s | 15 m | 1 |
10 | RS-232 | 19.2 Kb/s | 10 m | 1 |
11 | RS-485 | 10 Kb/s | 1.2 Km | 32 |
Which PLC communication protocol you should use?
- If you want to communicate with the more number of nodes with more speed, Ethernet is the best choice.
- If your network has a length of more than 25 Kilo-meter, you should use the Control Net protocol.
Binary Data Type Conversion for Baud Rate
Binary system based on the bit. Bit is either 0 or 1.
- 1 Nibble= 4 Bits
- 1 Byte= 8 Bits
- 1 Word= 2 Bytes = 16 Bits
- 1 Double Word= 4 Bytes= 32 Bits
Let’s see, binary data representation diagram.
This is all about topmost PLC communication protocols. And I also covered the basic fundamental parts of protocol like Baud rate (communication speed), network length and the number of nodes supported by each protocol.
산업 모니터링에 관한 다른 Contents도 확인 하세요.
'ForBeginner' 카테고리의 다른 글
8-2. MSSQL(Group by, Having) (0) | 2021.05.17 |
---|---|
3-0. 왜 PLC의 이해가 필요한가? (0) | 2021.05.15 |
3-3. PLC 모듈 종류 (0) | 2021.05.14 |
3-2. Global SCADA Market by 2024 (0) | 2021.05.13 |
7-0. 왜 업무에 적합한 Tool을 찾는 노력을 해야 하나? (0) | 2021.05.13 |