You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I understand that different devices can operate by separating them with UDP ports, and I have tested it. However, some poorly implemented devices or adapters might not accept ports other than '2222'. I have tried connecting to multiple PLCs, and they all use the port 2222, they probably distinguish which device's packet it is after receiving it, as shown in the following screenshot:
This is not possible with ENIPSimpleClient. It's a really simple class to test ENIP,
If you use multiple devices as one port, you need to write a new UDPServer class...
For now, i dont' have any plan to implement it in this project.
I understand that different devices can operate by separating them with UDP ports, and I have tested it. However, some poorly implemented devices or adapters might not accept ports other than '2222'. I have tried connecting to multiple PLCs, and they all use the port 2222, they probably distinguish which device's packet it is after receiving it, as shown in the following screenshot:
PLC: 10.10.11.16
Device1: 10.10.11.72
Device2: 10.10.11.73
The text was updated successfully, but these errors were encountered: