News


Hands-on advice towards IIoT field device connectivity

Technews Industry Guide - Industrial Internet of Things 2016 News

The Industrial Internet of Things is more than a trend – it is now a way of life. More and more, people are embracing this concept by connecting all types of devices to the Internet. The thing is, though, implementing the IIoT is not always that straightforward: the tricky part is bringing all the different pieces of the puzzle together. Companies need to overcome many challenges before putting their IoT strategy into action.

The first step to an effective implementation strategy revolves around your organisation’s operational environment, made up of devices, applications and processes. In this article, we put ourselves in your shoes. We have come up with three scenarios to point out key factors you need to look out for when making your first foray into the IIoT. Remember, doing it right the first time will save you both time and money.

Scenario 1: Managing heterogeneous networks at field sites.

Scenario 2: Configuring, deploying, troubleshooting and maintaining devices on a large scale.

Scenario 3: Devices are damaged by extreme temperatures and other environmental interference.

Scenario 1: Managing heterogeneous networks at field sites

In industrial automation applications, collecting data from field devices will become more important than ever. Temperature, motor speed, start/stop status, or video footage, can be used to gain new insights to increase competitiveness. For example, you can determine how to optimise your energy usage, production line performance, and even when to do preventive maintenance to reduce the amount of downtime. However, these devices often speak different languages: some use proprietary protocols, whereas others use open standard protocols. Whatever the case may be, you will need to find an efficient way to convert back and forth between one or more protocols.

Selecting suitable protocols

Many different protocols are used in different field devices, and each protocol has unique features to meet specific purposes. For example, Modbus RTU/ASCII is simple, easy to use, and cost-effective. If you just need to collect data every few seconds or even longer, then Modbus will be more than sufficient to do the job. But if you want to exchange data every 10 milliseconds, then Profibus is a better solution. It is more expensive, but it’s extremely reliable in time-critical applications. Your requirements should determine the solution best suited for your operation. Because Ethernet is now established, Ethernet-based protocols are used more frequently at field sites. Most Ethernet-based protocols are open standard such as Modbus/TCP, Profinet, OPC UA in automation, or ONVIF in video. When you design a new system, or upgrade an existing one, make sure your field devices support open standard protocols so that they will be interoperable with devices from other vendors.

Integrating different protocols and media effectively

In the field, the entire network can be separated into a field layer, a control layer, and a supervisory layer. Each layer has a different response time and environmental factors. You may then use different protocols to meet the requirements of each of the three aforementioned layers respectively. After choosing the right protocol, the next step is to collect the applicable information from these devices with different protocols. A protocol gateway is usually the best solution for this integration. For example, it can convert a field layer protocol (e.g., Modbus RTU meter) to a control layer protocol (e.g., EtherNet/IP or Profinet PLC in control layer).

To meet industrial environment requirements, different transmission media can be used to build the most reliable communications system. For example, fibre optic cable is used for Modbus RTU communications because it can extend over a long distance. In cases of excessive electronic noise, fibre optic cable is also the default choice. Therefore, when you plan your system, it is important to make sure the vendor can provide a foolproof solution with regard to any communications issue. This includes different device interfaces (e.g, RS-232/RS-485, remote I/O), different network interfaces (e.g., optical fibre, Ethernet, wireless), and support for different protocols (e.g., fieldbus, OPC UA, ONVIF). A complete solution can save lots of valuable time in system integration.

Handling proprietary protocols

We have already talked considerably about standard protocols. However, a large number of existing devices use proprietary protocols. In most cases, the interface is serial. For some reason, however, Modbus RTU or DF1, which are very popular on the serial market, are not used.

These devices can range from a power meter to a barcode reader. To connect them to an Ethernet network, you can use a serial-to-Ethernet converter, referred to in the industry as a serial device server. Two interfaces are supported: a serial interface on one side, and an Ethernet interface on the other side. Serial device servers can support virtual real COM ports so that they work as a legacy COM port in your scada system.

Serial device servers also support the so-called ‘raw socket’ mode, which can transfer serial data to TCP or UDP packets transparently. Most scada or OPC servers support special drivers or libraries to work with serial device servers to receive this proprietary protocol. You still have to handle the protocol manually as before, but serial device servers can help you transmit the data to an Ethernet network.

Scenario 2: Configuring, deploying, troubleshooting and maintaining devices on a large scale

Before taking the first step into the IIoT, one defining question needs to be answered. How do I manage different devices from different sources on the same network? The acquisition of devices to collect data from field sites usually goes smoothly. The management of the whole kit and caboodle is what makes things complicated. Take note: the possible deployment of hundreds or even thousands of devices – most probably sourced from different vendors – on your site will most certainly bring about a complex situation. Let us talk about what you need to do after buying your devices. These tasks may include, but are not limited to, device provisioning, testing, configuration file backup, deployment, troubleshooting, remote access and upgrade, and device monitoring.

If these devices are installed at remote sites, operation and maintenance costs could increase tremendously. Therefore, extensive and time-consuming planning and testing are essential before any deployment of devices to ensure lower maintenance costs in future operations. The good news is that there is a better solution, which is less cumbersome and time-consuming. IIoT solution providers can help end users manage massive numbers of devices by offering a handy configuration tool, device management software, or troubleshooting utilities, which help lower the total cost of ownership of the entire IIoT system. To give you an overall concept about what software can be used to manage these devices, we will elaborate on some tips to evaluate different IIoT vendor solutions.

Use a user-friendly web console and utility for faster configuration

Configuring a single device is easy, but it is another story when it comes to configuring multiple devices. A web console is a good and important configuration tool, not only for configuration but also for maintenance purposes. A user-friendly web console walks you through the entire setup process on a single device; all that is needed is a computer equipped with Ethernet and a web browser. When conducting a maintenance task, a field engineer can simply bring along a laptop computer and Ethernet cable, without installing any software, to check and configure a device at a remote site. A Windows-based utility is useful when multiple devices need to be configured simultaneously. The utility should provide an auto search function to search for devices already connected to the network. Furthermore, it should be able to duplicate a configuration as a template for multiple connected devices, where different settings could simply be an IP address or a device name.

A user-friendly utility should also provide a quick protocol mapping function, which can save engineers time since they won’t need to reference registered addresses in different vendors’ user manuals. An offline configuration tool offers a ready-to-configure feature that does not require you first to buy a device. Users can simply download an offline configuration tool from a vendor’s website, install it on a PC, and start configuring the device right away. It can help users determine whether a device’s functions are sufficient for their applications without spending money unnecessarily by blindly buying devices.

Let’s take a controller, which provides control logic capabilities, as an example. It is difficult for users to ensure, by reading a datasheet or user manual, whether the control functions meet the requirements. An offline configuration tool should provide a simulation function to test whether the configuration is correct before updating it on the device to prevent any disasters or fatalities at a remote site.

Deploy and troubleshoot a large scale of devices

Efficiently installing a device at a remote site is pretty easy, but confirming that the device is running correctly is easier said than done. Sometimes the configured devices pass tests with flying colours in an office environment, but then issues may occur at a remote site. It may be an issue related either to the hardware or the software, and a field engineer may not have enough knowledge to clarify and fix the issue during the installation process at a remote site. A handy troubleshooting tool can help diagnose the issue on a device or record all commands and responses that pass through the device, assisting engineers in determining the root cause of failures. If the issue can be solved quickly, it will mean savings on labour costs. In addition, speeding up the installation process would deliver the required results sooner to the end user.

Monitor and maintain multiple devices on a remote site

How can we ensure that hundreds or thousands of devices always run smoothly and correctly at a remote site? Accidents and breakdowns may happen and cause a system error. Engineers in control rooms need to be alerted immediately so they can react promptly to mitigate the impact. Even better, the ideal solution is that engineers should have ample warning that a stress situation is building up in a system so that they can enact a contingency plan in advance to keep the main system running. Scada software is designed for remote monitoring and controlling your main system, but not for all of your IIoT devices. A handy device management tool should provide integrated status overview for all the connected devices at a remote site, such as running status, firmware version, and configuration settings. It should also provide settings that can be configured from a central site to fine-tune the device without sending engineers to a remote site.

Furthermore, it should be able to update a device’s configuration from the central site without disrupting its operation. In addition, the device management tool should provide reliable remote access and software upgrade capabilities from a central site to reduce maintenance labour costs. It also should help manage device firmware and configuration versions to keep the device’s software current and reliable.

Scenario 3: Devices are damaged by extreme temperatures and other environmental interference

Many Industrial IoT devices are located in harsh environments with extreme weather and installation conditions, such as high temperatures, high electromagnetic interference, excessive vibrations, enormous dust storms, high humidity, and many more factors, all of which can have a big impact on device reliability and longevity. Therefore, it is important to choose ruggedised devices that are reliable to ensure operations are not disrupted due to break down or damage.

Evaluate installation environments to choose optimal industrial-grade devices

Many industrial-grade devices are available on the market right now. Most of them feature a rugged design specifically for industrial system applications; they are also industry approved and certified. The dilemma now is to choose the one that will optimise your operations the most as each has its own design and features. Because devices’ performance and reliability affect your costs and the efficiency of long-term operations, making the right choice is vital. The first thing to consider is the type of environment in which a device will be installed. What is the temperature range? What is the electromagnetic/surge protection? Will the device be installed outdoors or indoors? Is water or dust present? Do vibrations occur?

From these details, you can get a clear picture of what environment specifications are required for a device. Usually, devices with higher design specifications, such as -40 to 75°C operating temperature range, IP66/67/68 water and dust protection, and EMI/surge level 4 are suitable for most outdoor environments. However, these rugged design specifications also mean these devices do not come cheap. Then again, it is important to remind yourself that choosing devices for their optimal rugged-design specifications based on the installation environment can maximise your ROI for the industrial system.

Review test reports and master manufacturing processes

Are you sure the devices you chose are really industrial-grade? To be sure, you need to do two things before you buy them: one is to read test reports, and the other is to evaluate the manufacturing process. These rugged design specifications usually have different criteria for different environments, and are endorsed by different certifications and standards. Consider UL certification as an example. UL 60950-1 applies to devices used indoors, while UL 60950-22 is specific to devices used outdoors. This is standard in the industry and most industrial devices should have this kind of information in their datasheets or user’s manuals. Furthermore, we recommend reviewing the device’s test report or certification by a third party to confirm that the device satisfies all of the test criteria. Moreover, it is also important to know what manufacturing processes are involved to test these rugged-design specifications as not all of the components assembled in these devices are industrial-grade. Therefore, special manufacturing processes, such as hi-pot and chamber burn-in, to name a few, are required to filter out those devices with weak components. Implementing such a process guarantees that mass-produced devices really come with these rugged design features.

Evaluate MTBF and ask for RMA rates

Maintenance is also a key issue in industrial systems. Therefore, device reliability and longevity needs to be considered. Currently, the most popular method to evaluate a device’s reliability is MTBF (mean time between failures). Obviously, the device with the highest MTBF values should be more reliable than those with lower MTBF values. However, when comparing the MTBF values between different devices, you need to verify whether the calculation standard and profile of the devices are the same. Also, keep in mind that MTBF is a theoretical value: it does not mean the device will not fail in the period indicated by the MTBF. Hence, we recommend asking the supplier for the RMA rate as a reference.

Moxa solutions

Moxa provides complete solutions for device connectivity, including device servers, fibre media converters, remote I/Os and IP cameras. These solutions are designed to meet industrial environment requirements, for example, high electronic noise protection, wide temperature ranges, and DIN-rail mounting design. Standard protocols are also supported, such as Modbus TCP, Profibus, Profinet, EtherNet/IP, OPC UA, and ONVIF for IP cameras. Moxa provides the OPC UA server software to simplify scada system integration. In addition, the ActiveX control SDK for IP cameras, together with a video gadget, provides an easy and simple integration process for live displays and video recording in scada systems. All Moxa solutions provide a user-friendly web console or utility that can help you finish the configuration quickly and easily.

To check if your network infrastructure is IIoT ready, download the FAQ sheet at http://instrumentation.co.za/+T3

For more information contact RJ Connect, +27 (0)11 781 0777, [email protected], www.rjconnect.co.za



Credit(s)



Share this article:
Share via emailShare via LinkedInPrint this page

Further reading:

Reinstatement opportunity for ECSA registration
News
In 2023 the Engineering Council of South Africa (ECSA) announced a special opportunity for engineers in South Africa to reinstate their registration status if it had been cancelled. This exclusive offer is available until the end of August 2024.

Read more...
Hytec opens fifteenth Mandela Day library
Bosch Rexroth Africa News
Over 200 learners at Monene Primary School in rural Limpopo have received their own containerised library. This is the fifteenth library since 2011, provided by Hytec South Africa and the Nelson Mandela School Library Project to schools across the country.

Read more...
Connecting every transport node
RJ Connect Editor's Choice Data Acquisition & Telemetry
Stockholm's bus system strategically links urban mainline, suburban mainline, non-mainline routes, community service buses and night buses. To acquire and process data from multiple sources and analyse onboard information on their moving buses, Transdev sought a dependable and powerful onboard computer. It teamed up with CatAB, Moxa’s local representative, known for delivering top-notch industrial data communication boards and equipment since 1988.

Read more...
CSIR survey on the state of cybersecurity in South Africa
News
The CSIR Information and Cybersecurity Centre has released four comprehensive national cybersecurity surveys. These delve into critical areas such as cybersecurity preparedness and resilience in the public sector, cybersecurity skills gaps, cybersecurity incidents, and the digital identity landscape in South Africa.

Read more...
Referro Systems partners with Festo in Northern Cape
News
Referro Systems has been recognised as an Authorised Official Partner Candidate for Festo in the Northern Cape, marking a significant milestone in its commitment to delivering best-in-class automation solutions to customers.

Read more...
Heavy-duty tablet achieves global certification
Vepac Electronics News
In a significant advancement for the company’s rugged tablets, the Teguar TRT-5380-10 heavy-duty tablet from Vepac has successfully acquired 11 international certifications, setting a new standard in quality, safety, and security across global markets.

Read more...
Bühler Johannesburg transforms Little Star Daycare Centre
News
Little Star Daycare in Vanderbijlpark has undergone a remarkable transformation, thanks to the generous support of Bühler Johannesburg.

Read more...
Schneider Electric and Harmony accelerate skills development
Schneider Electric South Africa News
Schneider Electric has formed a strategic partnership with Harmony Gold Mining to upgrade the instrumentation workshop into a state-of-the-art facility.

Read more...
RS South Africa showcases mining products and solutions
RS South Africa News
RS South Africa recently exhibited at MTE Steelport in Limpopo, and MTE Sibanye-Stillwater in Gauteng.

Read more...
RS PRO expands automation range
RS South Africa News
As automation continues to revolutionise production facilities, RS PRO, the trusted own brand of RS, is expanding its product range to meet the growing demand for smarter, more efficient processes.

Read more...