Showing posts with label Ethernet switches. Show all posts
Showing posts with label Ethernet switches. Show all posts

Saturday, December 9, 2017

How many employees will drive an electric vehicle?

A German manager recently said that 500 employees of his company drive by car to the company every workday. He expects that in the future 250 will use electric cars and will charge their cars within the first hour after they arrived. The company would need 10 times more power than today!
Ok! Hm!?
What do you think about these assumptions? 250 EVs charging in the first hour!?
As an engineer I am wondering that experts come up with such examples. First of all, I do not expect that 50 per cent of the car owners will buy an electric car in the next years. Even if they would do, why do 250 car drivers want to charge at the companies car park in the morning when they arrive?
He concludes that "we engineers have not yet thought through to the end".
I guess a lot of engineers have thought through to the end - but not many engineers or politicians are listening!

Click HERE for the report "Netzstabilität braucht Digitalisierung und Automatisierung" in the vdi nachrichten (German).

These discussions remind me of the situation in the early 80s when we had the discussion on CSMA/CD (Ethernet, IEEE 802.3) versus Token Passing (IEEE 802.4). Under the assumption that we have a shower of messages to be sent by all attached devices at the same time, we found that Ethernet could not efficiently manage the communication due to many collisions. Token Passing was understood to manage such a situation very well. Ok.
Another assumption, high load from one device only, could easily be managed by CSMA/CD - but Token Passing would end up in very low throughput ... many other assumptions could be made.
So, what is the realistic assumption for communication? Nobody knows - it all depends.
Finally Switched Ethernet (a major new development) solved the collision problem ... and Token Passing more or less became obsolete in the automation world.

In the energy domain we need first to find the future new mix of power generation and how to store, transmit, distribute, and use the power - then we can think about automation and communication. The most crucial issue may be: Who is paying for all the changes?

By the way: We (many engineers) know how to communicate: IEC 61850 is one of the most crucial solution ... and how (not yet what) to automate.

Saturday, October 11, 2014

Does IEC 61850 Add Complexity for Technicians in Power Utilities?

This week I was asked the question in the title during an introduction of IEC 61850 to some 15 utility experts. My response was not just yes or no. Initiated by that question I thought it would be of interest to discuss this issue on the blog.

We have to understand that the expected complexity in power system information exchange has at least the following three crucial aspects:

  1. Complexity of the network infrastructure (independent of protocols defined and used by standards like IEC 60870-5-104, DNP3, IEC 61850, IEC 61400-25, …). The infrastructure used and discussed these days seems to explode! Compared to dial-up-links and and fixed land lines used usually for remote access of something, the application of Switched Ethernet, Ethertype, VPN, VLAN, TCP/IP, UDP/IP, GSM, UMTS, LTE, … requires a good understanding of your needs and the various solutions that could be used.
  2. Complexity of standards (like IEC 60870-5-104, DNP3, IEC 61850, IEC 61400-25, …) that use the above infrastructure.
  3. Complexity of communication software and application interfaces between applications and communication software, and complexity of engineering and configuration tools.

In many cases I have experienced that users do have little understanding what they really need! And may even have lesser knowledge about the various solutions, how to use them for their systems, and to understand how they impact the dynamics of the whole system!

I have talked to many people that have complained about the complexity of protocols … but usually we figured out that the complexity was caused by a bit of everything … and mainly by the fact that people tend to NOT TRUST the chain of solutions from, e.g., a control system application to an API of a front-end, front-end application, protocol API, protocol IEC 60870-5-104, TCP/IP, VPN, GPRS, RTU, interface between RTU and remote application, and remote application.

Here is an example I have experienced recently (with the topology based on GPRS as listed above):

  1. The control system does not trust that the information exchange with the RTU is reliable and available. Therefore the control system sends Pings every 2 seconds.
  2. The front-end application does not trust that the RTU is reliable and available. Therefore the front-end applications issues a 104 control command (toggle bit) every 10 seconds … just to see if the 104 protocol is still alive.
  3. The front-end application does not trust (even it figures out that the RTU is available) that the remote application is really receiving a parameter setting for a function in the remote application. Therefore the remote application copies a received setting value to another 104 information object and sends a spontaneous message with the just received setting value.
  4. The protocol IEC 60870-5-104 exchanges flow control messages to acknowledge the received messages (in both directions).
  5. TCP uses flow control messages and keep alive messages …

So, what do you think about such a bunch of deep mistrusts? Do you think that such a system would work properly and reliable?

I guess that there are many huge GAPS: in the understanding of the NEEDs, the various links in the chain like the dynamics of a system using, e.g., GPRS, … the APIs, the applications

I recommended to the audience that there is a crucial need for: MORE EDUCATION !! 

A screw driver is not sufficient for future power delivery systems. And: Ignoring IEC 61850 is not sufficient to get the job done! IEC 61850 solutions can be very easy for simple needs.

You can experience it – if you want! Let me know!

Friday, February 14, 2014

Siemens reported using IEC 60870-5-104 for DEMS

Siemens DEMS 3.0 stands for third version of their “Decentralized Energy Management System”. It uses IEC 60870-5-104 for communication with power generators, storage devices or loads. The use of open communication and other solutions built-in reduce the engineering cost for virtual power plants by 60 percent – according to Siemens.

What could you do to apply the same cost reduction – or more – if you have to integrate IEDs that provide IEC 61850 information, information exchange and configuration language? Or how to connect a DEMS 3.0 system to IEC 61850?

Here is – I guess – the easiest and shortest time-to-market solution … without writing a single line of program code: The gateway using a so-called com.tom (communication to machine). The topology of an example is shown in the following figure. The gateway is implemented in the upper box.

image

All WEB PLC objects (inputs and outputs) related to IEC 61850 models are automatically generated from the corresponding SCL files. There is no need to do any manual configuration as long as you have the ICD files of the devices. The object names of the WEB PLC are derived from the object references of the IED/LD/LN.DO.DOA and so on. You see the path names in the I/O list.

image

All WEB PLC objects can be used to build applications like linking any input with any output (applying the same type – of course): single point input to single point output. The following diagram shows a simple gateway functionality to receive a command via IEC 60870-5-104, route it through an IEC 61850 client to an underlying IEC 61850 server that switches a fan on or off. The status of the FAN LN (using an extended Data Object OpSt) reports the status of the fan. This status is received from the underlying IED via an IEC 61850 report and routed to an IEC 61850 server and an IEC 60870-5-104 server in the gateway.

image

After “drawing” this diagram, all you need to do is to store the diagram to the gateway (com.tom Basic 3.1 S) and start the program. That’s it.

You may also have figured out the the com.tom Basic 3.1 S integrates an 5-port Ethernet Switch and another independent Ethernet port. This allows to build secure proxy servers/gateways.

The WEB PLC with IEC 60870-5-104, DNP3, Modbus, IEC 61850, … is a very easy, low cost and fast-to-market product that can be applied for many applications running on these communication solutions and for gateways. The application is freely configurable by drawing lines.

If you need complex functions, you can write them in C/C++ or IEC 61131-3 (CoDeSys) and wrap them for immediate use at the WEB PLC. For more complex applications you can program the application in C/C++ or CoDeSys and use the same communication.

Whatever protocol standard is used for a system (IEC 60870-5-104 for Siemens DEMS 3.0) you can easily integrate other devices that run DNP3, Modbus, IEC 61850, … with the com.tom WEB PLC gateway.

You want to learn more about the gateway, please contact us.

Click HERE for information about the com.tom family. The com.tom Basic 3.1, for example, costs 368 Euro plus some license costs for IEC 60870-5-104 and IEC 61850 – this includes already the 5-port Ethernet Switch!

Sunday, December 8, 2013

Vulnerabilities in RuggedCom ROS-based Devices

RuggedCom switches and serial-to-Ethernet devices are used to connect devices that operate in harsh environments such as electric utility substations and traffic control cabinets.
Potential vulnerabilities in the web server’s authentication of the affected products might allow attackers to gain administrative access to the web interface over the network without authentication or unprivileged users to perform privilege escalation.

AFFECTED PRODUCTS
- RuggedCom devices with ROS version < ROS v3.12.2

RuggedCom and Siemens recommend upgrading to the current firmware version ROS v.3.12.2 which fixes the potential vulnerabilities.

Click HERE for more details.

Thursday, August 15, 2013

Hirschmann Switches provide integrated IEC 61850 Server

The new 8.0 release (The Classic Switch Software) increases again the feature range for managed switches from the MACH, MICE, Rail and OCTOPUS families from Hirschmann™.
Depending on the switch family, these include an integrated IEC61850 server for seamless integration into data networks for power generation and distribution. A PTP power profile according to IEEE C37.238 also allows to accurately synchronizing these networks. Thanks to support for Jumbo frames, which ensure optimum utilization of user data, high-resolution video applications are also possible.
Furthermore, in addition to extensions for PROFINET and Ethernet/IP, the new release for all four switch families offers additional mechanisms for detecting overload situations as well as improved diagnostic and encryption mechanisms.

Click HERE to get more information on the new release providing an IEC 61850 Server.

To my knowledge, they were the first manufacturer that supported an IEC 61850 Server in their Ethernet Switches.

Wednesday, August 14, 2013

IEC 61850-90-4 Network Engineering – Just Published

IEC just published a crucial document on network engineering:

IEC/TR 61850-90-4 ed1.0
Communication networks and systems for power utility automation -
Part 90-4: Network engineering guidelines

Congratulation to the editors of this great technical report – worth to study in detail!

IEC/TR 61850-90-4:2013 is intended for an audience familiar with network communication and/or IEC 61850-based systems and particularly for substation protection and control equipment vendors, network equipment vendors and system integrators. This Technical Report focuses on engineering a local area network focused on the requirements of IEC 61850-based substation automation. It outlines the advantages and disadvantages of different approaches to network topology, redundancy, clock synchronization, etc. so that the network designer can make educated decisions. In addition, this report outlines possible improvements to both substation automation and networking equipment. This Technical Report addresses the most critical aspects of IEC 61850, such as protection related to tripping over the network. This Technical Report addresses in particular the multicast data transfer of large volumes of sampled values from merging units. It also considers the high precision clock synchronization and "seamless" guaranteed transport of data across the network under failure conditions that is central to the process bus concept.

This 250+ page report could be used as a compendium of solutions for the various applications found in power automation systems. The communication infrastructure is one of the crucial aspects of the future energy delivery system – in the electric power world, gas delivery, heating and cooling systems as well as in E-Mobility. The recommendations given in this new part of IEC 61850 could be applied in many application domains even outside the energy world.

As you may have seen, network infrastructure vendors like MOXA and Kyland have integrated IEC 61850/MMS in their infrastructure.

Click HERE to download the preview of IEC/TR 61850-90-4 ed1.0
Click HERE if you want to buy the report.

Tuesday, August 13, 2013

MOXA’s Dual Protocol Approach: MMS and SNMP

MOXA has announced to support a dual protocol approach in their communication infrastructure: IEC 61850/MMS and SNMP.

This is no surprise: already in the first year of standardization of IEC61850 EdF (France) proposed to use SNMP (simple network management protocol) to carry IEC 61850 payload modeled in a specialized MIB. There was very little support for SNMP.

It is natural that the communication infrastructure also provides IEC 61850/MMS access to the many data objects used in switches, routers and other equipment. IEC 61850-7-4 Edition 2 has a lot of new – communication related – logical nodes that are linked directly to network management like “Physical communication channel supervision” logical node (LCCH):

RxCnt - Number of received messages
RedRxCnt - Number of received messages on redundant channel
TxCnt - Number of sent messages

This is related to the communication infrastructure … Or?

Click HERE for details from MOXA.

MOXA concludes in a White paper:

“Moxa’s new line of PowerTrans IEC 61850 switches now come with full MMS compatibility, with a complete implementation of IEC 61850 data modeling and a built-in MMS server. Our entire line of substation computers, switches, and other associated hardware all still feature our own enhanced SNMP support (with custom MIB files), but Moxa welcomes any inquiry into further customizing our switches, embedded computers, and other substation IT hardware with full or enhanced MMS support, made to your order.”

Saturday, July 13, 2013

IEC 61850: Phoenix Contact offers special Ethernet Ring Solution

Phoenix Contact (Germany) published a paper “IEC 61850 verknüpft Energie- und Automatisierungsnetz” (IEC 61850 connects Energy Networks and Automation Networks) in the latest issue of the Magazine Computer & Automation (July 2013).

IEC 61850 is understood as a huge benefit in the energy delivers system because it is accepted globally.

Phoenix Contact offers special Managed industrial Ethernet switches that combine extensive network performance and security features with complete IEEE redundancy (STP/RSTP/MST) and 15 ms recovery time extended ring redundancy.

The extended ring redundancy is offered as a cost-effective redundancy solution – compared to solutions based on PRP and HSR.

Click HERE for further information on the IEC 61850-3 compliant Ethernet Switches.

Monday, May 7, 2012

Draft IEC 61850-90-4 – Network engineering guidelines

IEC has published the following draft for ballot (57/1238/DTR):

IEC 61850-90-4 TR Ed.1:
Communication networks and systems for power utility automation –
Part 90-4: Network engineering guidelines for substations

The ballot closes on 2012-06-22.

Please contact your national committee to get a copy of this crucial document.

This 192 page Technical Report provides definitions, guidelines, and specifications for the network engineering of IEC 61850 based (substation and other) automation.
It addresses issues such as Ethernet technology, network topology, redundancy, traffic latency and quality of service, traffic management by multicast and VLAN, network-based clock synchronization and testing of the network.

Thursday, February 23, 2012

Siemens Industry offers PRP Ethernet Redundancy Products

Ethernet is obviously to become the number ONE solution for almost all automation domains – just a few experts expected this success some 20 years ago. Even one of the serious supporters of Fieldbusses (Siemens) is supporting this trend by offering new Ethernet products.

High Availability Seamless Redundancy (HSR) and Parallel Redundancy Protocol (PRP) are the latest additions to the IEC 62439 Standard for High Availability Industrial Ethernet Networks. Designed for mission critical and time sensitive applications such as those found in Electric Utility protection and control applications (referenced by IEC 61850-8-1). Below is an excerpt of the TCP/IP Profile (PRP1 and HSR are also contained in the GOOSE and SV profiles):

image

Siemens offers IEC 62439-3 PRP compliant Ethernet products (SCALANCE X204RNA).

Click HERE for information on SCALANCE X204RNA in English
Click HERE for information on SCALANCE X204RNA in German
Click HERE for Manuals and further information

Click HERE for further information on the concepts [ppt presentation]
Click HERE for other IEC 62439 products [Hirschmann]

Friday, February 10, 2012

Ethernet for Real-Time Applications – IEEE Symposium in Munich

On January 17, 2012 TUEV SUED (Munich, Germany) held a symposium on real-time Ethernet. Ethernet is not fit for real-time – that is what has been said from the very beginning. But: time and technology has changed. “Deterministic Ethernet & Unified Networking - Never bet against Ethernet …”, this is the opening statement of one of the 11 presentations of the symposium. Ethernet seems to be THE backbone of all automation systems in the near future.

The 11 presentations can be downloaded:

1. Opening by TÜV SÜD
2. IEEE 802.1 AVB standards status (audio video bridging, Broadcom)
3. Real-time networks and preemption (Cisco)
4. Latency Scenarios of Bridged Networks (Deggendorf University)
5. Real-time Ethernet Requirements for Automation Applications (iniT)
6. Ultra Low Latency Traffic Class @ Industry (Siemens)
7. Adaptive Scheduling of Streams in RT (Czech TU Prague)
8. AVB and Fault Tolerant Networking (Belden/Hirschmann) – Ethernet everywhere!
9. Robustness Requirement in Industry and Energy (ZHAW, CH)
10. Deterministic Ethernet & Unified Networking (TTTech)
11. IEEE 1588v2 Time Synchronization in Energy Automation Applications – Case Studies from China (RuggedCom) – Huge substation with more than 160 Ethernet Switches!

When I was about to do my diploma thesis at Siemens in Karlsruhe in 1981, my topic was to do some practical analysis of Ethernet. Due to the high cost of two (2) Ethernet MAUs (40.000 DM / 20.000 Euro) it was decided not to purchase the hardware – people did not believe that Ethernet would be an option at all … and forever. Many experts believed in Token Passing.

I did not agree (I was still a student). So, I decided to look for an answer of making shared Ethernet deterministic … it ended up in a patent Siemens got.

More to come … in China and all over. Ethernet and IEC 61850 (based on Ethernet) are providing real standard solutions.

Tuesday, January 31, 2012

Siemens Industry to take over RuggedCom

The Siemens division Industry (not Energy!) announced yesterday (2012-01-30) that they agreed with RuggedCom to acquire Canadian network supplier RuggedCom Inc. The other day it was reported that Belden was trying to take over RuggedCom.

Click HERE for the Siemens press release from 2012-01-30.

It is quite interesting to see how long it took to make Ethernet an enjoyable solution:

Excerpt from the press release: “Siemens’ portfolio of industrial Ethernet networking components is enjoying above-average growth rates compared to the competition. Until now, the main emphasis of Siemens’ installed base in this segment has been in Europe. “RuggedCom’s portfolio would be an ideal addition to our range of industrial Ethernet communication products, improving our industrial-quality router and switch offering. In addition, the acquisition would improve our footprint in the North America and the Asia-Pacific region,” said Anton S. Huber, CEO of the Siemens Industry Automation Division. Huber also indicated that all of RuggedCom’s and Siemens’ product lines would be developed further in the next few years.”

What is meant by “competition” in the statement “industrial Ethernet networking components is enjoying above-average growth rates compared to the competition”? Is Ethernet competing with the “Profi”- and many other Fieldbusses … Profibus and ProfiNet … FF fieldbus …?

For me this deal indicates that the native Ethernet solution as provided by RuggedCom and used in IEC 61850 is the most “enjoyable” and successful network solution in the next 20 years or so! RuggedCom is (as Belden/Hirschmann) quite active in the IEC 61850 standardization.

When I worked for Siemens Industry in the early 90s, I recommended to use native Ethernet instead of fieldbusses … now we write 2012 – 20 years later.

Click HERE for the paper “Bridging MAP to Ethernet” [PDF, 720 KB, 1991]

Click HERE for the paper “Fieldbus standardization: Another way to go” [PDF, 720 KB, 1991].

Friday, January 6, 2012

Belden seeks to acquire networking specialist RuggedCom ‎

Ruggedized network infrastructure compliant to IEC 61850-3 is crucial for the implementation of Smart(er) Grids. RuggedCom – one of the well known brands in the substation domain – is one of the companies that offers network components to build the needed communication infrastructure.

One of RuggedCom competitors, Belden (Hirschmann is a brand of Belden), wants to take RuggedCom over.

Click HERE for the press news.

This shows that the Power Industry is following the native Ethernet solutions. IEC 61850 is based on the native Ethernet solution in contrast to the industrial automation domain where a lot of even standardized solutions like EtherCat, ProfiNet, PowerLink, … compete with each other Ethernet-based and traditional Fieldbuses, e.g., Profibus, CAN, Interbus, …

The Electric Power System has a highly standardized process: the 3 phase A.C. system (50 or 60 Hz). This single process requires a single communication solution: IEC 61850 based on native Ethernet.

Wednesday, November 23, 2011

Details of NEW Hirschmann RSP and Embedded Switches With IEC-Standard Redundancy and IEEE 1588 disclosed

The recently announced new Ethernet Switches from Hirschmann that support redundancy protocols are now officially disclosed.

With Hirschmann™ RSP Switches, Which Support the New IEC-Standard Redundancy Protocols (PRP, HSR), Networks Can Now be Built for the First Time With Genuinely Uninterrupted Data Communication.

The Advantages at a Glance

  • Extensive range of redundancy methods: PRP, HSR, PRP/HSR Red Box, MRP, Fast MRP, RSTP
  • Precise synchronization compliant with IEEE 1588v2
  • Enhanced security mechanisms: authentication, radius, role based access, port security, SSHv2, HTTPS and SFTP, plus others currently in preparation.
  • Fast device replacement, comprehensive logging and storage of all configuration data, plus operating software updates via SD card
  • High level of vibration resistance
  • Broad immunity to electrostatic discharges and magnetic fields
  • Temperature range from -40°C to +70°C
  • Power supply 24/36/48 V DC or 60/120/250 V DC and 110/230 V AC
  • Strong and compact metal housing

Click HERE for the technical Brochure [pdf, English]
Click HERE for the technical Brochure [pdf, Deutsch]

The New Embedded Ethernet EES20 and EES25 Switches from Hirschmann™ Combine the Functional Scope of a Powerful Managed Switch With Interruption-free Redundancy Protocols and Precise Synchronization.

  • This module allows automation equipment to be extended to include state-of-the-art switch technology with very little effort
  • The additional network functionality gives the equipment sustained competitive
    advantages
  • Development process and time-to-market are significantly shortened thanks to
    Embedded Ethernet

Click HERE for the technical Brochure [pdf, Englich]
Click HERE for the technical Bochure [pdf, Deutsch]

Tuesday, October 25, 2011

NEW Hirschmann Ethernet Switches for Substations and other Critical Applications

Hirschmann is (to my knowledge) the leading manufacturers of Ethernet Switches for mission critical industrial applications. Hirschmann is also quite active in the domain of substations (IEC 61850, …). The following new products offer standardized features like RSTP (Rapid Spanning Tree Protocol), PRP (Parallel Redundancy Protocol) and HSR (High-availability Seamless Redundancy).

With these components there is sufficient timeliness guaranteed in mission critical substation protection and automation systems. This is far above the old “yellow cable” Ethernet of the 80s and 90s.

Hirschmann™ presents switches from its new RSP family Redundancy with zero switchover time:
Click HERE for further information (English)
Click HERE for further information (German)

Hirschmann™ once again demonstrates its market leadership in Industrial
Ethernet Hirschmann™ switches support seamless redundancy. The new PRP (Parallel Redundancy Protocol) and HSR (High-availability Seamless
Redundancy)
protocols are two newly developed redundancy methods that significantly increase the availability and reliability of network connections:
Click HERE for further information (English)
Click HERE for further information (German)

Hirschmann™ markets new Embedded Ethernet components Module with the functional scope of a standalone switch:
Click HERE for further information (English)

White Paper on Media Redundancy Concepts - High Availability in Industrial Ethernet:
Click HERE for further information (English)

Monday, October 10, 2011

Long-Term Supply Agreement on Ethernet Components between Hirschmann and Yokogawa Electric Corporation

“Yokogawa will use Hirschmann Industrial Ethernet switches [Neckartenzlingen, Germany] in their Vnet/IP® high-speed control networks and provide maintenance services to facilitate the deployment of highly reliable control networks. Plant control communication network in markets such as oil & gas, power transmission & distribution, pharmaceuticals and water/wastewater must endure harsh environments with extreme ambient temperatures and corrosive gasses.”

Hirschmann is also deeply involved in IEC 61850 standardization and application. More to come …

Click HERE for the news report from Belden.