OPC UA Redundant Network

Hi Every One,

I have PLCs connected with plant SCADA  through OPCUA protocol both are working independently (Tags are different) and not redundant with each other .

But I want servers as a  redundant  because i have 2 server and 1 client.

Parents
  • Hi  

    IO redundancy in Plant SCADA is actually on IO device level. I assume that these 2 PLCs are not used for operating the same control process. If this is true, you could implement the following IO topology - so called load balancing configuration for redundancy (regardless of protocol).

    • Server 1 could be configured to host the primary IO device of PLC1 and the standby IO device of PLC2
    • Server 2 could be configured to host the standby IO device of PLC1 and the primary IO device of PLC2

    In the healthy condition, each server hosts data from only one PLC (the other one on standby). If one of these two servers is offline, the standby IO will kick in and your SCADA system is still able to acquire data from both PLCs.

    Hope this would help.

    Regards,

    Jacky

Reply
  • Hi  

    IO redundancy in Plant SCADA is actually on IO device level. I assume that these 2 PLCs are not used for operating the same control process. If this is true, you could implement the following IO topology - so called load balancing configuration for redundancy (regardless of protocol).

    • Server 1 could be configured to host the primary IO device of PLC1 and the standby IO device of PLC2
    • Server 2 could be configured to host the standby IO device of PLC1 and the primary IO device of PLC2

    In the healthy condition, each server hosts data from only one PLC (the other one on standby). If one of these two servers is offline, the standby IO will kick in and your SCADA system is still able to acquire data from both PLCs.

    Hope this would help.

    Regards,

    Jacky

Children