
The most important objective of wireless communications networks must be to achieve similar capacities, bandwidths, responsiveness and availability to that of wire-based communications systems. This manual covers the essential areas of robust wireless links, correct integration with the wired communications systems, and proper data security. Apart from covering wireless basics, this manual also provides an in-depth coverage of the main industrial wireless technologies in use today - radio modems, IEEE 802.11 wireless LANs (Wi-Fi) and IEEE 802.15.4 wireless PAN technology as implemented by a multitude of process control system vendors. This manual should give you a clear understanding of the choices available to you in designing and implementing your own industrial wireless network.
Download Chapter List
Practical Industrial Wireless for Engineers and Technicians - Introduction
1 Introduction
This chapter serves as an introduction to topic of Industrial Wireless systems as well as the OSI model. Wireless technologies such as IEEE 802.3 (Wi-Fi) typically implement the lower two layers of the OSI model, and it is helpful if this functionality can be understood against the backdrop of the complete OSI protocol stack.
Learning objectives
After studying this chapter you will:
1.1 Introduction
Wireless systems in the Industrial arena is nothing new. For years, wireless point-to point systems have been used in Supervisory Control and Data Acquisition (SCADA) systems in the oil, gas and electrical power generation sectors. Until recently the more ‘modern’ technologies such as IEEE 802.11 (Wi-Fi) and IEEE 802.15 (e.g. IEEE 802.15.1 Bluetooth) have been firmly entrenched in the IT and consumer markets, but not so much in the Industrial world. One of the advantages of the newer systems is that they operate in the unlicensed Industrial, Scientific and Medical (ISM) bands.
However, just as Ethernet has come of age and is rapidly penetrating the factory environment, wireless technologies are being accepted in the Industrial world. The ARC automation research group predicted in 2006 that the use of wireless technologies in the industrial world would grow by around 26% per annum. There are specific technologies that should be singled out:
An Industrial environment, however, poses several challenges to reliable, secure wireless data transmission. These include obstacles to radio propagation (e.g. metal barriers, concrete walls), extreme temperatures, Intrinsic Safety requirements, interference and multi-path situations.
1.2 WINA and ISA-SP100
1.2.1 WINA
The Wireless Industrial Networking Alliance (WINA) was founded in 2002 and is a coalition of industrial end-user companies, technology suppliers, industry organizations, software developers, system integrators, and other parties involved in the advancement of wireless systems for Industrial applications. In this regard they aim to identify, recommend, and certify appropriate wireless technologies, to focus on customer requirements, to promote effective standards, regulations, and practices, and to quantify and communicate the benefits and potential impacts of wireless technologies.
Their stated objectives include:
Technologies scrutinized by WINA include, but are not limited to, Zigbee, IEEE 802.11, IEEE 802.15.4, Bluetooth, P1451.1/2/3/4/5, and UWB.
1.2.2 SP-100
The SP-100 Wireless Systems for Automation standards committee of ISA (the International Society for Measurement and Control) is establishing standards, recommended practices, technical reports, and related information to define procedures for implementing wireless systems in the automation and control environment. The focus is on the field level. There are currently two working groups within ISA-SP100, namely SP100.11 and SP100.14.
The SP100.11 workgroup will define wireless connectivity standards addressing a wide range of applications optimized, but not restricted to, the performance requirements of control applications. These range from closed loop PID control through open loop manual control. The SP100.14 working group, on the other hand, will define wireless connectivity standards optimized for the unique performance and cost requirements of a wide range of industrial logging, monitoring, and alarming applications.
1.3 The OSI concept
A communication framework that has had a tremendous impact on the design of LANs and WLANs is the Open Systems Interconnection (OSI) model of the International Organization for Standardization (ISO). The objective of this model is to provide a framework for the co-ordination of standards development, and allows for existing as well as evolving standards activities to be set within that common framework.
The various technologies described in this manual relate to different layers of the OSI model, for example:
For that reason a quick review of the OSI model basics is a necessity. Faced with the proliferation of closed network systems, the ISO defined a ‘Reference Model for Communication between Open Systems’ (ISO 7498) in 1978. This has since become known as the ‘OSI model’. The OSI model is essentially a data communications management structure that breaks data communications down into a manageable hierarchy (‘stack’) of seven layers. Each layer has a defined purpose and interfaces with the layers above it and below it.
By laying down functions and services for each layer, some flexibility is allowed so that the system designers can develop protocols for each layer independently of each other. By conforming to the OSI standards, a system is able to communicate with any other compliant system, anywhere in the world.
The OSI model supports a client/server model and since there must be at least two nodes to communicate, each layer also appears to converse with its peer layer at the other end of the communication channel in a virtual (‘logical’) manner. The concept of isolation of the process of each layer, together with standardized interfaces and peer-to-peer virtual communication, are fundamental to the concepts developed in a layered model such as the OSI model. This concept is shown in Figure 1.1.
Figure 1.1
OSI layering concept
The actual functions within each layer are provided by entities (abstract devices such as programs, functions, or protocols) that implement the services for a particular layer on a single machine. A layer may have more than one entity; for example a protocol entity and a management entity. Entities in adjacent layers interact through the common upper and lower boundaries by passing physical information through Service Access Points (SAPs). A SAP could be compared to a predefined ‘postbox’ where one layer would collect data from the previous layer. The relationship between layers, entities, functions and SAPs is shown in Figure 1.2.
Figure 1.2
Relationship between layers, entities, functions and SAPs
In the OSI model, the entity in the next higher layer is referred to as the N+1 entity and the entity in the next lower layer as N–1. The services available to the higher layers are the result of the services provided by all the lower layers.
The functions and capabilities expected at each layer are specified in the model. However, the model does not prescribe how this functionality should be implemented. The focus in the model is on the ‘interconnection’ and on the information that can be passed over this connection. The OSI model does not concern itself with the internal operations of the systems involved.
When the OSI model was being developed, a number of principles were used to determine exactly how many layers this communication model should encompass. These principles are:
The use of these principles led to seven layers being defined, each of which has been given a name in accordance with its purpose. Figure 1.3 shows the seven layers.
Figure 1.3
The OSI reference model
The service provided by any layer is expressed in the form of a service primitive with the data to be transferred as a parameter. A service primitive is a fundamental service request made between protocols. For example, layer W may sit on top of layer X. If W wishes to invoke a service from X, it may issue a service primitive in the form of X.Connect.request to X.
Figure 1.4
Service primitive
Typically, each layer in the transmitting stack, with the exception of the lowest, adds header information, or Protocol Control Information (PCI) – aka ‘header’ – to the data before passing it across the interface to the next layer. This interface defines which primitive operations and services the lower layer offers to the upper one. The headers are used for peer-to-peer layer communication between the stacks and some layer implementations use the headers to invoke functions and services at the adjacent (N+1 or N-1) layers.
At the transmitting stack, the user application (e.g. the client) invokes the process by passing data, primitive names and control information to the uppermost layer of the protocol stack. The stack then passes the data down through the layers of the stack, adding headers (and possibly trailers), and invoking functions in accordance with the rules of the protocol at each layer.
At each layer, the ‘data’ received at a certain layer (including headers from the layers above it) is referred to as a Service Data Unit or SDU. This is normally prefixed with the first letter of the name of the layer. For example, the Transport layer receives a TSDU from the Session layer. The Transport layer then processes it, adds a header, and creates a Transport Protocol Data Unit or TPDU.
At the receiving site, the opposite occurs with the headers being stripped from the data as it is passed up through the layers of the receiving stack. Generally speaking, layers in the same stack communicate with parameters passed through primitives, and peer layers communicate with the use of the headers across the network.
At this stage it should be quite clear that there is no physical connection or direct communication between the peer layers of the communicating applications. Instead, all physical communication is across the lowest (Physical) layer of the stack. Communication takes place downwards through the protocol stack on the transmitting node and upwards through the receiving stack. Figure 1.5 shows the full architecture of the OSI model, whilst Figure 1.6 shows the effects of the addition of headers to the respective SDUs at each layer. The net effect of this extra information is to reduce the overall bandwidth of the communications channel, since some of the available bandwidth is used to pass control information.
Figure 1.5
Peer layer interactions in the OSI model
Figure 1.6
OSI message passing
1.3.1 OSI layer services
The services provided at each layer of the stack are as follows.
Application layer
The Application layer is the uppermost layer in the OSI reference model and is responsible for giving applications access to the protocol stack. Examples of Application-layer tasks include file transfer, electronic mail (e-mail) services, and network management. In order to accomplish its tasks, the Application layer passes program requests and data to the Presentation layer, which is responsible for encoding the Application layer’s data in the appropriate form.
Presentation layer
The Presentation layer is responsible for presenting information in a manner suitable for the applications or users dealing with the information. Functions such as data conversion from EBCDIC to ASCII (or vice versa), the use of special graphics or character sets, data compression or expansion, and data encryption or decryption are carried out at this layer. The Presentation layer provides services for the Application layer above it, and uses the Session layer below it. In practice, the Presentation layer rarely appears in pure form, and it is the least well defined of the OSI layers. Application- or Session-layer programs often encompass some or all of the Presentation layer functions.
Session layer
The Session layer is responsible for synchronizing and sequencing the dialog and packets in a network connection. This layer is also responsible for ensuring that the connection is maintained until the transmission is complete, and that the appropriate security measures are taken during a ‘session’. The Session layer is used by the Presentation layer above it, and uses the Transport layer below it.
Transport layer
In the OSI reference model, the Transport layer is responsible for providing data transfer at an agreed-upon level of quality, such as at specified transmission speeds and error rates. To ensure delivery, some Transport layer protocols assign sequence numbers to outgoing packets. The Transport layer at the receiving end checks the packet numbers to make sure all have been delivered and to put the packet contents into the proper sequence for the recipient.
The Transport layer provides services for the Session layer above it, and uses the Network layer below it to find a route between source and destination. The Transport layer is crucial in many ways, because it sits between the upper layers, which are strongly application-dependent, and the lower one, which are network-based.
The layers below the Transport layer are collectively known as the ‘subnet’ layers. Depending on how well (or not) they perform their functions; the Transport layer has to interfere less (or more) in order to maintain a reliable connection.
Network layer
The Network layer is the third layer from the bottom up, or the uppermost ‘subnet layer’. It is responsible for the following tasks:
Data Link layer
The Data Link layer is responsible for creating, transmitting, and receiving data packets. It provides services for the various protocols at the Network layer, and uses the Physical layer to transmit or receive material. The Data Link layer creates packets appropriate for the network architecture being used. Requests and data from the Network layer are part of the data in these packets (or frames, as they are often called at this layer). These frames are passed down to the Physical layer from where they are transmitted to the Physical layer on the destination host via the medium. Network architectures (such as Ethernet and Wi-Fi) typically encompass the Physical layer and the lower half of the Data Link layer.
The IEEE 802 networking working groups have refined the Data Link layer into two sub-layers:
The LLC sub-layer provides an interface for the Network layer protocols, and controls the logical communication with its peer at the receiving side. The MAC sub-layer controls physical access to the medium.
Physical layer
The Physical layer is the lowest layer in the OSI. This layer gets data packets from the Data Link layer above it, and converts the contents of these packets into a series of electrical signals that represent ‘0’ and ‘1’ values in a digital transmission. These signals are sent across a transmission medium to the Physical layer at the receiving end. At the destination, the Physical layer converts the electrical signals into a series of bit values. These values are grouped into packets and passed up to the Data Link layer.
The required mechanical and electrical properties of the transmission medium are defined at this level. These include:
The medium itself is, however, not specific here. For example, Fast Ethernet dictates Cat5 cable, but the cable itself is specified in TIA/EIA-568B.
1.4 Ethernet
IEEE 802.3 Ethernet is, at present, the dominant LAN technology. It provides a set of physical media definitions, a scheme for sharing that physical media (CSMA/CD or full-duplex), and a simple frame format and hardware source/destination addressing scheme (MAC addresses) for moving packets of data between devices on a LAN. On its own, however, Ethernet lacks the more complex features required of a fully functional Industrial network. For that reason, all installed Ethernet networks support one or more communication protocols that run on top of it, and provide more sophisticated data transfer and network management functionality. It is the higher layer protocols that determine what level of functionality is supported by the network, what types of devices may be connected to the network, and how devices interoperate on the network.
For many years users have steered away from the use of Ethernet in Industrial applications, mainly because of its perceived lack of determinism. This was mainly due to CSMA/CD, which is essentially stochastic in nature. Other issues that affected its Industrial application included connectors and cabling, packaging, power supplies, switching requirements, speed, power over the cable requirements and provision for redundancy.
Modern Ethernet systems, however, differ radically from the old cable-based legacy systems. Switched Ethernet systems now operate in full duplex-mode, which, for all practical purposes, eliminates collisions. Many vendors offer industrial devices, with features such as IP67 environmental rating, rail mounting, redundant DC power supplies, VLAN capability, prioritized switching (IEEE 802.1p/Q) and redundant ring operation.
Industry often expects device power to be delivered over the same wires as those used for communicating with the devices. The IEEE 802.3af standard allows a source device (a hub or a switch) to supply a minimum of 300 mA at 48 volts DC to field devices. Other Ethernet developments include Virtual LANs (IEEE 802.1Q), prioritized switching (IEEE 802.1p) and redundant switched rings.
Interested readers may peruse the appendix for additional information regarding Ethernet basics.
1.5 TCP/IP
The TCP/IP protocol suite consists of several protocols that provide routing services, end-to-end verification of transmitted data, and interfacing services to the stack for clients and servers.
TCP is a connection-oriented transport (OSI layer 4) protocol and runs on the two end hosts; i.e. the client host and the server host. It is a very reliable protocol, using triple handshakes to establish connections, acknowledgements and timeouts plus retransmissions to ensure correct delivery of data, and sliding windows to prevent data buffer overruns on the receiving side. This comes at a cost, in terms of protocol overheads such as header size.
UDP is a much simpler transport protocol. It is connectionless and provides a very simple capability to send ‘datagrams’ between two devices. It does not guarantee that the data will get from one device to another, does not perform retries, and does not even know if the target device has received the data successfully.
Many wireless technologies such as IEEE 802.11 only implement the lower two layers of the OSI stack, and will therefore require additional protocols such as TCP/IP. The wired Ethernet LAN to which the wireless LAN is attached will also, in most cases, use TCP/IP to implement OSI layers 3 and 4.
Once again, interested readers may turn to the appendix for more information on TCP/IP.
The appeal of hydrogen fuel is that as a resource on earth it’s nearly inexhaustible. But how should engineers approach green hydrogen? If you are somewhat interested in hydrogen, green hydrogen is probably a term that you have seen floating around. Whilst the vast majority of hydrogen is produced from natural gas, green hydrogen is instead produced by the electrolysis of water. If the electric current is produced by a renewable source (e.g., wind, solar, or hydropower), the hydrogen produced is known as green hydrogen. Continue reading What Is Green Hydrogen? at EIT | Engineering Institute of Technology.
The textbook definition says that electrical engineering is “the branch of engineering that deals with the practical application of the theory of electricity to the construction of machinery, power supplies, and so on”. What Do Electrical Engineers Do? Because electricity is all around us, electrical engineers are employed across a broad range of industries including aerospace, defense, marine, manufacturing, power generation, transmission and distribution, resources, telecommunications, transportation, and utilities. Continue reading How and Why Become an Electrical Engineer? at EIT | Engineering Institute of Technology.
This Plastic Free July serves as a reminder that engineers use different polymers than those that pollute the oceans – but have a role to play in environmental management. The Australian civil action movement Plastic Free July started in 2011. Initially, the campaign included the movement’s founder and a small group from the local government in Western Australia. Now it aims to share Plastic Free solutions to help reduce plastic waste globally. Continue reading Can Engineers Go Plastic-Free? at EIT | Engineering Institute of Technology.
Biomass power production will play an important part in the sustainable energy future. So when the call came to academically contribute to sustainability, three EIT academics jumped at the opportunity. Dr Harisinh Parmar our Lab coordinator, Dr Milind Siddhpura, Course coordinator for Mechanical Engineering and Dr Arti Siddhpura a Lecturer for Mechanical Engineering penned a book chapter A sustainability case study of a biomass power plant using Empty Fruit Bunch in Malaysia. Continue reading Plant Residue That Generates Electricity: EIT Academics Contribute To Sustainability Education In India at EIT | Engineering Institute of Technology.
World Ocean Day is here for us all, including engineers, to think about what we can do to protect our precious oceans. In 2022 World Ocean Day is changing. If you’re a supporter of the annual event that focuses on the ocean you would have noticed the logo changed this year, dropping the “s” from World Ocean(s) Day. Source: United Nations World Oceans Day/ YouTube The reason might seem like simple wordplay, but it digs deeper. Continue reading World Ocean Day: Dropping the ‘s’ but not sustainability at EIT | Engineering Institute of Technology.
IDC Technologies © 1991 - 2022