LINE SECTIONALIZING USING A PLC AND ABB PROTECTIVE RELAY
Page 38 of 53
Figure 75. Segment 5 Network 1 - Calculate 52A and 52B on TPU Since Contacts are not
Mapped
Segment 5 Networks 2, 3, 4, and 5
Segments 2, 3, 4, and 5 (for the sake of this program since it is a demonstration and illustration of the
power of the relay and PLC’s capabilties), convert the KW of Phase A, B, and C, which was read from the
TPU and supplied to the feeder (controlled by the PCD). The Compact 984 PLC only performs integer
math on numbers from 0000 to 9999. The PLC calls a subroutine to convert the number from a 32 bit
number integer (which is obtained via the MSTR block and stored in Registers 41728 and 41729 [Phase
A integer Units], 41730 and 41731 [Phase B Integer Units] and, 41732 and 41733 [Phase C Integer
Units]) and converted into floating point numbers which enable easy mathematical conversion feeder load
control. The floating point converted numbers are calculated in the subroutine segment (segment 7) and
are labeled as JSR 2 and JSR 1. The floating point numbers are located in Registers 41739 and 41740
[Phase A Floating Point quantity]], 41741 and 41742 [Phase B Floating Point quantity], and 41743 and
41744 [ Phase C Floating Point quantity]. Since this program was tested on a simulator, the values were
made to be positive quantities for the sake of illustration in a demonstration environment.
Network 5 adds each of the quantities and stores it for comparison to a predefined feeder supply value
which is compared when the line sectionalizing occurs.
Figure 76. Segment 5 Network 2 - Calculate KW for Phase A
Содержание REL 356
Страница 23: ...ABB REL 356 Current Differential Protection 1 10 Product Overview and Specifications ...
Страница 83: ...ABB REL 356 Current Differential Protection 3 36 Settings and Application ...
Страница 127: ...ABB REL 356 Current Differential Protection 5 28 Testing ...
Страница 186: ...LINE SECTIONALIZING USING A PLC AND ABB PROTECTIVE RELAY Page 49 of 53 ...
Страница 187: ...LINE SECTIONALIZING USING A PLC AND ABB PROTECTIVE RELAY Page 50 of 53 ...
Страница 188: ...LINE SECTIONALIZING USING A PLC AND ABB PROTECTIVE RELAY Page 51 of 53 ...
Страница 189: ...LINE SECTIONALIZING USING A PLC AND ABB PROTECTIVE RELAY Page 52 of 53 ...