GE EPM 7300 Installation Manual page 68

General electric pmcs interface toolkit installation guide
Table of Contents

Advertisement

{ set the bus status for the incoming feeds to
the dependent bus below in the
distribution hierarchy. The IF_THEN
statements in this section traverse the
hierarchy from top to bottom, left to right,
and then bottom to top, right to left.}
bus6 = 0;
bus7 = 0;
{ two main feeds }
IF (bus1
bus3 = 1;
ENDIF;
IF (bus2
bus4 = 1;
ENDIF;
{ left to right across tie breaker }
IF (bus3
bus4 = 1;
ENDIF;
IF (bus4
bus5 = 1;
ENDIF;
{ two outgoing feeders }
IF (bus3
bus6 = 1;
ENDIF;
IF (bus5
bus7 = 1;
ENDIF;
{ back feed from two outgoing feeds }
IF (bus7
bus5 = 1;
ENDIF;
IF (bus6
bus3 = 1;
ENDIF;
{ right to left across tie breaker }
IF (bus5
bus4 = 1;
ENDIF;
IF (bus4
bus3 = 1;
ENDIF;
{ two incoming feeds }
IF (bus5 AND brk2_s) THEN
bus2 = 1;
ENDIF;
IF (bus3
bus1 = 1;
ENDIF;
60
AND brk1_s) THEN
AND brk2_s) THEN
AND brk3_s) THEN
AND brk4_s) THEN
AND brk5_s) THEN
AND brk6_s) THEN
AND brk6_s) THEN
AND brk5_s) THEN
AND brk4_s) THEN
AND brk3_s) THEN
AND brk1_s) THEN
PMCS Interface Toolkit

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Epm 7700Epm9650qGeh-6513Epm5200pPmcs 6.11aEpm9450q

Table of Contents