While I have no experience with Omron PLC's, I did have a similar problem with an Allen-Bradley PLC system where I had multiple PLCs and HMIs on a system. As soon as I put the PLC behind a managed switch, my problems disappeared. One of the things a managed switch does is to manage the traffic (what a surprise, right?). This means that it knows what device (or devices) live on what ports and any traffic it sees coming in is only forwarded on to the proper port or that traffic is ignored. This, in turn, keeps the processor from having to look at, analyze, and ignore messages that are not meant for it. Now, anytime I design an Ethernet based system, I make sure to use at least one managed switch in the system. This allows me to interconnect multiple PLCs without having to worry about bogging down it or any other PLC with unnecessary traffic. Steve