You are on page 1of 5

Application for CI868 Redundancy:

· Application redundancy shall be achieved by Adding two CI868 Modules with separate access
points.
· Assign IP address of Same Subnetwork with two external switch to achieve Network
redundancy.
· Configure Both CI868 Modules Identical with same SCD configuration and so on

With above criteria, Create application as mentioned below:

1. Create CI868 Redundancy Application under Programs, create ST based program for Individual
IEDs

2. Define a common variable in Application which shall be updated by both CI868 Modules using
Application code.
Common Variable:

1
3. Create Individual Variables in both CI868 Modules in order to receive/read data from IEDs

Primary/First CI868:

Secondary/Second CI868:

4. Define an Nested IF loop by validation CI868 HW status

2
5. If Primary/First CI868 HW status is 16#0 which is Healthy status then values will be updated
from primary CI868 Module

3
6. If Primary/First CI868HW status is other 16#0 that is not healthy state then values will start
updating from Secondary CI868 Module which is in Healthy state

4
7. If both are unhealthy , then ‘0’ will be assigned to all variables

The same logic shall be created for Multiple IEDs

You might also like