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

  • We have 2 PLCs these two PLCs are not used for operating the same control process. We are communicating these two PLCs with SCADA by OPC UA protocol.

    In the case of Server shutdown /Fail For that we have 2 servers in our network. If Server 1 fails then our second server start communication with the PLCs vice versa.

     

    Kindly check the following configurations is it right to do this :

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

    Kindly also provide help about boards and ports for both servers

  • Here is an example of board, port and IO device configurations for OPCUA redundant paths. Hope it would help.

  • You can also to add your OPCUA devices using Device Communication Wizard as shown below.

  •  Jack we have this scenario where we have two PLCs (working for different operations ).

    communication protocol is OPCUA. we need only IO server Redundancy.

Reply Children