top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

Uninterrupted communication which allows high-speed, reliable, and fault tolerant communications between peers.

+5 votes
489 views

Industrial Ethernet-based communication is becoming increasingly important for many applications, for example, in power supply. Even the briefest interruption in communication can lead to great economic loss, especially in this sector. This calls for networks that have no reconfiguration time at all in case of an error.

Today, communication without any interruption at all is possible, thanks to a new redundancy method, Parallel Redundancy Protocol (PRP), described in the international standard IEC 62439-3. As the name suggests, the data are sent in parallel over redundant paths. If one communication channel is interrupted, the second frame reaches its target without interruption, running in parallel on the redundant path.
To use this procedure, the stations must meet certain technical requirements. If a user wishes to transmit the same information on redundant paths, the data must be sent twice, and the recipient must recognize that a frame was received twice. For this to work, the Industrial Ethernet frames need an amendment. This amendment includes all the information necessary to send both frames using two different networks and for the recipient to recognize the frames as duplicates. The connected terminal devices also need amendments because the two frames must be fed into redundant networks accordingly. This means that the terminal devices require two integrated interfaces, or an upstream device must be used.

Redundant Communication
A redundant communications scheme for a protective relay which allows high-speed, reliable, and fault tolerant communications between peer protective devices in a power distribution network. Communications over a select-able primary communication channel are interrupted and switched to a secondary communication channel, which can operate according to a different communication protocol, when a fault is detected on the primary communication channel. The fault detection and switching is performed transparently to the main protective relay processor.

RDA

Communication using PRP networks
During the set-up of these two parallel networks, components are used that – depending on the application – meet the necessary requirements of the environment and support the forwarding of PRP frames. These networks, through which each duplicate frame is transmitted with its amendment, are physically separated and can have different sizes and structures. The different frame runtimes that result do not negatively affect the redundancy concept. Due to these different runtimes, the frames usually do not reach the recipient simultaneously. The recipient receives the first frame, saves it in an internal table, and forwards it either within the device itself or – in the case of an upstream connection box – to the addressed terminal device. Once the second frame arrives, the table is consulted to see whether the corresponding frame is already present. If it is, the second frame is discarded and the frame stored in the table is deleted. If the second frame does not reach the recipient due to a network interruption in one of the two networks, the first frame is deleted from the table after a specified period.

This new redundancy mechanism allows the implementation of communications networks with no reconfiguration times in case of an error. Through the parallel networks, two equivalent transmission paths are created, and disabled parallel paths do not first need to be enabled in case of an error as with other procedures.

Simple frame duplication for devices with network interfaces
In the area of switchgear automation, Siemens already offers protection devices that are equipped with two PRP-capable network interfaces. The applications communicating with these switching devices usually run on servers. These servers must also be connected to the parallel network structures. Simatic NET offers a software package for these server applications. Softnet-IE RNA (Redundant Network Access) allows the user to duplicate frames in the server and send both frames using two network cards integrated in the server, such as Simatic NET CP 1612 A2. A corresponding upstream device is available for all devices in which it is not possible to integrate two interfaces. Scalance X204RNA allows for the connection of non-PRP-capable terminal devices to redundant network structures. The bottom line is that the new, standardized PRP procedure is suitable for all applications in which the high availability of the Industrial Ethernet-based communications network is critical and even the shortest of network reconfiguration times – such as those encountered in the case of ring redundancy – may lead to great economic loss.

Further redundancy methods
Support of other procedures for reconfiguration of data networks, for example, Rapid Spanning Tree Protocol (RSTP, according to IEEE 802.1D), Media Redundancy Protocol (MRP, according to IEC 62439), Media Redundancy for planned duplication (MRPD, according to IEC 61158), High-availability Seamless Redundancy Protocol (HSR, according to IEC 62439-3)
Additional solutions for the energy and transportation market through the new product line Ruggedcom

Advantages of PRP communication
Very high plant availability due to parallel data transmission using separate network structures
No frame delays during reconfiguration of one of the two network structures
High flexibility during network set-up, as the networks can be realized as line, tree, star, or ring structures
Rapid commissioning without mandatory configuration.

SUMMARY OF THE INVENTION:
The present invention solves the above-mentioned problems, and achieves additional advantages, by providing for a redundant communications scheme for a networked control device in a power distribution system. According to exemplary embodiments of the invention, a digital protective relay is provided with a redundant communications circuit which can communicate relay information with peer devices over a network using a primary ethernet communication channel. The communications circuit is capable of detecting the presence of a fault or failure on the primary communication channel, and of switching the communication from the primary channel to a secondary channel. The circuit performs the detection and switching in a manner which is transparent to the main relay processing circuitry. Preferably, the primary communication channel type can be selected by a user without reprogramming the relay. Further, the communications circuit is industrially hardened to withstand operating conditions associated with electric utility substations, which can include a temperature range of approximately -40 communications circuit advantageously provides multiple fiber communications ports on a single card.

posted Apr 14, 2014 by anonymous

  Promote This Article
Facebook Share Button Twitter Share Button LinkedIn Share Button


Related Articles

OSI is a standard description or "reference model" for how messages should be transmitted between any two points in a telecommunication network. This model is designed to interconnect computers, but is now applied in several other areas, like wireless.

” A reference model is a conceptual blueprint of how communications should take place. it addresses all the processes required for effective communication and divides these processes into logical grouping called layers. ”

The seven Layers of the OSI Model :-
Layer 7: Application Layer
Layer 6: Presentation Layer
Layer 5: Session Layer
Layer 4: Transport Layer
Layer 3: Network Layer
Layer 2: Data-Link Layer
Layer 1: Physical Layer

Application Layer

In this layer we have the User Interfaces, which are created by the data itself (email, file transfer, etc). This is where the data is sent and received by users. Such requests are made by applications according to the protocols used.
This layer is probably that you are more used to. You interact directly with it for example when using a program to read or send email, or communicate through instant messaging.

Protocols: BitTorrent, BGP ,BOOTP , DNS, DHCP , FTP , HTTP, HTTPS, IMAP, LDAP , MIME , NetBIOS , NNTP, NTP, POP3 , RADIUS , RDP, RTP, RTSP , SSH , SIP , SMTP, SNMP, SMB, Telnet, TFTP,

enter image description here

Presentation Layer

At the Presentation layer (Layer 6) data is first converted into a form that can be sent over a network. At this layer data is compressed and decompressed and encrypted or decrypted, depending on which direction it's traveling.

Protocols: SSL, TLS.

Devices: Gateways (translating protocols between different networks).
enter image description here

Session Layer:

This layer deals with communication between two devices. For example: when the user goes to a website, the user’s computer must open a session between itself and server hosting the website, thus allowing the user to receive the website in the first place. The same goes for any sort of communication, ie VOIP etc.
enter image description here
Function: start, manage and terminate sessions for the presentation layer, eg TCP sessions.

Transport Layer:

This layer manages the end-to-end control (for example, determining whether all packets have arrived) and error-checking. It ensures complete data transfer.
This layer is responsible for resending any packets that do not receive an acknowledgment from the destination address. It's also responsible for any problems that are associated with fragmentation of packets.
enter image description here

Network Layer :

This layer handles the routing of the data (sending it in the right direction to the right destination on outgoing transmissions and receiving incoming transmissions at the packet level). The network layer does routing and forwarding.
enter image description here

Data Link Layer:

The Data Link layer (Layer 2) is responsible for sending data to the Physical layer so that it can be put onto the "wire" or network media. The Data Link layer is subdivided into two other layers: the Logical Link Control (LLC) and the Media Access Control (MAC) layers. The LLC connects the Data Link layer to the higher-level protocols such as IP at the Network layer. The MAC layer connects the Data Link layer to the physical connection and provides the MAC address. The Data Link layer also defines the technology that is used for the network. This layer can also perform checksums, which are calculations that the system uses to make sure that packets are not damaged in transit.
enter image description here

Physical Layer:

The Physical layer (Layer 1) defines the physical characteristics of the network such as the type of cable that must be used as well as the voltage that will be used to transmit data through the network. Since the Physical layer defines these characteristics, it also establishes the topology of the network. Many standards are defined at this layer, such as the IEEE 802.3 standard for Ethernet as well as the IEEE 802.5 standard for Token Ring networks.
enter image description here

READ MORE
...