Numbers and Usage of Ethernet \ Sockets¶
Overview
| Device | Number of sockets | Hereof system sockets | Hereof user sockets |
|---|---|---|---|
| PM55x-ETH | 16 | 3 | 13 |
| PM56x-ETH | 16 | 3 | 13 |
| PM573-ETH | 16 | 3 | 13 |
| PM583-ETH | 25 | 3 | 22 |
| PM585-ETH | 25 | 3 | 22 |
| PM590-ETH | 32 | 3 | 29 |
| PM591-ETH | 32 | 3 | 29 |
| PM592-ETH | 32 | 3 | 29 |
| CM577-ETH firmware ≥ V1.0.80 | 18 | 3 | 15 |
| PM556-ETH | 16 | 3 | 13 |
| PM591-2ETH | 64 | 3 | 61 |
| PM595-4ETH-F | 64 | 3 | 61 |
| PM595-4ETH-M | 64 | 3 | 61 |
| CM597-ETH | 18 | 3 | 15 |
System Sockets
3 sockets are required for Online Access:
- 1x driver 3S Tcp/Ip or 3S Tcp/Ip L2 Route on port 1201
- 1x driver ABB Tcp/Ip AC on port 1200
- 1x listen on port 1200/1201 if PLC has established online connection
Online access can be established from:
- CoDeSys V2.3.9.x (Online -> Login)
- CoDeSys OPC Server
- PS501 Control Builder Plus up from V2.1.0
- Panel CP600 series
Each established connection needs 1 socket.
In addition, 1 socket on port 1200 and 1 on port 1201 is listening.
Example
Startup PLC
=> 2 sockets:
1 socket on port 1200 and 1 on port 1201 listen
Login from CoDeSys V2.3.9.x via driver ABB Tcp/Ip L2 AC on port 1200
=> 3 sockets:
2 sockets on port 1200 (1x Online, 1x Listen) and 1 socket on port 1201 listen
Additional login out of PS501 Control Builder Plus with the same driver:
3 sockets on port 1200 (2x Online, 1x Listen) and 1 socket on port 1201 listen
=> 4 sockets:
Additional connect CP600 via driver 3S Tcp/Ip L2 Route => 5 sockets:
3 sockets on port 1200 (2x Online, 1x Listen) and
2 sockets on port 1201 (1x Panel, 1x Listen)