I have an application with a network of four DL260 PLCs, each operating a material handling station. The four PLCs are operating as ECOM slaves, responding to ECOM RX/WX messages once or twice a second. Those RX/WX messages originate from a fifth supervisory or master DL05/06 PLC. This all works just fine.
I would also like for the four ECOM slave PLCs to send periodic, event-driven information to a PC on the network, mostly alarm conditions as they occur. I've tested RBE and it seems as if it would suit this purpose. My question regards the mixing of RBE comms with the other ongoing ECOM slave communications.
All of the traffic (both directions) is relatively small and low-bandwidth, but the incoming ECOM message requests and the outgoing RBE requests would collide regularly. Of course I would test the SP busy flag before initiating RBE, but is that sufficient to avoid disruptions between the two sets of messages? Any risk of inducing errors in the established ECOM slave communications is unacceptable, even if it only happens occasionally. Given that RBE is a bit of a backdoor, I'm not certain how robust it will be with the ECOM constantly changing communication modes.
I see a couple other alternatives to using RBE, but I wanted to see what people here had to say about this before considering other ways of getting the information to the PC. Thanks for any insight -