Improve Error Proofing with IO-Link and IoT-Enabled Sensors

Though error-proofing sensors and poka yoke have been around for decades, continuing advancements related to the Industrial Internet of Things (IIoT) are making both more accessible and easier to maintain.

Balluff - The IO-Link Revolution!

Designed to eliminate product defects by preventing human errors or correcting them in real time, poka yoke has been a key to a lean manufacturing process since it was first applied to industrial applications in 1960. Today, error proofing relies far less on manual mechanisms and more on IoT-enabled error proofing sensors that connect devices and systems across the shop floor.

IoT is enabling immediate control of error-proofing devices such as sensors. This immediacy guards against error-proofing devices being bypassed, which has been a real problem for many years. Now, if a sensor needs adjustment it can be done remotely. A good example of this is with color sensors. When receiving sub-components from suppliers, colors can shift slightly. If the quality group identifies the color lot as acceptable but the sensor does not, often the color sensor is bypassed to keep production moving until someone can address it, creating a vulnerable situation. By using IoT-enabled sensors, the color sensor can be adjusted remotely at any time or from any location.

The detection of errors has been greatly improved by integrating sensors directly into the processes. This is a major trend in flexible manufacturing where poka yoke devices have to be adjusted on-the-fly based on the specific product version being manufactured. This means that buttons or potentiometers on discrete sensors are not adequate. Sensors must provide true data to the control system or offer a means to program them remotely. They must also connect into the traceability system, so they know the exact product version is being made. Connections like this are rapidly migrating to IO-Link. This technology is driving flexible manufacturing at an accelerated rate.

IO-Link enables sensors to process and produce enriched data sets. This data can then be used to optimize efficiencies in an automated process, increase productivity and minimize errors.

Additionally, the easily expandable architecture built around IO-Link allows for easy integrations of poka yoke and industrial identification devices. By keeping a few IO-Link ports open, future expansion is easy and cost effective. For poka yoke, it is important that the system can be easily expanded and that updates are cost-effective.

Using Data to Drive Plant Productivity

What is keeping us from boosting productivity in our plants to the next level? During a recent presentation on Industry 4.0 and IIoT, I was asked this question.

The single biggest thing, in my opinion, that is keeping us from boosting productivity to the next level is a lack of DATA. Specifically, data about the systems and the processes.

1

Since the beginning of time, we have been hungry for efficiency. While early man invented more efficient methods to hunt and survive, today we are looking for ways to produce more efficiently in our plants with minimum or zero waste. After exhausting all the avenues for lean operations on plant procedures and our day-to-day activities, we are now looking at how we can recover from unanticipated downtime quickly. I am sure in future we will be seeking information on how can we prevent the downtime altogether.

There are plentiful of reasons for downtime. Just a few examples:

  1. Unavailability of labor – something we might be experiencing these days, when the COVID-19 pandemic has reduced some labor forces
  2. Unavailability of raw materials
  3. Unavailability of replacement components
  4. Unavailability of assets
  5. Failures in machines/components

In this list, the first two reasons, are beyond the scope of this blog’s intentions and frankly somewhat out of controls from the production standpoint.

The next two reasons, however, are process related and the last one is purely based on the choices we made. These three reasons, to a certain extent, can be reduced or eliminated.

If the downtime is process related, we can learn from them and improve our processes with so called continuous improvement initiatives. We can only do these continuous improvements based on observable factors (a.k.a. data) and we cannot improve our processes based on speculations. Well, I shouldn’t say “cannot”, but it will be more like a fluke or luck. It is apt to say “ what can’t be measured, can’t be improved!”

A good example for elaborating my point is change-over in the plant to produce a different product. Unless there is a good process in place for ensuring all the change-over points are properly addressed and all the change parts are correctly installed and replaced, the changeover time could and will likely lead to tremendous amounts of lost productivity. Secondly, if these processes are done manually and not automated, that is also a loss of productivity or, as I like to say, an area for continuous improvement to boost productivity based on observable facts. Sometimes, we take these manual change-overs as a fact of life and incorporate that time required as a part of “planned” downtime.  Of course, if you do change-overs once a year – it may be cost effective to keep the process manual even in today’s situation. But, if your plant has multiple short batch productions per day or per week, then automating the changeovers could significant boost productivity. The cost benefit analysis should help prove if it is continuous improvement or not.

Assets are an important part of the equation for smooth operations. An example would be molds in the stamping plant or cutting-deburring tools in metal working plants. If plants have no visibility or traceability of these important assets for location, shape or form, it could lead to considerable downtime. The calibration data of these tools or number of parts produced with the tool are also important pieces of data that needs to be maintained for efficient operations. Again, this is data about the system and the integration of these traceability initiatives in the existing infrastructure.

Failures in machines or components could cause severe downtime and are often considered as unavoidable. We tackle these failures in a two-step approach. First, we hunt for the problem when it is not obvious, and two, we find the replacement part in the store room to change it out quickly. And, as process improvement, we schedule preventative maintenance to inspect, lubricate and replace parts in our regular planned downtime.

The preventative maintenance is typically scheduled based on theoretical rate of failure. This is a good measure, especially for mechanical components, but, predictive or condition-based maintenance usually yields higher returns on productivity and helps keep plants running smooth. Again, predictive maintenance relies on data about the condition of the system or components. So, where is this data and how do we get to it?

Standardization of interfaces is another important component for boosting productivity. In my next blog, I will share how IO-Link as a technology can help address all of these challenges and boost productivity to the next level.

Are machine diagnostics overburdening our PLCs?

In today’s world, we depend on the PLC to be our eyes and ears on the health of our automation machines. We depend on them to know when there has been an equipment failure or when preventative maintenance is needed. To gain this level of diagnostics, the PLC must do more work, i.e. more rungs of code are needed to monitor the diagnostics supplied to the sensors, actuators, motors, drives, etc.

In terms of handling diagnostics on a machine, I see two philosophies. First, put the bare bones minimum in the PLC. With less PLC code, the scan times are faster, and the PLC runs more efficiently. But this version comes with the high probability for longer downtime when something goes wrong due to the lack of granular diagnostics. The second option is to add lots of diagnostic features, which means a lot of code, which can lessen downtime, but may throttle throughput, since the scan time of the PLC increases.

So how can you gain a higher level of diagnostics on the machine and lessen the burden on the PLC?

While we usually can’t have our cake and eat it too, with Industry 4.0 and IIoT concepts, you can have the best of both of these scenarios. There are many viewpoints of what these terms or ideas mean, but let’s just look at what these two ideas have made available to the market to lessen the burden on our PLCs.

Data Generating Devices Using IO-Link

The technology of IO-Link has created an explosion of data generating devices. The level of diversity of devices, from I/O, analog, temperature, pressure, flow, etc., provides more visibility to a machine than anything we have seen so far. Utilizing these devices on a machine can greatly increase visibility of the processes. Many IO-Link masters communicate over an Ethernet-based protocol, so the availability of the IO-Link device data via JSON, OPC UA, MQTT, UDP, TCP/IP, etc., provides the diagnostics on the Ethernet “wire” where more than just the PLC can access it.

Linux-Based Controllers

After using IO-Link to get the diagnostics on the Ethernet “wire,” we need to use some level of controller to collect it and analyze it. It isn’t unusual to hear that a Raspberry Pi is being used in industrial automation, but Linux-based “sandbox” controllers (with higher temperature, vibration, etc., standards than a Pi) are available today. These controllers can be loaded with Codesys, Python, Node-Red, etc., to provide a programming platform to utilize the diagnostics.

Visualization of Data

With IO-Link devices providing higher level diagnostic data and the Linux-based controllers collecting and analyzing the diagnostic data, how do you visualize it?  We usually see expensive HMIs on the plant floors to display the diagnostic health of a machine, but by utilizing the Linux-based controllers, we now can show the diagnostic data through a simple display. Most often the price is just the display, because some programming platforms have some level of visualization. For example, Node-Red has a dashboard view, which can be easily displayed on a simple monitor. If data is collected in a server, other visualization software, such as Grafana, can be used.

To conclude, let’s not overburden the PLC with diagnostic; lets utilize IIoT and Industry 4.0 philosophy to gain visibility of our industrial automation machines. IO-Link devices can provide the data, Linux-based controllers can collect and analyze the data, and simple displays can be used to visualize the data. By using this concept, we can greatly increase scan times in the PLC, while gaining a higher level of visibility to our machine’s process to gain more uptime.

Adding a higher level of visibility to older automation machines

It’s never too late to add more visibility to an automation machine.

In the past, when it came to IO-Link opportunities, if the PLC on the machine was a SLC 500, a PLC-5, or worse yet, a controller older than I, there wasn’t much to talk about. In most of these cases, the PLC could not handle another network communication card, or the PLC memory was maxed, or it used a older network like DeviceNet, Profibus or ASi that was maxed. Or it was just so worn out that it was already being held together with hope and prayer. But, today we can utilize IIoT and Industry 4.0 concepts to add more visibility to older machines.

IIOT and Industry 4.0 have created a volume of products that can be utilized locally at a machine, rather than the typical image of Big Data. There are three main features we can utilize to add a level of visibility: Devices to generate data, low cost controllers to collect and analyze the data, and visualization of the data.

Data Generating Devices

In today’s world, we have many devices that can generate data outside of direct communication to the PLC.  For example, in an Ethernet/IP environment, we can put intelligent devices directly on the EtherNet/IP network, or we can add devices indirectly by using technologies like IO-Link, which can be more cost effective and provide the same level of data. These devices can add monitoring of temperature, flow, pressure, and positioning data that can reduce downtime and scrap. With these devices connected to an Ethernet-based protocol, data can be extracted from them without the old PLC’s involvement.  Utilizing JSON, OPC UA, MQTT, UDP and TCP/IP, the data can be made available to a secondary controller.

Linux-Based Controllers

An inexpensive Raspberry Pi could be used as the secondary controller, but Linux-based open controllers with industrial specifications for temperature, vibration, etc. are available on the market. These lower cost controllers can then be utilized to collect and analyze the data on the Ethernet protocol. With a Linux based “sandbox” system, many programming software packages could be loaded, i.e. Node-Red, Codesys, Python, etc., to create the needed logic.

Visualization of Data

Now that the data is being produced, collected and analyzed, the next step is to view the information to add the extra layer of visibility to the process of an older machine. Some of the programming software that can be loaded into the Linux-based systems, which have a form a visualization, like a dashboard (Node-Red) or an HMI feel (Codesys). This can be displayed on a low-cost monitor on the floor near the machine.

By utilizing the products used in the “big” concepts of IIOT and Industry 4.0, you can add a layer of diagnostic visualization to older machines, that allows for easier maintenance, reduced scrap, and predictive maintenance.

Increase Efficiencies and Add Value with Data

Industry 4.0 and the Industrial Internet of Things (IIoT) are very popular terms these days.  But they are more than just buzzwords; incorporating these concepts into your facility adds instant value.

Industry 4.0 and IIoT provide you with much needed data. Having information easily available regarding how well your machines are performing allows for process improvements and increased efficiencies. The need for increased efficiency is driving the industry to improve manufacturing processes, reduce downtime, increase productivity and eliminate waste.  Increased efficiency is necessary to stay competitive in today’s manufacturing market.  With technology continuing to advance and be more economical, it is more feasible than ever to implement increased efficiencies in the industry.

Industry 4.0 and IIoT are the technology concepts of smart manufacturing or the smart factory.  IIoT is at the core of this as it provides access to data directly from devices on the factory floor. By implementing a controls architecture with IO-Link and predictive maintenance practices through condition monitoring parameters from the devices on the machine, Industry 4.0 and IIoT is occurring.

Condition monitoring is the process of monitoring the condition of a machine through parameters.  In other words, monitoring a parameter that gives the condition of the machine or a device on the machine such as vibration, temperature, pressure, rate, humidity etc. in order to identify a significant change in condition, which indicates the possible development of a fault.  Condition monitoring is the primary aspect of predictive maintenance.

IO-Link is a point-to-point communication for devices which allows for diagnostics information without interfering with the process data. There are hundreds of IO-Link smart devices, which provide condition monitoring parameters for the health of the device and the health of the machine.  By utilizing capabilities of IO-Link for diagnostics the ability to gather large amounts of data directly from devices on the factory floor gives you more control over the machines efficiency.  Smart factory concepts are available today with IO-Link as the backbone of the smart machine and smart factory.

Dive into big data with confidence knowing you can gather the information you need with the smart factory concepts available today.

Make 2020 the Year of Smart Manufacturing

1.jpg

As we near the end of 2019, it is time to start thinking of New Year’s resolutions. Mostly, these are personal — a promise to eat better, to work out, or save money. But the clean slate of a fresh year on the calendar is also a good time to reevaluate business practices and look at how we can improve on the work floor. And as we enter a new decade, one of the areas every manufacturer needs to be considering is smart manufacturing.

Smart manufacturing uses real-time data and technology to help you meet the changing demands and conditions in the factory and supply chain to meet customer needs. This accurate, yet seemingly vague, definition means that the implementation of smart manufacturing into the workplace can help you meet an array of issues that negatively impact efficiency and the bottom line.

Implementation of smart manufacturing can:

  • Reduce manufacturing costs
  • Permit higher machine availability
  • Boost overall equipment effectiveness
  • Improve asset utilization
  • Allow for traceability of products and parts
  • Enhance supply chain
  • Ease new technology integration
  • Improve product quality
  • Reduce scrap rates
  • Minimize die crashes
  • Decrease unplanned downtime

These are big claims, but all achievable with the modernization of our systems, which is long overdue for most. According to the latest polls, 4 out of 10 manufacturers have little to no visibility into the real-time status of their manufacturing processes and an even higher percentage are utilizing at least some equipment that is far past its intended lifespan.

Half of manufacturers only become aware of system issues only after a breakdown occurs. This is unacceptable in 2020. Much like we expect our personal vehicles to alert us to upcoming issues — think of your service engine light or oil-life indicator —we need insight into the operation and performance of our manufacturing equipment.

Of course, joining the next industrial revolution comes at a cost, but if we put a dollar value on downtime and evaluate the cost benefit of the expected outcomes, it is hard to argue with the figures.

While we don’t need the start of a new year to make major changes, the flipping of the calendar page can give us the push we need to evaluate where we are and where we want to be. So, what are you waiting for?

Define your vision – Determine what you want to accomplish. Be clear and concise in articulating what you want to accomplish.

Set an objective for 2020 – You don’t have to change everything at once. Growth can come slower. What can you accomplish in the coming year?

Identify tactics and projects – Break down your vision into bite-size goals and projects. Prioritize realistic goals and set deadlines.

Link to KPIs – Make sure your smart manufacturing goals tie to key performance indicators. Having measurable results demonstrates just how effective the changes are and how they are improving business overall.

Assign responsibility – Designate owners to each step of the process. Make it someone’s responsibility to implement, track and report on the efforts. If it is everyone’s job, then it is no one’s job.

Workers Wanted: Building a Team to Thrive in Industry 4.0

Manufacturers enjoy talking about the new technologies available as we speed ahead to Industry 4.0. And while it is true (very true) that improved technologies and the increase in data those new technologies provide are drivers for success, it is only with the right people in place that business can thrive.

Over the next decade, 4.6 million manufacturing jobs will likely be needed, and 2.4 million are expected to go unfilled due to the skills gap. Moreover, according to a recent report, the lack of qualified talent could take a significant bite out of economic growth, potentially costing as much as $454 billion from manufacturing GDP in 2028 alone. (Source: Deloitte and The Manufacturing Institute)

But this isn’t a future problem. It is today’s problem and it is already negatively impacting the bottom line for many businesses. During the first quarter of 2019, more than 25% of manufacturers had to turn down new business opportunities due to a lack of workers, according to a report from the National Association of Manufacturers (NAM).

Manufacturers need to respond to this issue. NOW. We need to start by changing the perception of what it means to work in smart manufacturing. We need to show potential workers what is happening inside our plants and what a career in manufacturing can look like — good pay, clean facilities, challenging work and advancement opportunities.

We can start this by taking simple steps like participating in Manufacturing Day activities, opening our doors to the public and letting them see what we do. Show them how manufacturing has changed. Manufacturing Day is held the first Friday of October each year to help dispel common misconceptions about manufacturing in a coordinated effort and while it is growing, still not enough businesses are involved.

We can’t solve our labor problems in a day. We also need to embrace new talent pipelines, work with schools to encourage students receive the basic training needed to join our teams, create co-op and intern opportunities, invest in training, and adapt our culture to better appeal to the younger generations we need to join us.

Our younger generations are highly technical. They don’t know of a world without technology and automation. Their ability isn’t the issue.  We need to convince them that they can find success and rewarding careers in manufacturing and then help then gain the skills to become productive members of our teams.

Tracking and Traceability in Mobility: A Step Towards IIoT

In today’s highly competitive automotive environment, it is becoming increasingly important for companies to drive out operating costs in order to ensure their plants maintain a healthy operating profit.

Improved operational efficiency in manufacturing is a goal of numerous measures. For example, in Tier 1 automotive parts manufacturing it is common place to have equipment that is designed to run numerous assemblies through one piece of capital equipment (Flexible Manufacturing). In order to accommodate multiple assemblies, different tooling is designed to be placed in this capital equipment. This reduces required plant floor real-estate and the costs normally required for unidimensional manufacturing equipment. However, with this flexibility new risks are introduced, such as running the machine with incorrect tooling which can cause increased scrap levels, incorrect assembly of parts and/or destruction/damage of expensive tooling, expedited freight, outsourcing costs, increased manpower, sorting and rework costs, and more.

Having operators manually enter recipes or tooling change information introduces the Human Error of Probability (HEP).  “The typical failure rates in businesses using common work practices range from 10 to 30 errors per hundred opportunities. The best performance possible in well managed workplaces using normal quality management methods are failure rates of 5 to 10 in every hundred opportunities.” (Sondalini)

Knowing the frequency of product change-over rates, you can quickly calculate the costs of these potential errors. One means of addressing this issue is to create Smart Tooling whereby RFID tags are affixed on the tooling and read/write antennas are mounted on the machinery and integrated into the control architecture of the capital equipment. The door to a scalable solution has now been opened in which each tool is assigned a unique ID or “license plate” identifying that specific tooling. Through proper integration of the capital equipment, the plant can now identify what tooling is in place at which OP station and may only run if the correct tooling is confirmed in place. In addition, one can then move toward predictive maintenance by placing process data onto the tag itself such as run time, parts produced, and tooling rework data. Collection and monitoring of this data moves the plant towards IIoT and predictive maintenance capabilities to inform key personnel when tooling is near end of life or re-work requirement thus contributing to improved OEE (Overall Equipment Effectiveness) rates.

Capture

For more information on RFID, visit www.balluff.com.

*Source: Mike Sondalini, Managing Director, Lifetime Reliability Solutions, Article: Unearth the answers and solve the causes of human error in your company by understanding the hidden truths in human error rate tables

Improve Your Feeder Bowl System (and Other Standard Equipment) with IO-Link

One of the most common devices used in manufacturing is the tried and true feeder bowl system. Used for decades, feeder bowls take bulk parts, orients them correctly and then feeds them to the next operation, usually a pick-and-place robot. It can be an effective device, but far too often, the feeder bowl can be a source of cycle-time slowdowns. Alerts are commonly used to signal when a feed problem is occurring but lack the exact cause of the slow down.

feeder bowl

A feed system’s feed rate can be reduced my many factors. Some of these include:

  • Operators slow to add parts to the bowl or hopper
  • Hopper slow to feed the bowl
  • Speeds set incorrectly on hopper, bowl or feed track
  • Part tolerance drift or feeder tooling out of adjustment

With today’s Smart IO-Link sensors incorporating counting and timing functions, most of the slow-down factors can be easily seen through an IIoT connection. Sensors can now time how long critical functions take. As the times drift from ideal, this information can be collected and communicated upstream.

A common example of a feed system slow-down is a slow hopper feed to the bowl. When using Smart IO-Link sensors, operators can see specifically that the hopper feed time is too long. The sensor indicates a problem with the hopper but not the bowl or feed tracks. Without IO-Link, operators would simply be told the overall feed system is slow and not see the real problem. This example is also true for the hopper in-feed (potential operator problem), feed track speed and overall performance. All critical operations are now visible and known to all.

For examples of Balluff’s smart IO-Link sensors, check out our ADCAP sensor.

How flexible inspection capabilities help meet customization needs and deliver operational excellence

As the automotive industry introduces more options to meet the growing complexities and demands of its customers (such as increased variety of trim options) it has rendered challenges to the automotive manufacturing industry.

Demands of the market filter directly back to the manufacturing floor of tier suppliers as they must find the means to fulfill the market requirements on a flexible industrial network, either new or existing. The success of their customers is dependent on the tier supplier chain delivering within a tight timeline. Whereby, if pressure is applied upon that ecosystem, it will mean a more difficult task to meet the JIT (just in time) supply requirements resulting in increased operating costs and potential penalties.

Meeting customer requirements creates operational challenges including lost production time due to product varieties and tool change time increases. Finding ways to simplify tool change and validate the correct components are placed in the correct assembly or module to optimize production is now an industry priority. In addition, tracking and traceability is playing a strong role in ensuring the correct manufacturing process has been followed and implemented.

How can manufacturing implement highly flexible inspection capabilities while allowing direct communication to the process control network and/or MES network that will allow the capability to change inspection characteristics on the fly for different product inspection on common tooling?

Smart Vision Inspection Systems

Compact Smart Vision Inspection System technology has evolved a long way from the temperamental technologies of only a decade ago. Systems offered today have much more robust and simplistic intuitive software tools embedded directly in the Smart Vision inspection device. These effective programming cockpit tools allow ease of use to the end user at the plant providing the capability to execute fast reliable solutions with proven algorithm tools. Multi-network protocols such as EthernetIP, ProfiNet, TCP-IP-LAN (Gigabit Ethernet) and IO-LINK have now come to realization. Having multiple network capabilities delivers the opportunity of not just communicating the inspection result to the programmable logic controller (via process network) but also the ability to send image data independent of the process network via the Gigabit Ethernet network to the cloud or MES system. The ability to over-lay relevant information onto the image such as VIN, Lot Code, Date Code etc. is now achievable.  In addition, camera housings have become more industrially robust such as having aluminum housings with an ingress protection rating of IP67.

Industrial image processing is now a fixture within todays’ manufacturing process and is only growing. The technology can now bring your company a step closer to enabling IIOT by bringing issues to your attention before they create down time (predictive maintenance). They aid in reaching operational excellence as they uncover processing errors, reduce or eliminate scrap and provide meaningful feedback to allow corrective actions to be implemented.