Using MQTT Protocol for Smarter Automation

In my previous blog post, “Edge Gateways to Support Real-Time Condition Monitoring Data,” I talked about the importance of using an edge gateway to gather the IoT data from sensors in parallel with a PLC. This was because of the large data load and the need to avoid interfering with the existing machine communications. In this post, I want to delve deeper into the topic and explain the process of implementing an edge gateway.

Using the existing Ethernet infrastructure

One way to collect IoT data with an edge gateway is by using the existing Ethernet infrastructure. With most devices already communicating on an industrial Ethernet protocol, an edge gateway can gather the data on the same physical Ethernet port but at a separate software-defined number associated to a network protocol communication.

Message Queue Telemetry Transport (MQTT)

One of the most commonly used IoT protocols is Message Queue Telemetry Transport (MQTT). It is an ISO standard and has a dedicated software Ethernet port of 1883 and 8883 for secure encrypted communications. One reason for its popularity is that it is designed to be lightweight and efficient. Lightweight means that the protocol requires a minimum coding and it uses low-bandwidth connections.

Brokers and clients

The MQTT protocol defines two entities: a broker and client. The edge gateway typically serves as a message broker that receives client messages and routes them to the appropriate destination clients. A client is any device that runs an MQTT library and connects to an MQTT broker.

MQTT works on a publisher and subscriber model. Smart IoT devices are set up to be publishers, where they publish different condition data as topics to an edge gateway. Other clients, such as PC and data centers, can be set up as subscribers. The edge gateway, serving as a broker receives all the published data and forwards it only to the subscribers interested in that topic.

One client can publish many different topics as well as be a subscriber to other topics. There can also be many clients subscribing to the same topic, making the architecture flexible and scalable.

The edge gateway serving as the broker makes it possible for devices to communicate with each other if the device supports the MQTT protocol. MQTT can connect a wide range of devices, from sensors to actuators on machines to mobile devices and cloud servers. While MQTT isn’t the only way to gather data, it offers a simple and reliable way for customers to start gathering that data with their existing Ethernet infrastructures.

Demystifying Machine Learning

Machine learning can help organizations improve manufacturing operations and increase efficiency, productivity, and safety by analyzing data from connected machines and sensors, machine. For example, its algorithms can predict when equipment will likely fail, so manufacturers can schedule maintenance before problems occur, thereby reducing downtime and repair costs.

How machine learning works

Machine learning teaches computers to learn from data – to do things without being specifically told how to do them. It is a type of artificial intelligence that enables computers to automatically learn or improve their performances by learning from their experiences.

machine learning stepsImagine you have a bunch of toy cars and want to teach a computer to sort them into two groups: red and blue cars. You could show the computer many pictures of red and blue cars and say, “this is a red car” or “this is a blue car” for each one.

After seeing enough examples, the computer can start to guess which group a car belongs in, even if it’s a car that it hasn’t seen before. The machine is “learning” from the examples you show to make better and better guesses over time. That’s machine learning!

Steps to translate it to industrial use case

As in the toy car example, we must have pictures of each specimen and describe them to the computer. The image, in this case, is made up of data points and the description is a label. The sensors collecting data can be fed to the machine learning algorithm in different stages of the machine operation – like when it is running optimally, needs inspection, or needs maintenance, etc.

Data taken from vibration, temperature or pressure measures, etc., can be read from different sensors, depending on the type of machine or process to monitor.

In essence, the algorithm finds a pattern for each stage of the machine’s operation. It can notify the operator about what must be done given enough data points when it starts to veer toward a different stage.

What infrastructure is needed? Can my PLC do it?

The infrastructure needed can vary depending on the algorithm’s complexity and the data volume. Small and simple tasks like anomaly detection can be used on edge devices but not on traditional automation controllers like PLCs. Complex algorithms and significant volumes of data require more extensive infrastructure to do it in a reasonable time. The factor is the processing power, and as close to real-time we can detect the machine’s state, the better the usability.

IO-Link Changeover: ID Without RFID – Hub ID

When looking at flexible manufacturing, what first comes to mind are the challenges of handling product changeovers. It is more and more common for manufacturers to produce multiple products on the same production line, as well as to perform multiple operations in the same space.

Accomplishing this and making these machines more flexible requires changing machine parts to allow for different stages in the production cycle. These interchangeable parts are all throughout a plant: die changes, tooling changes, fixture changes, end-of-arm tooling, and more.

When swapping out these interchangeable parts it is crucial you can identify what tooling is in place and ensure that it is correct.

ID without RFID

When it comes to identifying assets in manufacturing today, typically the first option companies consider is Radio-Frequency Identification (RFID). Understandably so, as this is a great solution, especially when tooling does not need an electrical connection. It also allows additional information beyond just identification to be read and written on the tag on the asset.

It is more and more common in changeover applications for tooling, fixtures, dies, or end-of-arm tooling to require some sort of electrical connection for power, communication, I/O, etc. If this is the case, using RFID may be redundant, depending on the overall application. Let’s consider identifying these changeable parts without incurring additional costs such as RFID or barcode readers.

Hub ID with IO-Link

In changeover applications that use IO-Link, the most common devices used on the physical tooling are IO-Link hubs. IO-Link system architectures are very customizable, allowing great flexibility to different varieties of tooling when changeover is needed. Using a single IO-Link port on an IO-Link master block, a standard prox cable, and hub(s), there is the capability of up to: 

    • 30 Digital Inputs/Outputs or
    • 14 Digital Inputs/Outputs and Valve Manifold Control or
    • 8 Digital Inputs/Outputs and 4 Analog Voltage/Current Signals or
    • 8 Analog Input Signals (Voltage/Current, Pt Sensor, and Thermocouple)

When using a setup like this, an IO-Link 1.1 hub (or any IO-Link 1.1 device) can store unique identification data. This is done via the Serial Number Parameter and/or Application Specific Tag Parameter. They act as a 16- or 32-byte memory location for customizable alphanumeric information. This allows for tooling to have any name stored within that memory location. For example, Fixture 44, Die 12, Tool 78, EOAT 123, etc. Once there is a connection, the controller can request the identification data from the tool to ensure it is using the correct tool for the upcoming process.

By using IO-Link, there are a plethora of options for changeover tooling design, regardless of various I/O requirements. Also, you can identify your tooling without adding RFID or any other redundant hardware. Even so, in the growing world of Industry 4.0 and the Industrial Internet of Things, is this enough information to be getting from your tooling?

In addition to the diagnostics and parameter setting benefits of IO-Link, there are now hub options with condition monitoring capabilities. These allow for even more information from your tooling and fixtures like:

    • Vibration detection
    • Internal temperature monitoring
    • Voltage and current monitoring
    • Operating hours counter

Flexible manufacturing is no doubt a challenge and there are many more things to consider for die, tooling and fixture changes, and end-of-arm tooling outside of just ID. Thankfully, there are many solutions within the IO-Link toolbox.

For your next changeover, I recommend checking out Non-Contact Inductive Couplers Provide Wiring Advantages, Added Flexibility and Cost Savings Over Industrial Multi-Pin Connectors for a great solution for non-contact connectivity that can work directly with Hub ID.

Security in the World of the Industrial Internet of Things

The Industrial Internet of Things (IIoT) is becoming an indispensable part of the manufacturing industry, leading to real-time monitoring and an increase in overall equipment effectiveness (OEE) and productivity. Since the machines are being connected to the intranet and sometimes to the Internet for remote monitoring, this brings a set of challenges and security concerns for these now-connected devices.

 What causes security to be so different between OT and IT?

Operational Technology (OT) manufacturing equipment is meant to run 24/7. So, if a bug is found that requires a machine to be shut down for an update, that stop causes a loss in productivity. So, manufacturers can’t rely on updating operational equipment as frequently as their Information Technology (IT) counterparts.

Additionally, the approach of security for OT machines has largely been “security through obscurity.” If, for example, a machine is not connected to the network, then the only way to access the hardware is to access it physically.

Another reason is that OT equipment can have a working lifetime that spans decades, compared to the typical 2-5-year service life of IT equipment. And when you add new technology, the old OT equipment becomes almost impossible to update to the latest security patches without the effort and expense of upgrading the hardware. Since OT equipment is in operation for such a long time, it makes sense that OT security focuses on keeping equipment working continuously as designed, where IT is more focused on keeping data available and protected.

These different purposes makes it hard to implement the IT standard on OT infrastructure. But that being said, according to Gartner’s 80/20 rule-of-thumb, 80 percent of security issues faced in the OT environment are the same faced by IT, while 20 percent are domain specific on critical assets, people, or environment. With so many security issues in common, and so many practical differences, what is the best approach?

The solution

The difference in operation philosophy and goals between IT and OT systems makes it necessary to consider IIoT security when implementing the systems carefully. Typical blanket IT security systems can’t be applied to OT systems, like PLCs or other control architecture, because these systems do not have built-in security features like firewalls.

We need the benefits of IIoT, but how do we overcome the security concerns?

The best solution practiced by the manufacturing industry is to separate these systems: The control side is left to the existing network infrastructure, and IT-focused work like monitoring is carried out on a newly added infrastructure.

The benefit of this method is that the control side is again secured by the method it was designed for – “security by obscurity” – and the new monitoring infrastructure can take advantage of the faster developments and updates of the IT lifecycle. This way, the operations and information technology operations don’t interfere with each other.

Predictive Maintenance vs. Predictive Analytics, What’s the Difference?

With more and more customers getting onboard with IIoT applications in their plants, a new era of efficiency is lurking around the corner. Automation for maintenance is on the rise thanks to a shortage of qualified maintenance techs coinciding with a desire for more efficient maintenance, reduced downtime, and the inroads IT is making on the plant floor. Predictive Maintenance and Predictive Analytics are part of almost every conversation in manufacturing these days, and often the words are used interchangeably.

This blog is intended to make the clear distinction between these phrases and put into perspective the benefits that maintenance automation brings to the table for plant management and decision-makers, to ensure they can bring to their plants focused innovation and boost efficiencies throughout them.

Before we jump into the meat of the topic, let’s quickly review the earlier stages of the maintenance continuum.

Reactive and Preventative approaches

The Reactive and Preventative approaches are most commonly used in the maintenance continuum. With a Reactive approach, we basically run the machine or line until a failure occurs. This is the most efficient approach with the least downtime while the machine or line runs. Unfortunately, when the machine or line comes to a screeching stop, it presents us with the most costly of downtimes in terms of time wasted and the cost of machine repairs.

The Preventative approach calls for scheduled maintenance on the machine or line to avoid impending machine failures and reduce unplanned downtimes. Unfortunately, the Preventative maintenance strategy does not catch approximately 80% of machine failures. Of course, the Preventative approach is not a complete waste of time and money; regular tune-ups help the operations run smoother compared to the Reactive strategy.

Predictive Maintenance vs. Predictive Analytics

As more companies implement IIoT solutions, data has become exponentially more important to the way we automate machines and processes within a production plant, including maintenance processes. The idea behind Predictive Maintenance (PdM), aka condition-based maintenance, is that by frequently monitoring critical components of the machine, such as motors, pumps, or bearings, we can predict the impending failures of those components over time. Hence, we can prevent the failures by scheduling planned downtime to service machines or components in question. We take action based on predictive conditions or observations. The duration between the monitored condition and the action taken is much shorter here than in the Predictive Analytics approach.

Predictive Analytics, the next higher level on the maintenance continuum, refers to collecting the condition-based data over time, marrying it with expert knowledge of the system, and finally applying machine learning or artificial intelligence to predict the event or failure in the future. This can help avoid the failure altogether. Of course, it depends on the data sets we track, for how long, and how good our expert knowledge systems are.

So, the difference between Predictive Maintenance and Predictive Analytics, among other things, is the time between condition and action. In short, Predictive Maintenance is a stepping-stone to Predictive Analytics. Once in place, the system monitors and learns from the patterns to provide input on improving the system’s longevity and uptime. Predictive Maintenance or Preventative Maintenance does not add value in that respect.

While Preventative Maintenance and Predictive Maintenance promises shorter unplanned downtimes, Predictive Analytics promises avoidance of unplanned downtime and the reduction of planned downtime.

The first step to improving your plant floor OEE is with monitoring the conditions of the critical assets in the factory and collecting data regarding the failures.

Other related Automation Insights blogs:

Does Your Stamping Department Need a Checkup? Try a Die-Protection Risk Assessment

If you have ever walked through a stamping department at a metal forming facility, you have heard the rhythmic sound of the press stamping out parts, thump, thump. The stamping department is the heart manufacturing facility, and the noise you hear is the heartbeat of the plant. If it stops, the whole plant comes to a halt. With increasing demands for higher production rates, less downtime, and reduction in bad parts, stamping departments are under ever-increasing pressure to optimize the press department through die protection and error-proofing programs.

The die-protection risk assessment team

The first step in implementing or optimizing a die protection program is to perform a die-protection risk assessment. This is much like risk assessments conducted for safety applications, except they are done for each die set. To do this, build a team of people from various positions in the press department like tool makers, operators, and set-up teams.

Once this team is formed, they can help identify any incidents that could occur during the stamping operations for each die set and determine the likelihood and the severity of possible harm. With this information, they can identify which events have a higher risk/severity and determine what additional measures they should implement to prevent these incidents. An audit is possible even if there are already some die protection sensors in place to determine if there are more that should be added and verify the ones in place are appropriate and effective.

The top 4 die processes to check

The majority of quality and die protection problems occur in one of these three areas: material feed, material progression, and part- and slug-out detections. It’s important to monitor these areas carefully with various sensor technologies.

Material feed

Material feed is perhaps the most critical area to monitor. You need to ensure the material is in the press, in the correct location, and feeding properly before cycling the press. The material could be feeding as a steel blank, or it could come off a roll of steel. Several errors can prevent the material from advancing to the next stage or out of the press: the feed can slip, the stock material feeding in can buckle, or scrap can fail to drop and block the strip from advancing, to name a few. Inductive proximity sensors, which detect iron-based metals at short distances, are commonly used to check material feeds.

Material progression

Material progression is the next area to monitor. When using a progressive die, you will want to monitor the stripper to make sure it is functioning and the material is moving through the die properly. With a transfer die, you want to make sure the sheet of material is nesting correctly before cycling the press. Inductive proximity sensors are the most common sensor used in these applications, as well.

Here is an example of using two inductive proximity sensors to determine if the part is feeding properly or if there is a short or long feed. In this application, both proximity sensors must detect the edge of the metal. If the alignment is off by just a few millimeters, one sensor won’t detect the metal. You can use this information to prevent the press from cycling to the next step.

Short feed, long feed, perfect alignment

Part-out detection

The third critical area that stamping departments typically monitor is part-out detection, which makes sure the finished part has come out of the stamping

area after the cycle is complete. Cycling the press and closing the tooling on a formed part that failed to eject can result in a number of undesirable events, like blowing out an entire die section or sending metal shards flying into the room. Optical sensors are typically used to check for part-out, though the type of photoelectric needed depends on the situation. If the part consistently comes out of the press at the same position every time, a through-beam photo-eye would be a good choice. If the part is falling at different angles and locations, you might choose a non-safety rated light grid.

Slug-ejection detection

The last event to monitor is slug ejection. A slug is a piece of scrap metal punched out of the material. For example, if you needed to punch some holes in metal, the slug would be the center part that is knocked out. You need to verify that the scrap has exited the press before the next cycle. Sometimes the scrap will stick together and fail to exit the die with each stroke. Failure to make sure the scrap material leaves the die could affect product quality or cause significant damage to the press, die, or both. Various sensor types can ensure proper scrap ejection and prevent crashes. The picture below shows a die with inductive ring sensors mounted in it to detect slugs as they fall out of the die.

Just like it is important to get regular checkups at the doctor, performing regular die-protection assessments can help you make continuous improvements that can increase production rates and reduce downtime. Material feed, material progression, part-out and slug-out detection are the first steps to optimize, but you can expand your assessments to include areas like auxiliary equipment. You can also consider smart factory solutions like intelligent sensors, condition monitoring, and diagnostics over networks to give you more data for preventative maintenance or more advanced error-proofing. The key to a successful program is to assemble the right team, start with the critical areas listed above, and learn about new technologies and concepts that are becoming available to help you plan ways to improve your stamping processes.

Maximize the Benefits of Open-Source Code in Manufacturing Software

The rise of many players in manufacturing automation, along with factories’ growing adoption of Industrial Internet of Things (IIoT) and automation solutions, present a suitable environment for open-source software. This software is a value-adding solution for manufacturers, regardless of their operation technology and management requirements, due to the customization, resiliency, scalability, accessibility, cost-effectiveness, and quality it allows.

Customization

Software developers who use open-source code provide software with a core code that establishes specific features and allows users to access it and make changes as necessary. The process is much like being able to complete an author’s writing prompt or change the end of a story. Unlike a closed system that locks users in, open-source allows them to adapt and modify the code to meet a particular need or application.

This add-on coding system provides endless customization. It enables communities (i.e., users) to add or remove features beneficial in an integration phase, such as features for user testing or to find the best solution for a machine.

Customization is also valuable regarding data visualizations; users can develop dashboards and visuals that best describe their operations. Suppose a sensor provides real-time condition monitoring data over a particular machine. In that case, it’s possible to customize the code supporting the software that gathers and processes the data for specific parameters or to calculate specific values.

Resiliency

Additionally, open-source code is resilient to change because it can be modified quickly. The ability to quickly add or remove features and adapt to cyber environments or specific applications also makes it volatile. Like exposure to pathogens can help strengthen an immune response to said pathogens, so can an open-source code be made stronger by its exposure to different environments and applications to be ready to face cybersecurity threats. Implementing an open code isn’t any less risky (cybersecurity-wise) than closed codes due to the testing and enhancements made by so many coders or programmers. However, it is up to the implementer to use the same rules that apply to other closed source software. The implementer must be aware of the code’s source and avoid code from non-reputable sources who could have modified it with negative intentions. Overall, the code is resilient, adaptable, and agile to adapt given a new environment.

Scalability

The add-on and customization aspects of open-source also allow the code to be highly scalable. This scalable implementation happens in two dimensions: adoption timeline and application-based. Both are important to guarantee user acceptance and that it meets the operation and application requirements. Regarding the adoption timeline, scalability allows modification of the software and code to meet users’ expectations. Open-sourced code enables the implementation of features for user testing and feedback. The ultimate solution will include multiple iterations to meet the users’ needs and fulfill operation expectations.

On the other hand, this code is scalable based on the application(s), such as working on different machines, multiples of the same machine with different purposes, or adding/dropping features for specific uses. Say, for example, there are three of the same machine (A, B, and C), but they are in different environments. Machine A is in an environment that is 28°F , B is at room temperature, and C is exposed to constant wash-down. In this case, the condition monitoring software defines the acceptable parameters for each scenario, avoiding false alarms from erroneous triggers. In this example, the base code is adapted to include specific features based on the application.

Accessibility

In general, cost-effective and high-quality open-source code is available online. There are additional resources such as free coding tutorials that don’t require any licenses as well. Moreover, when programmers update an open code, they must make the new version available again, ensuring that the code is accessible and up to date.

Cost-effectiveness and quality

Regarding cost-effectiveness, using community open-source code significantly reduces the cost of developing, integrating, and testing software built in-house. It also reduces the implementation time and makes for better production operations. Essentially, it is high-quality, reliable code created by trusted sources for multiple coders and users.

“The application drives the technology” mantra is at the heart of open-source software development—a model where source code is available for community members to use, modify, and share. IIoT enablers and providers in the manufacturing industry own a particular solution that is then available for manufacturers to adapt to their specific operational requirements. With the increasing adoption of data-collecting technologies, it is in manufacturers’ best interest to seek software providers who grant them the flexibility to adjust software solutions to meet their specific needs. Automation is a catalyst for data-driven operation and maintenance.

Control Meets IIoT, Providing Insights into a New World

In manufacturing and automation control, the programmable logic controller (PLC) is an essential tool. And since the PLC is integrated into the machine already, it’s understandable that you might see the PLC as all that you need to do anything in automation on the manufacturing floor.

Condition monitoring in machine automation

For example, process or condition monitoring is emerging as an important automation feature that can help ensure that machines are running smoothly. This can be done by monitoring motor or mechanical vibration, temperature or pressure. You can also add functionality for a machine or line configuration or setup by adding sensors to verify fixture locations for machine configuration at changeovers.

One way to do this is to wire these sensors to the PLC and modify its code and use it as an all-in-one device. After all, it’s on the machine already. But there’s a definite downside to using a PLC this way. Its processing power is limited, and there are limits to the number of additional processes and functions it can run. Why risk possible complications that could impact the reliability of your control systems? There are alternatives.

External monitoring and support processes

Consider using more flexible platforms, such as an edge gateway, Linux, and IO-Link. These external sources open a whole new world of alternatives that provide better reliability and more options for today and the future. It also makes it easier to access and integrate condition monitoring and configuration data into enterprise IT/OT (information technology/operational technology) systems, which PLCs are not well suited to interface with, if they can be integrated at all.

Here are some practical examples of this type of augmented or add-on/retrofit functionality:

      • Motor or pump vibration condition monitoring
      • Support-process related pressure, vibration and temperature monitoring
      • Monitoring of product or process flow
      • Portable battery based/cloud condition monitoring
      • Mold and Die cloud-based cycle/usage monitoring
      • Product changeover, operator guidance system
      • Automatic inventory monitoring warehouse system

Using external systems for these additional functions means you can readily take advantage of the ever-widening availability of more powerful computing systems and the simple connectivity and networking of smart sensors and transducers. Augmenting and improving your control systems with external monitoring and support processes is one of the notable benefits of employing Industrial Internet of Things (IIoT) and Industry 4.0 tools.

The ease of with which you can integrate these systems into IT/OT systems, even including cloud-based access, can dramatically change what is now available for process information-gathering and monitoring and augment processes without touching or effecting the rudimentary control system of new or existing machines or lines. In many cases, external systems can even be added at lower price points than PLC modification, which means they can be more easily justified for their ROI and functionality.

How Industrial RFID Can Reduce Downtime in Your Stamping Department

The appliance industry is growing at record rates. The increase in consumer demand for new appliances is at an all-time high and is outpacing current supply. Appliance manufacturers are increasing production to catch up with this demand. This makes the costs associated with downtime even higher than normal. But using industrial RFID can allow you to reduce downtime in your stamping departments and keep production moving.

Most major household appliance manufacturers have large stamping departments as part of their manufacturing process. I like to think of the stamping department as the heart of the manufacturing plant. If you have ever been in a stamping department while they are stamping out metal parts, then you understand. The thumping and vibration of the press at work is what feeds the rest of the plant.  I was in a plant a few weeks ago meeting with an engineer in the final assembly area. It was oddly quiet in that area, so I asked what was going on. He said they’d sent everyone home early because one of their major press lines went down unexpectedly. Every department got sent home because they did not have the pieces and parts needed to make the final product. That is how critical the stamping departments are at these facilities.

In past years, this wasn’t as critical, because they had an inventory of parts and finished product. But the increase in demand over the last two years depleted that inventory. They need ways to modernize the press shop, including implementing smarter products like devices with Industry 4.0 capabilities to get real-time data on the equipment for things like analytics, OEE (Overall Equipment Effectiveness), preventative maintenance, downtime, and more error proofing applications.

Implementing Industrial RFID

One of the first solutions many appliance manufacturers implement in the press department is traceability using industrial RFID technology. Traceability is typically used to document and track different steps in a process chain to help reduce the costs associated with non-conformance issues. This information is critical when a company needs to provide information for proactive product recalls, regulatory compliance, and quality standards. In stamping departments, industrial RFID is often used for applications like asset tracking, machine access control, and die identification. Die ID is not only used to identify which die is present, but it can also be tied back to the main press control system to make sure the correct job is loaded.

need for RFID in appliance stamping
This shows an outdated manual method using papers that are easily lost or destroyed.
appliance stamping can be improved by RFID
This image shows an identification painted on a die, which can be easily destroyed.

Traditionally, most companies have a die number either painted on the die or they have a piece of paper with the job set up attached to the die. I cannot tell you how many times I have seen these pieces of paper on the floor. Press departments are pretty nasty environments, so these pieces of paper get messed up pretty quickly. And the dies take a beating, so painted numbers can easily get rubbed or scratched off.

Implementing RFID for die ID is a simple and affordable solution to this problem. First, you would attach an RFID tag with all of the information about the job to each die. You could also write maintenance information about the die to this tag, such as when the die was last worked on, who last worked on it, or process information like how many parts have been made on this die.
Next, you need to place an antenna. Most people mount the antenna to one of the columns of the press where the tag would pass in front of it as it is getting loaded into the die. The antenna would be tied back to a processor or IO-Link master if using IO-Link. The processor or IO-Link master would communicate with the main press control system. As the die is set in the press, the antenna reads the tag and tells the main control system which die is in place and what job to load.

In a stamping department you might find several large presses. Each press will have multiple dies that are associated with each press. Each die is set up to form a particular part. It is unique to the part it is forming and has its own job, or recipe, programmed in the main press control system. Many major stamping departments still use manual operator entry for set up and to identify which tools are in the press. But operators are human, so it is very easy to punch in the wrong number, which is why RFID is a good, automated solution.

In conclusion

When I talk with people in stamping departments, they tell me one of the main reasons a crash occurs is because information was entered incorrectly by the operator during set up. Crashes can be expensive to repair because of the damage to the tooling or press, but also because of the downtime associated. Establishing a good die setup process is critical to a stamping department’s success and implementing RFID can eliminate many of these issues.

Choosing the Right Sensor for Your Welding Application

Automotive structural welding at tier suppliers can destroy thousands of sensors a year in just one factory. Costs from downtime, lost production, overtime, replacement time, and material costs  eat into profitability and add up to a big source of frustration for automated and robotic welders. When talking with customers, they often list inductive proximity sensor failure as a major concern. Thousands and thousands of proxes are being replaced and installations are being repaired every day. It isn’t particularly unusual for a company to lose a sensor on every shirt in a single application. That is three sensors a day  — 21 sensors a week — 1,100 sensors a year failing in a single application! And there could be thousands of sensor installations in an  automotive structural assembly line. When looking at the big picture, it is easy to see how this impacts the bottom line.

When I work with customers to improve this, I start with three parts of a big equation:

  • Sensor Housing
    Are you using the right sensor for your application? Is it the right form factor? Should you be using something with a coating on the housing? Or should you be using one with a coating on the face? Because sensors can fail from weld spatter hitting the sensor, a sensor with a coating designed for welding conditions can greatly extend the sensor life. Or maybe you need loading impact protection, so a steel face sensor may be the best choice. There are more housing styles available now than ever. Look at your conditions and choose accordingly.
  • Bunkering
    Are you using the best mounting type? Is your sensor protected from loading impact? Using a protective block can buffer the sensor from the bumps that can happen during the application.
  • Connectivity
    How is the sensor connected to the control and how does that cable survive? The cable is often the problem but there are high durability cable solutions, including TPE jacketed cables, or sacrificial cables to make replacement easier and faster.

When choosing a sensor, you can’t only focus on whether it can fulfill the task at hand, but whether it can fulfill it in the environment of the application.

For more information, visit Balluff.com