-
The Sensor That Wouldn't Behave
-
Why a 'Bad' Sensor Wasn't Actually Bad
-
The Deeper Problem: The Cable Was Part of the Measurement
-
My Multimeter Was Lying to Me
-
The $3,200 Lesson
-
What I Should Have Done: Let IO-Link Do the Talking
-
Same Lesson, Different Device: How to Read a Sensus Water Meter
-
The Checklist That Finally Stopped the Bleeding
-
The Real Price of a Sensor
The Sensor That Wouldn't Behave
In September 2021, I was responsible for a vacuum filter line that kept stopping. The alarm pointed to a Balluff M18 analog inductive proximity sensor mounted near the filter media. It was supposed to send a 4-20 mA signal to the PLC. Instead, the value wandered between 8 mA and 19 mA, triggering false trips. I did what a lot of maintenance people would do: I blamed the sensor. I signed a purchase order for two replacements at $183 each plus overnight shipping, and swapped the part during the night shift. The alarm came back the next morning. That's when I stopped blaming hardware and started asking better questions.
(I should mention: by then I had been in industrial maintenance for about six years, and I was supposed to know better. The mistakes I made on this project are documented in our after-action review, and I still use the checklist we created afterward.)
Why a 'Bad' Sensor Wasn't Actually Bad
I took the removed sensor to my bench. It read cleanly against a metal target, from 4 mA to 20 mA. It worked. That was confusing. It's tempting to think a sensor either works or it doesn't. But a 4-20 mA analog loop has more failure modes than a digital PNP output. The sensor was the one component I could easily blame, but it was the least likely one to actually fail.
The Deeper Problem: The Cable Was Part of the Measurement
The vacuum filter line had three variable-frequency drives and a lot of imperfect grounding. The cable to the sensor was a 25-meter unshielded round cable, and it ran alongside power wiring in a wire tray. With an analog sensor, the cable is part of the measurement. Noise from the VFD drives was coupling into the signal.
The 'wire it like a switch' thinking comes from an era when most plant sensors were PNP/NPN. With a digital sensor, a little noise rarely matters. With 4-20 mA, a few millivolts of induced noise can turn a stable process value into something that looks like a failing sensor.
We confirmed it by temporarily running a shielded cable outside the tray. The readings stabilized almost instantly. I still kick myself for not checking that first. Inductive proximity sensors are typically built and tested to IEC 60947-5-2, but that standard doesn't make the rest of the loop immune.
My Multimeter Was Lying to Me
I also made a rookie mistake while trying to verify the signal. I put my multimeter across the sensor output and measured voltage, saw something around 12.5 V, and called it acceptable. But the right way to measure 4-20 mA is to put the meter in series with the loop, in mA mode, not in parallel to measure volts.
This is where the 'best multimeter for electricians' discussion gets practical. The best multimeter for sensor troubleshooting is not necessarily the one with the most functions or the highest safety rating. It's the one you can use correctly in mA mode. A cheap meter with a high burden voltage can make the loop current read low by half a milliamp, which might not matter for a motor but can be crucial for a 4-20 mA sensor. I now check the meter's accuracy specification before trusting a live signal.
There was also a configuration mismatch. The PLC input scaling was set to 0-20 mA, not 4-20 mA. That alone would have caused the PLC to see 20% too much at the low end. (Mental note: verify the analog input range before replacing a sensor.)
The $3,200 Lesson
Here is what that project actually cost:
- Two replacement sensors: $366
- Overnight shipping: $98
- Emergency service call from an outside controls tech: $850 (one visit, no fix)
- A second visit after we thought we had found it: $850
- Three hours of unplanned downtime on a process line: more than the invoice, but I rarely count it correctly.
The total was roughly $3,200 when I included the time my own team spent re-diagnosing. The sensor itself was $183. The replacement was never the fix. The fix was understanding the whole loop.
That's total cost of ownership thinking. The lowest line item on the invoice is not the actual cost. The actual cost includes troubleshooting hours, downtime, expedited shipping, and the credibility hit when you tell production you fixed it and it fails again.
What I Should Have Done: Let IO-Link Do the Talking
The solution on that line was not another sensor. It was a Balluff BNI006A IO-Link master and a little time spent on proper commissioning.
IO-Link (defined under IEC 61131-9) is not witchcraft. It's a point-to-point communication standard. The Balluff BNI006A master sits between the PLC and the sensor. Instead of trying to interpret a drifting analog signal, the PLC sees a digital process value. More importantly, the master can report diagnostic data: signal quality, sensor temperature, event messages, and whether the sensor is actually seeing a target.
The way I see it, that's where Balluff's ecosystem stands out. The M18 analog inductive proximity sensor is a solid product, but if you are using it in an environment with VFDs, long cables, and high uptime requirements, the BNI006A IO-Link master removes entire categories of analog noise problems. And it gives you the data to avoid the 'ship a new sensor, hope it works' cycle.
I'm not saying analog sensors are obsolete. We still use them where they are the right tool. But if you're on your third replacement, stop and ask whether the architecture is the problem.
Same Lesson, Different Device: How to Read a Sensus Water Meter
This might seem like a strange jump, but bear with me. A similar mistake happens with water meters. A facility manager once asked me how to read a Sensus water meter, and I confidently explained what I thought was the totalizer. I was wrong about the decimal placement.
If you're looking at a Sensus water meter register, the basic idea is: the digits to the left of the decimal represent the total billed volume, usually in gallons or cubic feet depending on the model. The smaller dials are the fractional portion. The red sweep hand or triangle usually indicates low-flow leak detection. If it's spinning while no water is being used, you probably have a leak, even if the totalizer digits haven't changed.
Why am I mentioning this in a sensor article? Because the failure mode is identical: I read the display with my assumptions instead of reading the manual. If I had checked the scale on the register, I would have avoided the error. The same goes for an analog sensor: look at the datasheet, check the loop, verify the PLC scaling. Don't assume.
(As of my last check, Sensus has a lot of register variants, so please verify against the exact meter model. Honestly, I'm not sure why the water meter industry makes decimal placement so easy to miss. My best guess is that the register design evolved over decades of hardware revisions.)
The Checklist That Finally Stopped the Bleeding
After the vacuum filter failure, I started a troubleshooting checklist. It is deliberately short:
- Confirm the actual wiring diagram matches the installation. It doesn't always.
- Measure the loop current with a multimeter in series, not just voltage in parallel.
- Verify PLC input scaling: 4-20 mA vs. 0-20 mA, and the correct range.
- Check cable route and shield grounding, especially near VFDs.
- Look up the exact part number and output characteristic. Inductive analog sensors are not all the same.
- If the application has a history of 'bad sensors,' consider IO-Link diagnostics before the next purchase.
We've caught 47 potential errors using this checklist in the past 18 months. Some were small. A few would have cost more than the vacuum filter fiasco.
The Real Price of a Sensor
In my opinion, the Balluff M18 analog inductive proximity sensor is a good product. The problem was my process, not the part. I treated the sensor as an isolated component and forgot that each field device is part of a loop with power, cabling, grounding, and PLC configuration.
If you're staring at a mysterious sensor failure on a vacuum filter line, don't order a replacement yet. Calculate the total cost of guessing. Verify the loop. Read the datasheet. And consider whether an IO-Link master would have told you the answer in the first ten minutes.
I'd rather replace a $183 sensor because I want to than because I don't understand the system. That's the difference between price and cost.